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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
@linar-jether not sure what you mean in your request.
Once an external, aka federated table, is defined in your BigQuery, you can run an SQL from Grafana on that table assuming the service account your are using has the right ACL to query the table.
I don't see any change we need to do in our current implementation to support this
Feature Request
Support to pass external table configurations to the query's job configuration:
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration
This will allow querying from external datasets without first explicitly defining a table, e.g. a csv/parquet/google sheets file(s)
A simple but very useful use case is using grafana for ad-hoc exploration of large GCS datasets (hive?)
The text was updated successfully, but these errors were encountered: