diff --git a/definitions/gold/CALLS.sqlx b/definitions/gold/CALLS.sqlx new file mode 100644 index 0000000..a0e58db --- /dev/null +++ b/definitions/gold/CALLS.sqlx @@ -0,0 +1,14 @@ +config { + type: "table", + schema: "pphe_five9_gold", + assertions: { + uniqueKey: ["CALL_ID"], + nonNull: ["CALL_ID"] + }, + tags: ["daily"], + description: "Daily load of CALLS table from stg" +} + +select + * +from ${ref("stg_CALLS")} \ No newline at end of file diff --git a/definitions/gold/DIGITAL.sqlx b/definitions/gold/DIGITAL.sqlx new file mode 100644 index 0000000..62d0b07 --- /dev/null +++ b/definitions/gold/DIGITAL.sqlx @@ -0,0 +1,14 @@ +config { + type: "table", + schema: "pphe_five9_gold", + assertions: { + uniqueKey: ["?"], + nonNull: ["?"] + }, + tags: ["daily"], + description: "Daily load of DIGITAL table from stg" +} + +select + * +from ${ref("stg_DIGITAL")} \ No newline at end of file