domagojrazum commented on code in PR #23889: URL: https://github.com/apache/airflow/pull/23889#discussion_r881348357
########## 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: Regarding comment below (adding branch operator). In our workflow we have around 190 DAGs, and we're running backfills on daily basis. Some backfills can run for a couple of days. So we found it useful to have it "globally", instead of adding it to each DAG. -- 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]
