dipayan16 opened a new issue, #30567: URL: https://github.com/apache/airflow/issues/30567
### Description Hi Team, We have a requirement that we need to schedule a Airflow Job on last Friday of every month. We tried implementing with the below, but it didn't work We have scheduled it for schedule_interval= `0 00 16 ? * 6L` But it throws DAG import error: > Invalid timetable expression: [0 00 16 ? * 6l] is not acceptable Could you please help us with the requirement. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
