ashb commented on PR #22698: URL: https://github.com/apache/airflow/pull/22698#issuecomment-1089143505
No, you didn't miss anything QP -- it doesn't exist yet. Essentially something like this, where we add a field to AirflowPlugin and the plugin manager collects it, so only core, or classes listed in that are valid for deps https://github.com/apache/airflow/blob/a1fd82f2a5c9edc4817b04b4ccc257d6e394f886/airflow/serialization/serialized_objects.py#L682-L704 and the validation side on deserialization https://github.com/apache/airflow/blob/a1fd82f2a5c9edc4817b04b4ccc257d6e394f886/airflow/serialization/serialized_objects.py#L882-L889 -- 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]
