Skip to content

Commit

Permalink
debug: disable other integration tests than dbt-build
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Jun 14, 2024
1 parent e8164a1 commit 2c5b055
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests-integration/knada.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@


with DAG('KnadaOperators', start_date=datetime(2023, 2, 15), schedule=None) as dag:
py_op = python_operator(
dag=dag,
name="python-op",
repo="navikt/dataverk-airflow",
script_path="tests-integration/notebooks/script.py",
requirements_path="tests-integration/notebooks/requirements.txt",
retries=0,
startup_timeout_seconds=60,
)
# py_op = python_operator(
# dag=dag,
# name="python-op",
# repo="navikt/dataverk-airflow",
# script_path="tests-integration/notebooks/script.py",
# requirements_path="tests-integration/notebooks/requirements.txt",
# retries=0,
# startup_timeout_seconds=60,
# )

# py_op_uv = python_operator(
# dag=dag,
Expand Down

0 comments on commit 2c5b055

Please sign in to comment.