nice-planet-17111
10/05/2021, 6:01 AMbigquery-usage ?
⢠options.credentials_path, or extra_client_options.credentials_path does not work ( fails to run the file -> got an unexpected keyword arguement or extra fields not permitted)
⢠I tried export GOOGLE_APPLICATION_CREDENTIALS -> file runs but it stops with the error : the caller does not have permission
⢠bigquery ingestion under same environment & configs works without errors.nice-planet-17111
10/05/2021, 6:03 AMsource:
type: bigquery-usage
config:
projects:
- <my_project_name>
top_n_queries: 10
# extra_client_options: # this fails
# credentials_path: <path_to_file>
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"nice-planet-17111
10/05/2021, 6:04 AMForbidden: 403 POST <https://logging.googleapis.com/v2/entries:list?prettyPrint=false>: The caller does not have permissionmammoth-bear-12532
bland-orange-95847
10/05/2021, 6:07 AMnice-planet-17111
10/05/2021, 6:13 AMmammoth-bear-12532
nice-planet-17111
10/06/2021, 12:49 AMcredentials_path in bigquery-usage recipe?
⢠Is it possible for bigquery-usage to not write any records ?
⦠when I set start_time ~ end_time to a be couple of hours, records_written is 0 (although it's during workhour)
⦠when I set start_time ~ end_time to be one day, the process takes a loooong time, (so i just stopped bc i was afraid of the cost ...)nice-planet-17111
10/06/2021, 12:50 AM