Skip to content

Commit

Permalink
Configure Sentry
Browse files Browse the repository at this point in the history
Added sentry as a dependency.
  • Loading branch information
Lorenzovagliano committed Oct 15, 2024
1 parent 5a98322 commit 91824df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-airflow.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt
apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3
apache-airflow[celery, postgres, redis, cncf.kubernetes, sentry]==2.8.3

2 changes: 1 addition & 1 deletion tests/integration/iop/test_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_pull_from_sftp(iop_empty_repo):
{"xml": "extracted/aca95c/aca95c.xml"},

]
assert iop_empty_repo.find_all() == expected_files
assert set(tuple(sorted(d.items())) for d in iop_empty_repo.find_all()) == set(tuple(sorted(d.items())) for d in expected_files)
assert sorted(iop_empty_repo.get_all_raw_filenames()) == sorted(
[
"2022-07-30T03_02_01_content.zip",
Expand Down

0 comments on commit 91824df

Please sign in to comment.