Posts

Showing posts from March, 2021

ETL best practices - unsual places to find this info

 I stumble upon ETL best practices here and looks to be pretty good read for me. 

setting up apache airflow using docker

This is the best resource i found to setup airflow using docker-compose. You need a more recent version of the docker compose.  Create a file called docker-compose.yaml with content take from here . Then run the following command :- docker-compose up airflow-init next,  run the following command.  docker-compose up