> I think an interesting topic to discuss for this project would be some kind > of UI based date/calendar picker to help users construct these logical > compositions. Something like `days("D1", "D2", "THU-SAT", "4>", "L1")` is > quite inscrutable.
Agreed – and really, the syntax is something to consider further. I think implementing a human-readable `__str__` could perhaps go a long way here! > A UI component to at least visualize the composition you've created would be > super powerful, and if it could be used to modify or create the compositions > that would be an even better user experience. It might be useful, but if we had a nicely generated string representation describing the resulting schedule, perhaps that would be adequate. This could be enough to confirm the developer that they've done it correctly. Anticipating this "rich scheduling" capability, I actually added some sort of forecasting functionality to the calendar view a while back: https://github.com/apache/airflow/pull/22055. Cheers --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org For additional commands, e-mail: dev-h...@airflow.apache.org