Skip to content

Commit

Permalink
2024-06-12-15-18-28
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKevinMachado committed Jun 12, 2024
1 parent 9ab3a86 commit 73bb43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can use this repo as a template and create your own, click on the `Use this

We have a sample pipeline at [coincap_elt.py](./dags/coincap_elt.py) that you can use as a starter to create your own DAGs. The tests are available at [./tests](./tests) folder.

Once the `coincap_elt` DAG runs, we can see the dashboard html at [./visualizations/dashboard.html](./visualizations/dashboard.html) and will look like ![Dashboard](./assets/images/dash.png).
Once the `coincap_elt` DAG runs, we can see the dashboard html at [./visualization/dashboard.html](./visualization/dashboard.html) and will look like ![Dashboard](./assets/images/dash.png).

## (Optional) Advanced cloud setup

Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ x-airflow-common:
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
AIRFLOW__API__AUTH_BACKEND: 'airflow.api.auth.backend.basic_auth'
AIRFLOW_CONN_POSTGRES_DEFAULT: postgres://airflow:airflow@postgres:5432/airflow
WAREHOUSE_USER: ${POSTGRES_USER}
WAREHOUSE_PASSWORD: ${POSTGRES_PASSWORD}
WAREHOUSE_DB: ${POSTGRES_DB}
WAREHOUSE_HOST: ${POSTGRES_HOST}
WARREHOUSE_PORT: ${POSTGRES_PORT}

volumes:
- ./dags:/opt/airflow/dags
Expand Down

0 comments on commit 73bb43a

Please sign in to comment.