eladkal commented on code in PR #23889: URL: https://github.com/apache/airflow/pull/23889#discussion_r880613655
########## 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: what will you do in a case that different users want different functions? -- 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]
