79162534

Date: 2024-11-06 12:16:26
Score: 0.5
Natty:
Report link

Consulting the official docs there is an example dag.

According to it you should modify your import: from: from airflow.providers.papermill.operators.papermill import PapermillOperator

to: from airflow.operators.papermill_operator import PapermillOperator

Here is a link to the official example.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dimButTries