Skip to content

Commit

Permalink
Merge pull request #29 from Dorianteffo/dev_dorian
Browse files Browse the repository at this point in the history
cd airflow
  • Loading branch information
Dorianteffo committed Mar 21, 2024
2 parents ba89537 + 6fa954c commit a5e7b5f
Show file tree
Hide file tree
Showing 53 changed files with 6 additions and 2,037 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd_airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ jobs:
SOURCE: "/airflow/"
TARGET: "/home/ubuntu/airflow"
SCRIPT_AFTER: |
cd airflow
cd airflow.
echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
docker build -t apache-airflow:dbt-snowflake-dorian .
docker build -t apache-airflow:dbt-snowflake-dorian .
docker compose up airflow-init
docker compose up -d
##################################################
############Le premier push ##########################
############the first push ##########################
# SCRIPT_AFTER: |
# cd airflow
# echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
# docker build -t apache-airflow:dbt-snowflake-dorian .
# docker compose up airflow-init
# docker compose up -d
1 change: 1 addition & 0 deletions airflow/dags/cosmos_dbt_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
),
)


@dag(
schedule_interval="@daily",
start_date=datetime(2024, 3, 20),
Expand Down
575 changes: 0 additions & 575 deletions airflow/logs/dag_processor_manager/dag_processor_manager.log

This file was deleted.

200 changes: 0 additions & 200 deletions airflow/logs/scheduler/2024-03-20/cosmos_dbt_dag.py.log

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a5e7b5f

Please sign in to comment.