Open jphalip opened 7 months ago
It'd be great to add a BigQueryClient.createTable(TableInfo) method so we can prepare the TableInfo object separately. This would be useful for the Hive-BigQuery Connector.
BigQueryClient.createTable(TableInfo)
TableInfo
It'd be great to add a
BigQueryClient.createTable(TableInfo)
method so we can prepare theTableInfo
object separately. This would be useful for the Hive-BigQuery Connector.