kaxil commented on issue #51816:
URL: https://github.com/apache/airflow/issues/51816#issuecomment-3036961653
> We use variables for dynamic DAG scheduling, so we can access and modify
schedules via web-UI by ourselves, without having to change deployment configs
(OS environment variables) through DevOps guys. Example:
>
> with DAG(
> "DAG_1",
> schedule=Variable.get("DAG_1_SCHEDULE", None)
> )
> So I feel like I have to ask: will the final fixed version allow for us to
do the same?
Yes, although timeline TBD
--
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]