eladkal commented on code in PR #23889:
URL: https://github.com/apache/airflow/pull/23889#discussion_r881343317


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -1236,3 +1236,7 @@ shards = 5
 
 # comma separated sensor classes support in smart_sensor.
 sensors_enabled = NamedHivePartitionSensor
+
+[backfill]
+# function to be called after the backfill is done, path needs to be provided
+on_backfill_callback =

Review Comment:
   But you assume single function for all dags...
   How a user can override the default?
   Say for example in my Airflow cluster I have over 100 Dag authors. How would 
that work?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to