This repository was archived by the owner on Mar 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-83
lines changed Expand file tree Collapse file tree 3 files changed +2
-83
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ usage: py -m rdl process [-h] [-f [FORCE_FULL_REFRESH_MODELS]]
1717positional 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:
Original file line number Diff line number Diff 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' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments