Tag Archives: bigquery

Get BigQuery Table Schema

This post describes how to get the schema of a table in BigQuery. Its actually quite straightforward (I mean you can use standard JDBC methods to get it) if one uses the BigQuery JBDC connector like below: BigQueryJdbcConnection is a … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment