uranusjr commented on issue #59303: URL: https://github.com/apache/airflow/issues/59303#issuecomment-3653689232
Indeed the main issue is ReferenceModels usages in the SDK. The `_deadline` column itself is not an issue, but the `deadline` property that uses it is. DagModel will not be able to reference serde logic and SDK classes when used in the scheduler, so that should be removed, or at least moved into the dag processor. That should be relatively minor once the ReferenceModels situation is resolved. The two-step process should be fine as long as SDK classes are only used in the dag processor (this should be the case from your description). I’ll hold off work around this area then. Feel free to send me a word if you need some info on what should be OK and what wouldn’t. -- 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]
