Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion airflow-core/docs/tutorial/taskflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ Here's what the same DAG might have looked like using the traditional approach:

import json
import pendulum
from airflow.sdk import DAG, PythonOperator
from airflow.sdk import DAG
from airflow.providers.standard.operators.python import PythonOperator


def extract():
Expand Down