admin管理员组文章数量:1208155
In BigQuery Studio, I can create and select from temporary tables with a qualified name in the form of _SESSION.<my_table_name>
just fine, but the same doesn't work from within Dataform pipelines for some reason.
Does anybody know why _SESSION
doesn't exist for Dataform's … BigQuery sessions?
In BigQuery Studio, I can create and select from temporary tables with a qualified name in the form of _SESSION.<my_table_name>
just fine, but the same doesn't work from within Dataform pipelines for some reason.
Does anybody know why _SESSION
doesn't exist for Dataform's … BigQuery sessions?
1 Answer
Reset to default 0As per the documentation, the _SESSION
dataset is not supported in the DataForm.
Tables that you create in Dataform based on the declared data sources or other tables in your SQL workflow. Dataform supports the following table types: table
, incremental table
, view
, and materialized view
.
You can try creating the temporary tables with different or unique names instead of using the _session
dataset for your requirements.
However, you can file a Feature Request on the issue tracker, if you are interested in the implementation of this feature.
本文标签:
版权声明:本文标题:google bigquery - `_SESSION` dataset not found when trying to create or select from a temporary table in Dataform - Stack Overfl 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738702410a2107737.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论