Skip to content

Commit

Permalink
Fixes and rever branch event
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Sep 12, 2024
1 parent bbbe831 commit 438e693
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/airflow_runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync repo and Trigger DAGs
on:
push:
branches:
- feat/add-airflow-workflow
- main
release:
types: [published]

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ services:
environment:
AIRFLOW__CORE__EXECUTOR: LocalExecutor
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql+psycopg2://postgres:$PG_PASSWORD@db:5432/postgres
AIRFLOW__API__AUTH_BACKENDS: airflow.api.auth.backend.basic_auth
volumes:
- ./scheduler/dags:/opt/airflow/dags
- ./scheduler/logs:/opt/airflow/logs
Expand Down
1 change: 0 additions & 1 deletion scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN pip install --no-cache-dir -r /transformers_requirements.txt

ENV AIRFLOW__CORE__LOAD_EXAMPLES=False
ENV AIRFLOW__WEBSERVER__RBAC=True
ENV AIRFLOW__API__AUTH_BACKENDS=airflow.api.auth.backend.basic_auth

COPY scheduler/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 438e693

Please sign in to comment.