pip3 freeze > requirements.txt # Python3
Astronomer CLI will be used to run Airflow locally - see this https://www.astronomer.io/docs/astro/cli/get-started-cli
- Using the ExternalPythonOperator: https://www.youtube.com/watch?v=mWQa5mWpMZ4
- Usage general: https://www.youtube.com/watch?v=xUKIL7zsjos
- Astro and DuckDB: https://www.astronomer.io/docs/learn/airflow-duckdb
install Astro CLI:
winget install -e --id Astronomer.Astro