uranusjr commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1847615530


##########
airflow/settings.py:
##########
@@ -831,6 +831,10 @@ def is_usage_data_collection_enabled() -> bool:
 
 ALLOW_FUTURE_LOGICAL_DATES = conf.getboolean("scheduler", 
"allow_trigger_in_future", fallback=False)
 
+ALLOW_TRIGGER_DAGRUN_IN_FUTURE = conf.getboolean("scheduler", 
"allow_trigger_in_future", fallback=False)
+
+ALLOW_TRIGGER_DAGRUN_IN_FUTURE = conf.getboolean("scheduler", 
"allow_trigger_in_future", fallback=False)
+

Review Comment:
   Rebase error?



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