You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm unable to ingest metadata from BigQuery using my Application Default Credentials, possibly due to the fact that the ADC are associated with multiple BigQuery projects.
Configure a similar recipe for a GCP profile with multiple projects associated to it.
Attempt to ingest metadata from them.
Expected behavior
I would expect to ingest metadata from all associated project_ids or filter only the relevant ones when specifying in the project_ids config.
Desktop (please complete the following information):
OS: iOS
Browser chrome
Version 14.1
Additional context
ADC path is properly set (echo $GOOGLE_APPLICATION_CREDENTIALS outputs the correct path) and when I run gcloud projects list I observe my relevant projects.
I tried adding project_ids = ["target_id"] in the config, but I receive the same error.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm unable to ingest metadata from BigQuery using my Application Default Credentials, possibly due to the fact that the ADC are associated with multiple BigQuery projects.
With the following recipe:
I receive this error:
Failed to configure the source (bigquery): Project was not passed and could not be determined from the environment.
I previously could ingest successfully by manually setting my credentials like the below, but would prefer to use the ADC approach.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to ingest metadata from all associated
project_ids
or filter only the relevant ones when specifying in theproject_ids
config.Desktop (please complete the following information):
Additional context
echo $GOOGLE_APPLICATION_CREDENTIALS
outputs the correct path) and when I rungcloud projects list
I observe my relevant projects.project_ids = ["target_id"]
in theconfig
, but I receive the same error.The text was updated successfully, but these errors were encountered: