-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Change type definition for provider_info_cache
decorator
#39750
Conversation
f369136
to
e8dcda2
Compare
Added |
I guess |
In the other places it will be removed by #39430 |
Only ____ ERROR collecting tests/providers/google/cloud/links/test_translate.py _____
ImportError while importing test module '/opt/airflow/tests/providers/google/cloud/links/test_translate.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/providers/google/cloud/links/test_translate.py:31: in <module>
from airflow.providers.google.cloud.operators.automl import (
airflow/providers/google/cloud/operators/automl.py:40: in <module>
from airflow.providers.google.cloud.hooks.vertex_ai.prediction_service import PredictionServiceHook
airflow/providers/google/cloud/hooks/vertex_ai/prediction_service.py:24: in <module>
from google.cloud.aiplatform_v1 import PredictionServiceClient
E ModuleNotFoundError: No module named 'google.cloud.aiplatform_v1'
----- generated xml file: /files/test_result-providers_google-postgres.xml ----- It is also failed in |
Yep. I think it does date back to very old times :). Glad we are fixing it now. |
e8dcda2
to
c7d1660
Compare
c7d1660
to
6050971
Compare
6050971
to
5ddd410
Compare
bc47d90
to
d9517dd
Compare
d9517dd
to
5c421c5
Compare
(cherry picked from commit 4dffec4)
(cherry picked from commit 4dffec4)
This part decoupled from the #39430, see for details: #39430 (comment)
^ 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.