* Airflow demo: Script cleanup * Correct docker compose name for airflow file * Final fixes * Clean up airbyte destination Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
7 lines
242 B
Bash
Executable File
7 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd ../../..
|
|
docker-compose down -v
|
|
cd resources/examples/airflow || exit
|
|
docker-compose -f docker-compose-airflow.yaml down -v
|
|
docker-compose -f superset/docker-compose-superset.yaml down -v
|
|
docker stop airbyte-destination |