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

Commit c0df9a7

Browse files
author
Sean Budd
committed
update unit tests and read me for module
1 parent 8e07f2b commit c0df9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_incremental_refresh_from_csv.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
py rdl.py process csv://./integration_tests/csv_source/incremental_refresh_data/ postgresql+psycopg2://postgres:there_is_no_password_due_to_pg_trust@localhost/relational_data_loader_integration_tests ./integration_tests/csv_source/config/ --log-level INFO
1+
py -m rdl process csv://./integration_tests/csv_source/incremental_refresh_data/ postgresql+psycopg2://postgres:there_is_no_password_due_to_pg_trust@localhost/relational_data_loader_integration_tests ./integration_tests/csv_source/config/ --log-level INFO
22
if %errorlevel% neq 0 exit /b %errorlevel%
33

44
psql -U postgres -q -d relational_data_loader_integration_tests -a -v ON_ERROR_STOP=1 -f ./integration_tests/csv_source\assertions/column_test_incremental_refresh_assertions.sql

0 commit comments

Comments
 (0)