GitHub user tlegrave added a comment to the discussion: DAG versioning behavior
Amazing! A warning looks fair enough to me. We also ran into this issue, because we had overridden `KubernetesPodOperator` class to be able to attach a custom object (`ConfigProperties`) on which we had not implemented the proper serialization. So we ended up with serialized DAG including the object itself (`ConfigProperties objet at 0x10d47f620`) = hash that differs = automatic version increment! GitHub link: https://github.com/apache/airflow/discussions/59595#discussioncomment-15373896 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
