diff --git a/dbt/README.md b/dbt/README.md index 2be94ecd5..e8325d112 100644 --- a/dbt/README.md +++ b/dbt/README.md @@ -799,10 +799,10 @@ You should see output like this, which you can run in the context of the repository on the server in order to refresh iasWorld tables: ``` -ssh into the server and run the following commands: +Run the following commands on the Data Team server: cd /path/to/service-spark-iasworld/ -docker-compose up -d +docker compose up -d docker exec spark-node-master ./submit.sh --json-string --no-run-github-workflow '{"aprval": {"table_name": "iasworld.aprval", "min_year": 2024, "cur": ["Y"], ... ``` diff --git a/dbt/scripts/export_qc_town_close_reports.py b/dbt/scripts/export_qc_town_close_reports.py index 5b56df485..1bd51b0ec 100644 --- a/dbt/scripts/export_qc_town_close_reports.py +++ b/dbt/scripts/export_qc_town_close_reports.py @@ -193,10 +193,10 @@ def main(): iasworld_deps[table_name] = formatted_dep - print("ssh into the server and run the following commands:") + print("Run the following commands on the Data Team server:") print() print("cd /home/shiny-server/services/service-spark-iasworld") - print("docker-compose up -d") + print("docker compose up -d") print( "docker exec spark-node-master ./submit.sh " "--no-run-github-workflow "