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

Commit 4a9a213

Browse files
author
Sean Budd
authored
remove csv gunk (#44)
1 parent 891f29b commit 4a9a213

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ usage: py -m rdl process [-h] [-f [FORCE_FULL_REFRESH_MODELS]]
1717
positional arguments:
1818
source-connection-string
1919
The source connections string as a 64bit ODBC system
20-
dsn. Eg: mssql+pyodbc://dwsource or
21-
csv://c://some//Path//To//Csv//Files//
20+
dsn. Eg: mssql+pyodbc://dwsource
2221
destination-connection-string
2322
The destination database connection string. Provide in
2423
PostgreSQL + Psycopg format. Eg: 'postgresql+psycopg2:

rdl/RelationalDataLoader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ def get_arguments(self):
9797
'source_connection_string',
9898
metavar='source-connection-string',
9999
type=self.raw_connection_string_to_valid_source_connection_string,
100-
help='The source connections string as a 64bit ODBC system dsn. Eg: mssql+pyodbc://dwsource or '
101-
'csv://c://some//Path//To//Csv//Files//')
100+
help='The source connections string as a 64bit ODBC system dsn. Eg: mssql+pyodbc://dwsource')
102101

103102
process_command_parser.add_argument(
104103
'destination_connection_string',

rdl/data_sources/CsvDataSource.py

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

0 commit comments

Comments
 (0)