diff --git a/jobs/colin-extract-refresh/Dockerfile b/jobs/colin-extract-refresh/Dockerfile index 3c2f26af98..108dbbacc4 100644 --- a/jobs/colin-extract-refresh/Dockerfile +++ b/jobs/colin-extract-refresh/Dockerfile @@ -86,4 +86,4 @@ EXPOSE 8080 COPY src . -CMD ["/bin/sh", "-c", "python /opt/app-root/colin-extract-refresh/src/test_connectivity.py && python /opt/app-root/colin-extract-refresh/src/refresh_extract_subset_flow.py --target-connection my_proxy_test --target-schema colin_extract_temp --mode refresh"] \ No newline at end of file +CMD ["/bin/sh", "-c", "python /opt/app-root/colin-extract-refresh/src/test_connectivity.py"] \ No newline at end of file diff --git a/jobs/colin-extract-refresh/scripts/transfer_cprd_corps_insert.sql b/jobs/colin-extract-refresh/scripts/transfer_cprd_corps_insert.sql deleted file mode 100644 index a81d9189d3..0000000000 --- a/jobs/colin-extract-refresh/scripts/transfer_cprd_corps_insert.sql +++ /dev/null @@ -1,12 +0,0 @@ -vset cli.settings.ignore_errors=false -vset cli.settings.transfer_threads=4 -vset format.date=YYYY-MM-dd'T'hh:mm:ss'Z' -vset format.timestamp=YYYY-MM-dd'T'hh:mm:ss'Z' - -connect cdev_pg_test; - -learn schema colin_extract_temp; - --- cutoff timestamp -insert into colin_extract_temp.colin_extract_version (extracted_at) -values (current_timestamp);