proof of concept of limiting dev result set
This commit is contained in:
parent
8ee763940c
commit
0ada58fca1
@ -47,3 +47,7 @@ Once the transformations have been successfully reviewed and promoted to Prod, t
|
||||
* e.g, gld_board
|
||||
|
||||
New releases are deployed to Production on a weekly cadence to prevent excessive refreshing of large tables.
|
||||
|
||||
# todo:
|
||||
* get git repo figured out
|
||||
* create production release with compilation override variables: executionSetting = "pro"
|
||||
@ -5,4 +5,4 @@ config {
|
||||
}
|
||||
|
||||
SELECT
|
||||
2 AS testfield
|
||||
2 AS testfield ${when(dataform.projectConfig.vars.executionSetting === "dev", "LIMIT 0")}
|
||||
|
||||
@ -3,3 +3,5 @@ defaultLocation: EU
|
||||
defaultDataset: raw_dataform
|
||||
defaultAssertionDataset: raw_dataform
|
||||
dataformCoreVersion: 3.0.26
|
||||
vars:
|
||||
executionSetting: dev
|
||||
Loading…
Reference in New Issue
Block a user