We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70fce commit 8870d76Copy full SHA for 8870d76
airflow/example_dags/example_custom_weight.py
@@ -22,6 +22,7 @@
22
import datetime
23
24
import pendulum
25
+
26
from airflow.example_dags.plugins.decreasing_priority_weight_strategy import DecreasingPriorityStrategy
27
28
# [START example_custom_weight_dag]
0 commit comments