Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 578ea17

Browse files
committed
(a) ignore IDE settings (b) update README to point to test scripts for usage samples
1 parent ad89f70 commit 578ea17

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# IDE-specific settings
12
.idea/
3+
.vscode/
24

35
# Byte-compiled / optimized / DLL files
46
__pycache__/

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ In the above example, dwsource is a 64bit ODBC system dsn
1818

1919

2020
### Examples
21-
#### CSV Source
22-
23-
`py rdl.py csv://.\test_data\full_refresh postgresql+psycopg2://postgres:xxxx@localhost/dest_dw .\configuration\ --log-level INFO --full-refresh yes`
24-
`py rdl.py csv://.\test_data\incremental_refresh postgresql+psycopg2://postgres:xxxx@localhost/dest_dw .\configuration\ --log-level INFO --full-refresh no`
25-
26-
27-
#### MSSQL Source
28-
2921

22+
See `test_*.cmd` scripts for usage samples.
3023

3124
### Troubleshooting
3225
Run with `--log-level DEBUG` on the command line.

0 commit comments

Comments
 (0)