Re: [PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
moiseenkov commented on code in PR #36974: URL: https://github.com/apache/airflow/pull/36974#discussion_r1464471409 ## airflow/providers/google/common/hooks/base_google.py: ## @@ -642,8 +642,10 @@ def __init__( *, project: str | None = None, session: C

Re: [PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
potiuk merged PR #36974: URL: https://github.com/apache/airflow/pull/36974 -- 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.a

Re: [PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
hussein-awala commented on code in PR #36974: URL: https://github.com/apache/airflow/pull/36974#discussion_r1463956053 ## airflow/providers/google/common/hooks/base_google.py: ## @@ -642,8 +642,10 @@ def __init__( *, project: str | None = None, session

Re: [PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
dirrao commented on code in PR #36974: URL: https://github.com/apache/airflow/pull/36974#discussion_r1463629308 ## airflow/providers/google/common/hooks/base_google.py: ## @@ -642,8 +642,10 @@ def __init__( *, project: str | None = None, session: Clien

Re: [PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
VladaZakharova commented on PR #36974: URL: https://github.com/apache/airflow/pull/36974#issuecomment-1906348282 Hi @m1racoli @Lee-W @pankajastro ! Can you please check changes from this PR? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message

[PR] Add scopes into a GCP token [airflow]

2024-01-23 Thread via GitHub
moiseenkov opened a new pull request, #36974: URL: https://github.com/apache/airflow/pull/36974 This PR provides a small fix that adds missing scopes into a token. Relates to #34727 and continues #36849, #36903. In our use case we have a DAG (see below) with `BigQueryInsertJobOp