JDarDagran commented on PR #43740: URL: https://github.com/apache/airflow/pull/43740#issuecomment-2459832751
To be clear: 1.24.0 introduced backwards-incompatible changes that were fixed in 1.24.2 (`from_dict` in 1.24.0 assumed you can pass dict with full config, not only transport. I don't think it's relevant what was exactly the problem but just saying). Therefore if OL providers attempts to upgrade `openlineage-python` to the latest version they should be fine (@mobuchowski is running canary build [here](https://github.com/apache/airflow/pull/43742) to confirm that). In 1.24.2 we add possibility to pass config as argument (not only transport as it was in case of `from_dict` method that we deprecate in this version). -- 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]
