remove unneeded var
This commit is contained in:
parent
0ada58fca1
commit
3f211d8cb9
@ -5,4 +5,5 @@ config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
2 AS testfield ${when(dataform.projectConfig.vars.executionSetting === "dev", "LIMIT 0")}
|
2 AS testfield
|
||||||
|
--${when(dataform.projectConfig.vars.executionSetting === "dev", "LIMIT 0")}
|
||||||
|
|||||||
@ -2,6 +2,4 @@ defaultProject: pphe-data-dev
|
|||||||
defaultLocation: EU
|
defaultLocation: EU
|
||||||
defaultDataset: raw_dataform
|
defaultDataset: raw_dataform
|
||||||
defaultAssertionDataset: raw_dataform
|
defaultAssertionDataset: raw_dataform
|
||||||
dataformCoreVersion: 3.0.26
|
dataformCoreVersion: 3.0.26
|
||||||
vars:
|
|
||||||
executionSetting: dev
|
|
||||||
Loading…
Reference in New Issue
Block a user