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


##########
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:
   Thank you for the reply.
   Users can provide any kind of function. Path to function definition just 
needs to be added here.
   Users define function on their side, and that function is just called on the 
end of the backfill (if the path is provided)



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