google-cloud
google-cloud copied to clipboard
Add a method to add schema information to a BigQueryRelation
This PR adds a way to add schema information to a relation. This can be called by a plugin that wishes to request validation.
The current intention is that this will be called by Wrangler in the transform()
method to supply schema information (which Wrangler currently already has in the oSchema
variable).