tests.system.providers.papermill.example_papermill_verify

This DAG will use Papermill to run the notebook “hello_world”, based on the execution date it will create an output notebook “out-<date>”. All fields, including the keys in the parameters, are templated.

Module Contents

Functions

check_notebook(inlets, execution_date)

Verify the message in the notebook

Attributes

START_DATE

SCHEDULE_INTERVAL

DAGRUN_TIMEOUT

ENV_ID

DAG_ID

run_this

test_run

tests.system.providers.papermill.example_papermill_verify.START_DATE[source]
tests.system.providers.papermill.example_papermill_verify.SCHEDULE_INTERVAL = '0 0 * * *'[source]
tests.system.providers.papermill.example_papermill_verify.DAGRUN_TIMEOUT[source]
tests.system.providers.papermill.example_papermill_verify.ENV_ID[source]
tests.system.providers.papermill.example_papermill_verify.DAG_ID = 'example_papermill_operator_verify'[source]
tests.system.providers.papermill.example_papermill_verify.check_notebook(inlets, execution_date)[source]

Verify the message in the notebook

tests.system.providers.papermill.example_papermill_verify.run_this[source]
tests.system.providers.papermill.example_papermill_verify.test_run[source]

Was this entry helpful?