Skip to content

Commit

Permalink
Introduce sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasporez committed Nov 17, 2024
1 parent 1b7c806 commit a2ac858
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docker/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ services:
- LOAD_EX=n
- EXECUTOR=Local
- AIRFLOW__WEBSERVER__WORKERS=1
- AIRFLOW__WEBSERVER__EXPOSE_CONFIG=true
- AIRFLOW__SENTRY__SENTRY_ON
- AIRFLOW__SENTRY__SENTRY_DSN
- SENTRY_ENVIRONMENT=dev
logging:
options:
max-size: 10m
Expand Down
48 changes: 45 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.11.txt"
--constraint https://gist.githubusercontent.com/florian-ernst-alan/e650b43c08da0c8c5c678f9a516fa143/raw/431c7df26c1bf7166f9e8c99907162c0396d98af/constraints_test_2.8.1

apache-airflow-providers-snowflake==5.2.1
apache-airflow-providers-mysql==5.5.1
apache-airflow[snowflake,segment]==2.8.1

snowflake-connector-python[pandas]==3.6.0
snowflake-sqlalchemy==1.5.1
analytics-python==1.4.post1
unidecode==1.3.8
seeuletter==1.2.0
rollbar==1.0.0
businesstimedelta==1.0.1
holidays==0.43
slack-sdk==3.26.2
google-api-python-client==2.113.0
google-auth==2.26.2
beautifulsoup4==4.12.2
pytest==7.4.4
simple-salesforce==1.12.5
responses==0.24.1
pandas==2.1.4
paramiko==3.4.0
pendulum==3.0.0
pygsheets==2.0.6
pyathena==3.3.0
tqdm==4.66.1
pygithub==2.1.1
scikit-learn==1.4.2
google-cloud-storage==2.14.0
networkx==3.2.1
aioresponses==0.7.6
sql-metadata==2.13.0
sagemaker==2.208.0
stripe==5.4.0
openpyxl==3.1.2
retry==0.9.2
openai==1.7.2
sqlglot==25.28.0
sqlfluff==3.2.5

# data_helpers requirements
psycopg2-binary==2.9.*
pycryptodome==3.20.0
pycryptodomex==3.20.0

# Sub-requirements that don't need to be explicitly added but speed up the version resolution
multiprocess==0.70.16

0 comments on commit a2ac858

Please sign in to comment.