Skip to content
Snippets Groups Projects
Commit 04ff0ee3 authored by Afnan  Ramadhan's avatar Afnan Ramadhan
Browse files

fix: unpause dag

parent 5325e43d
Branches
2 merge requests!10chore: add model version control and finally can trigger the sparking flow...,!8fix: unpause dag
......@@ -42,4 +42,5 @@ clean-up:
done;
- echo "Webserver is running"
- CONTAINER_ID=$(docker ps -q --filter "name=webserver")
- docker exec -it $CONTAINER_ID airflow dags trigger train_model
- docker exec -it $CONTAINER_ID airflow dags unpause train_model
- docker exec -it $CONTAINER_ID airflow dags unpause data_drift_simulation
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment