admin管理员组文章数量:1410689
I'm having trouble importing configurations into my sqlx.
I created the dataform_cofig.json file
{
"database": "Proj-svil-001-prj",
"schema": "TRY_IMM"
}
I would like to bring them into my try.sqlx file
config {
type: "table",
description: "Create table ."
}
CREATE OR REPLACE TABLE
${database}"."${schema}.TABLE_TRY
but I can't import them what am I doing wrong? I'm just starting to use the tool
I'm having trouble importing configurations into my sqlx.
I created the dataform_cofig.json file
{
"database": "Proj-svil-001-prj",
"schema": "TRY_IMM"
}
I would like to bring them into my try.sqlx file
config {
type: "table",
description: "Create table ."
}
CREATE OR REPLACE TABLE
${database}"."${schema}.TABLE_TRY
but I can't import them what am I doing wrong? I'm just starting to use the tool
Share Improve this question asked Mar 11 at 15:18 prototype sqlprototype sql 515 bronze badges1 Answer
Reset to default 1Kindly take note of the limitation in dataform. The JSON config file can’t be directly imported to Dataform’s SQLX files.
Here are some things you need to check on your project:
Check if your
.json
config file is accessible in your Dataform project.Manually load the configuration in your SQLX, it is best to store your
.json
file in BigQuery and load it using SQL query in your Dataform project.
This is interesting to be available natively. On Google side, there is a feature request that you can file but there is no timeline on when it can be done.
本文标签: google cloud platformDataform import json configStack Overflow
版权声明:本文标题:google cloud platform - Dataform import json config - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744785388a2624964.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论