I noticed while doing a QC town close export run with @wrridgeway today that the output that the export_qc_town_close_reports.py script prints to the console when the --print-table-refresh-command flag is set is slightly incorrect in two ways:
It implies that the caller needs to shell into the server, whereas I am the only team member who needs to do this
It emits a legacy docker-compose CLI command instead of the newer docker compose
This PR fixes those two problems so that the --print-table-refresh-command output is more correct. We also update the docs in dbt/README.md to match this change.
I noticed while doing a QC town close export run with @wrridgeway today that the output that the
export_qc_town_close_reports.py
script prints to the console when the--print-table-refresh-command
flag is set is slightly incorrect in two ways:docker-compose
CLI command instead of the newerdocker compose
This PR fixes those two problems so that the
--print-table-refresh-command
output is more correct. We also update the docs indbt/README.md
to match this change.