Skip to content

Commit

Permalink
remove envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent 54898dd commit 61370a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM apache/airflow:2.6.0-python3.10

ENV AIRFLOW_HOME=/opt/airflow
WORKDIR /opt/airflow

ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_test_dag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from example_dag.example_dag import fetch, pull
from dags.example_dag.example_dag import fetch, pull


def test_test_dag_fetch():
Expand Down

0 comments on commit 61370a0

Please sign in to comment.