Skip to content

Commit

Permalink
bugfix..
Browse files Browse the repository at this point in the history
  • Loading branch information
petteja committed May 15, 2024
1 parent 5df0af8 commit 4ba12aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests-integration/knada.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

nb_op_uv = notebook_operator(
dag=dag,
name="nb-op",
name="nb-op-uv",
repo="navikt/dataverk-airflow",
nb_path="tests-integration/notebooks/mynb.ipynb",
requirements_path="tests-integration/notebooks/requirements.txt",
Expand All @@ -63,7 +63,7 @@

quarto_op_uv = quarto_operator(
dag=dag,
name="quarto-op",
name="quarto-op-uv",
repo="navikt/dataverk-airflow",
quarto={
"path": "tests-integration/notebooks/quarto.ipynb",
Expand Down Expand Up @@ -94,7 +94,7 @@

quarto_book_op_uv = quarto_operator(
dag=dag,
name="quarto-book-op",
name="quarto-book-op-uv",
repo="navikt/dataverk-airflow",
quarto={
"folder": "tests-integration/notebooks/quartobook",
Expand Down

0 comments on commit 4ba12aa

Please sign in to comment.