Is it possible to create a table with a provided description string (for the table) using Apache Beam's WriteToBigQuery?
The additional_bq_parameters argument is useful to set, for example, the clustering or partitioning fields, but I cannot find a way to set table description here, nor in the schema object that is passed.
Is there any alternative way to do this (create a table with description / set table description) using the native Beam functions?