Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
patdaburu committed May 21, 2018
1 parent 514a42e commit 9aeda24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ This library contains a number of tasks that you can use in your Luigi pipelines

### PgImportTask

Use `PgImportTask` task to import your data (likely a file geodatabase) to your PostgreSQL database.
Use [`PgImportTask`](https://dbgdb.readthedocs.io/en/latest/api.html#dbgdb.tasks.postgres.load.PgLoadTask) task to import your data (likely a file geodatabase) to your PostgreSQL database.

### PgExtractTask

Use a `PgExtractTask` to get your data out of the database.
Use a [`PgExtractTask`](https://dbgdb.readthedocs.io/en/latest/api.html#dbgdb.tasks.postgres.extract.PgExtractTask) to get your data out of the database.

### PgDropSchemaTask

If you need to drop the import schema because you're starting the process over, use a `PgDropSchemaTask`.
If you need to drop the import schema because you're starting the process over, use [`PgDropSchemaTask`](https://dbgdb.readthedocs.io/en/latest/api.html#dbgdb.tasks.postgres.drop.PgDropSchemaTask).

## Using the Command Line

Expand Down

0 comments on commit 9aeda24

Please sign in to comment.