Tag: DockerOperator

End-to-End Data Engineering Project — Airflow, Snowflake, DBT, Docker and DockerOperator

In this article, we are going to create an end-to-end data engineering pipeline using airflow, dbt and snowflake and everything will be running in docker. Given the dependency problems, we will have different containers for airflow and its components and the DBT. In order to run Airflow dags on anot...