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


##########
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:
   > 
   
   You are right. In this case it can't be overridden.
   I'll modify that use-case.



-- 
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