Closed GLaDAP closed 11 months ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Accorsing to https://github.com/apache/airflow/pull/34582#issuecomment-1792637149 the issue was not repeoduced.
Can you please recheck?
This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.
This issue has been closed because it has not received response from the issue author.
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
We are running Apache Airflow 2.6.1, Python 3.8 and apache-airflow-providers-google 10.8.0. We want to list the Vertex AI Endpoints in a Google Cloud Project with the
airflow.providers.google.cloud.operators.vertex_ai.endpoint_service.ListEndpointsOperator
. However, when running the DAG, the operator returns an error stating the response is not an instance of Endpoint. It does display the information about the Endpoint in the logs.The stack trace is shown below:
Note that sensitive information is replaced in the log above.
What you think should happen instead
We expected a successful dag run listing the endpoints in the target project.
How to reproduce
The DAG is shown below:
Operating System
Debian 11 Bullseye
Versions of Apache Airflow Providers
apache-airflow-providers-google==10.8.0
Deployment
Other Docker-based deployment
Deployment details
No response
Anything else
This problem occurs every run (fails always)
Are you willing to submit PR?
Code of Conduct