Google bigquery 从数据流加载到现有BigQuery表时,是否可以更新模式?

Google bigquery 从数据流加载到现有BigQuery表时,是否可以更新模式?,google-bigquery,google-cloud-dataflow,Google Bigquery,Google Cloud Dataflow,基本上,我尝试在数据流中执行与此CLI等效的操作: bq load --source_format=NEWLINE_DELIMITED_JSON --schema_update_option=ALLOW_FIELD_ADDITION --schema=users.schema.json projectid:dataset.users updates/users.json 这可能吗?目前BigQueryIO不支持此实验选项。我已经提交了文件来支持它。可能有重复的代码??

基本上,我尝试在数据流中执行与此CLI等效的操作:

bq load  --source_format=NEWLINE_DELIMITED_JSON --schema_update_option=ALLOW_FIELD_ADDITION --schema=users.schema.json projectid:dataset.users updates/users.json

这可能吗?

目前
BigQueryIO
不支持此实验选项。我已经提交了文件来支持它。

可能有重复的代码??