Skip to content

Commit

Permalink
test nb pod op
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Oct 19, 2023
1 parent 6ed94d4 commit 753b54f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dags/dataverk-airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
retries=0,
)

# nb_op = notebook_operator(
# dag = dag,
# name = "nb-op",
# repo = "navikt/dataverk-airflow",
# branch="integration-tests",
# nb_path = "dags/notebooks/mynb.ipynb",
# requirements_path="dags/notebooks/requirements.txt",
# delete_on_finish=False,
# )
nb_op = notebook_operator(
dag = dag,
name = "nb-op",
repo = "navikt/dataverk-airflow",
branch="integration-tests",
nb_path = "dags/notebooks/mynb.ipynb",
requirements_path="dags/notebooks/requirements.txt",
delete_on_finish=False,
)

# quarto_op = quarto_operator(
# dag=dag,
Expand All @@ -43,5 +43,5 @@
# )

py_op
# nb_op
nb_op
# quarto_op

0 comments on commit 753b54f

Please sign in to comment.