We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b544d commit c30028eCopy full SHA for c30028e
docker-compose-cginf.yml
@@ -63,7 +63,7 @@
63
- ../airflow-dags/dags:/opt/airflow/dags/airflow-dags
64
- ../FastETL/fastetl:/opt/airflow/plugins/fastetl
65
- ../airflow_commons:/opt/airflow/plugins/airflow_commons
66
- - ../airflow-dags/great_expectations:/opt/airflow/great_expectations
+ - ../airflow-great-expectations:/opt/airflow/include/great_expectations
67
68
user: "${AIRFLOW_UID:-50000}:${AIRFLOW_GID:-50000}"
69
depends_on:
@@ -101,3 +101,9 @@
101
<<: *airflow-common
102
command: scheduler
103
restart: always
104
+
105
+ jupyter:
106
+ <<: *airflow-common
107
+ command: bash -c "jupyter notebook --port=8888 --no-browser --ip=0.0.0.0 --notebook-dir=/opt/airflow/include/great_expectations --NotebookApp.token=''"
108
+ ports:
109
+ - 8888:8888
0 commit comments