diff --git a/definitions/staging/stg_MAPPING_CSC_AGENT.sqlx b/definitions/staging/stg_MAPPING_CSC_AGENT.sqlx new file mode 100644 index 0000000..6261672 --- /dev/null +++ b/definitions/staging/stg_MAPPING_CSC_AGENT.sqlx @@ -0,0 +1,10 @@ +config { + type: "table", + schema: "pphe_five9_stg", + tags: ["daily"], + description: "Daily load of MAPPING_CSC_AGENT table from raw" +} + +select + * +from ${ref("MAPPING_CSC_AGENT")} \ No newline at end of file