Skip to content

Commit

Permalink
Move dags to root of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 20, 2024
1 parent e9f0940 commit 53fcf23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oonipipeline/src/oonipipeline/dags/dags.py → dags/dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def run_make_analysis(
make_analysis_in_a_day(params)


REQUIREMENTS = [
"-e 'git+https://github.com/ooni/data@airflow#egg=oonipipeline&subdirectory=oonipipeline'"
]
REQUIREMENTS = ["./oonipipeline"]

with DAG(
dag_id="batch_measurement_processing",
Expand Down
Empty file.

0 comments on commit 53fcf23

Please sign in to comment.