Update Prefect variables and serve flows

This commit is contained in:
Sam 2024-11-07 15:43:34 +00:00
parent 86c59bb27b
commit 27bf6b2fb6
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ in {
.venv/bin/prefect variable set "postgres_dbname" "baseddata" --overwrite
.venv/bin/prefect variable set "postgres_schema" "models_final" --overwrite
.venv/bin/prefect variable set "unique_key" "row_uuid" --overwrite
.venv/bin/prefect variable set "dbt_profiles_dir" "/srv/baseddata-models/data-models" --overwrite
# serve flows
.venv/bin/python automation/flows/serve-flows.py