Fokko edited a comment 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-429515036
 
 
   Just thinking along here. We could extend the create table definition and 
add the description over there: 
https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/hooks/bigquery_hook.py#L214-L284
   
   The create table call supports supplying a description field: 
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#resource
   
   We could template this field, so we can use `created at: {{ execution_date 
}}`, which will translate to `created at: 2018-06-04`. Thoughts?
   

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