Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid to use functools.lru_cache in class methods in google provider #38652

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

Taragolis
Copy link
Contributor

Part of the #37757, since it only appear in one place in internal method we could avoid to use methodtools and use instead of cached_property


^ 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.

@Taragolis Taragolis added the type:bug-fix Changelog: Bug Fixes label Apr 1, 2024
@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Apr 1, 2024
@eladkal eladkal merged commit d3dc88f into apache:main Apr 1, 2024
40 checks passed
@Taragolis Taragolis deleted the b019-providers branch April 1, 2024 14:19
idantepper pushed a commit to idantepper/airflow that referenced this pull request Apr 3, 2024
idantepper pushed a commit to idantepper/airflow that referenced this pull request Apr 3, 2024
mathiaHT pushed a commit to mathiaHT/airflow that referenced this pull request Apr 4, 2024
utkarsharma2 pushed a commit to astronomer/airflow that referenced this pull request Apr 22, 2024
ephraimbuddy pushed a commit that referenced this pull request Apr 29, 2024
@ephraimbuddy ephraimbuddy added changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) and removed type:bug-fix Changelog: Bug Fixes labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants