Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ x-airflow-common:
# Opt out of Airflow's usage telemetry.
SCARF_ANALYTICS: 'false'
AIRFLOW__DATAHUB__ENABLED: 'false'
AIRFLOW__DATAHUB__RENDER_TEMPLATES: 'false'
volumes:
- ./dags:/opt/airflow/dags
- ./logs:/opt/airflow/logs
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apache-airflow-providers-slack
airflow-provider-fivetran-async==2.0.2

# Acryl DataHub integration
acryl-datahub-airflow-plugin
acryl-datahub-airflow-plugin==1.0.0.2
gql

# dbt integration
Expand Down
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --no-annotate --strip-extras requirements.in
#
acryl-datahub==0.13.2.4
acryl-datahub-airflow-plugin==0.13.2.4
acryl-datahub==1.0.0.2
acryl-datahub-airflow-plugin==1.0.0.2
aiofiles==23.2.1
aiohappyeyeballs==2.4.4
aiohttp==3.11.11
Expand Down Expand Up @@ -44,7 +44,7 @@ atlassian-python-api==3.41.19
attrs==25.1.0
authlib==1.3.1
avro==1.11.3
avro-gen3==0.7.12
avro-gen3==0.7.16
babel==2.17.0
backoff==2.2.1
bcrypt==4.2.1
Expand Down Expand Up @@ -211,6 +211,10 @@ multidict==6.1.0
mypy-extensions==1.0.0
numpy==1.26.4
oauthlib==3.2.2
openlineage-airflow==1.27.0
openlineage-integration-common==1.27.0
openlineage-python==1.27.0
openlineage-sql==1.27.0
opentelemetry-api==1.27.0
opentelemetry-exporter-otlp==1.27.0
opentelemetry-exporter-otlp-proto-common==1.27.0
Expand All @@ -223,6 +227,7 @@ ordered-set==4.1.0
packaging==24.2
pandas==2.1.4
pandas-gbq==0.26.1
patchy==2.8.0
pathspec==0.12.1
pendulum==3.0.0
pluggy==1.5.0
Expand Down Expand Up @@ -284,6 +289,8 @@ sqlalchemy-bigquery==1.12.1
sqlalchemy-jsonfield==1.0.2
sqlalchemy-spanner==1.8.0
sqlalchemy-utils==0.41.2
sqlglot==26.6.0
sqlglotrs==0.3.14
sqlparse==0.5.3
statsd==4.0.1
tabulate==0.9.0
Expand Down