Reputation: 1
I have a csv file in my google-cloud storage and I have some custom meta-data on this file. I want to read this metadata from my BigQuery. Is this possible. If so please let me know how this should be done.
Upvotes: 0
Views: 1278
Reputation: 76093
With BigQuery, it's not possible to query external API. You can only process data reachable by bigquery (native table, google drive files, GCS files, BigTable tables and Cloud SQL request) and not perform API call, for example to get the file metadata.
You can only know the file name, not more.
Upvotes: 1