/dag-airflow-warebnb

Code for an Airflow DAG that extracts data from an Airbnb sheet and put it on a postgreSQL DB

Primary LanguagePython

WareBNB

ETL that extracts data from an AirBNB sheet and puts it into a CockroachDB Data Warehouse

Developer

To run it correctly you'll need to:

  • install airflow;
  • run airflow on your machine;
  • put the "dag-cockroachdb.py" file inside the "airflow/dags" folder;
  • open the Airflow UI;
  • run the dag manually or schedule it.