You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/31 00:05:05 UTC

[GitHub] [airflow] mik-laj commented on issue #15088: GCP BigQuery Data Transfer Run Issue

mik-laj commented on issue #15088:
URL: https://github.com/apache/airflow/issues/15088#issuecomment-810655865


   > I guess the piece of code that causes this issue is here in the hook, why does it use projects/{projectId}/transferConfigs/{configId} instead of rojects/{projectId}/locations/{locationId}/transferConfigs/{configId}?
   
   When this operator was created, Google only supported one location and then made a breaking change to the API to support multiple locations.
   
   I think PR is necessary here to update to the new API.


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

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