thejens opened a new pull request #15367:
URL: https://github.com/apache/airflow/pull/15367


   With this change we implement a new operator that handles patching of table 
schemas in bigquery.
   
   This is needed as typing out an entire schema data structure (schema), in 
order to set e.g. a field description on a single field requires a lot of 
overhead. Also, many times the schema is not known or very complex as it may be 
the result of a Query or parsed automatically when importing files as tables.
   
   This operator is useful for a workflow like:
   Upstream: Create a BigQuery table as the output of a Query or import 
operator. Writer of job/operator knows the names of the fields, perhaps the 
types, but not necessarily how other schema fields are defined.
   
   Downstream (this operator): Supply a partial schema definition that only 
contains field names and description values that will be patched on to the 
"generated by bigquery" schema from upstream.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to