nathadfield commented on issue #35630: URL: https://github.com/apache/airflow/issues/35630#issuecomment-1910362591
@yilinlesley I could not replicate this. I cloned [this](https://github.com/astronomer/airflow-scheduling-tutorial/tree/main) repository and started Airflow locally with Astro Runtime v9.7.0. I then took your code above which, initially, gave a `Module Not Found` error. Once I corrected the import path for `UnevenIntervalsTimetable` to `from uneven_intervals import UnevenIntervalsTimetable`, I could view the DAG in the UI without issue.  -- 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]
