config { type: "table", schema: "pphe_five9_gold", assertions: { uniqueKey: ["CUSTOMER_ID", "TIMESTAMP_MILLISECOND"], nonNull: ["CUSTOMER_ID"] }, tags: ["daily"], description: "Daily load of DIGITAL table from stg" } select * from ${ref("stg_DIGITAL")}