Update Prefect variables and serve flows
This commit is contained in:
parent
86c59bb27b
commit
27bf6b2fb6
|
@ -239,6 +239,7 @@ in {
|
||||||
.venv/bin/prefect variable set "postgres_dbname" "baseddata" --overwrite
|
.venv/bin/prefect variable set "postgres_dbname" "baseddata" --overwrite
|
||||||
.venv/bin/prefect variable set "postgres_schema" "models_final" --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 "unique_key" "row_uuid" --overwrite
|
||||||
|
.venv/bin/prefect variable set "dbt_profiles_dir" "/srv/baseddata-models/data-models" --overwrite
|
||||||
|
|
||||||
# serve flows
|
# serve flows
|
||||||
.venv/bin/python automation/flows/serve-flows.py
|
.venv/bin/python automation/flows/serve-flows.py
|
||||||
|
|
Loading…
Reference in New Issue