eladkal commented on PR #34582:
URL: https://github.com/apache/airflow/pull/34582#issuecomment-1761320270

   > > I think iter on ListEndpointsPager returns a list of ListEndpoints which 
needs a second iter to get Endpoint
   > 
   > `ListEndpointsPager` actually returns an object of `ListEndpointsRequest`, 
which will in turn have the `endpoints` field where the `__iter` method on 
`ListeEndpointsPager` would work on.
   > 
   > > Did you find an explanation for why the API response is not an instance 
of Endpoint in the reported issue and what is its type
   > 
   > Sadly I don't have access to GCP's Vertex AI on this and had to resort to 
working locally :( It's definitely odd that plenty of operators also iterate 
pagers like this and none got reported like this case.
   
   Google offers 300$ in credits for trail account
   https://cloud.google.com/free
   so it is possible to test it


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to