google-cloud icon indicating copy to clipboard operation
google-cloud copied to clipboard

Add a method to add schema information to a BigQueryRelation

Open DJSagarAhire opened this issue 1 year ago • 0 comments

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).

DJSagarAhire avatar Apr 19 '23 10:04 DJSagarAhire