Skip to content

Commit

Permalink
move example dags folder
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Jun 10, 2024
1 parent 8cb7634 commit da836a4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion anyscale_provider/example_dags/.airflowignore

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/dags/test_dag_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import utils as test_utils

EXAMPLE_DAGS_DIR = Path(__file__).parent.parent.parent / "anyscale_provider/example_dags"
EXAMPLE_DAGS_DIR = Path(__file__)/ "tests/dags/example_dags"
print(f"EXAMPLE_DAGS_DIR: {EXAMPLE_DAGS_DIR}")

def get_dags(dag_folder=None):
Expand Down

0 comments on commit da836a4

Please sign in to comment.