antxxxx commented on issue #4003: [AIRFLOW-3163] add operator to enable setting 
table description in BigQuery table
URL: 
https://github.com/apache/incubator-airflow/pull/4003#issuecomment-429617980
 
 
   @Fokko I am not explicitly creating a table - I am either loading into a new 
table or sending query results to a new table. With these methods you can not 
set the table description (this is a limitation of bigquery api)   
   
   @tswast Having an operator to update table metadata is a good idea. I think 
the only things you can actually update in a patch call are description, labels 
and expiration. Would you expect these as 3 specific parameters to the 
operator, or one parameter whose value is passed to the patch call?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to