Skip to content

Comments

openlineage: fix duplicate naming in docs with list of supported operators#41183

Merged
mobuchowski merged 1 commit intoapache:mainfrom
kacpermuda:ol-fix-docs-duplicate-operators
Aug 1, 2024
Merged

openlineage: fix duplicate naming in docs with list of supported operators#41183
mobuchowski merged 1 commit intoapache:mainfrom
kacpermuda:ol-fix-docs-duplicate-operators

Conversation

@kacpermuda
Copy link
Contributor

When multiple operators have the same name (like AzureBlobStorageToGCSOperator), we can unintentionally overwrite the OL supported operator with OL unsupported one, as we used class name when building class registry. This PR changes that to use full import path, it should fix the problem.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

…ators

Signed-off-by: Kacper Muda <mudakacper@gmail.com>
@mobuchowski
Copy link
Contributor

When multiple operators have the same name (like AzureBlobStorageToGCSOperator),

😞

@mobuchowski mobuchowski merged commit d64bcd4 into apache:main Aug 1, 2024
@kacpermuda kacpermuda deleted the ol-fix-docs-duplicate-operators branch August 1, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants