Reputation: 49
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
Upvotes: 0
Views: 15