remove unneeded var

This commit is contained in:
Brady Wyllie 2025-08-20 08:27:26 +00:00 committed by GCP Dataform
parent 0ada58fca1
commit 3f211d8cb9
2 changed files with 3 additions and 4 deletions

View File

@ -5,4 +5,5 @@ config {
}
SELECT
2 AS testfield ${when(dataform.projectConfig.vars.executionSetting === "dev", "LIMIT 0")}
2 AS testfield
--${when(dataform.projectConfig.vars.executionSetting === "dev", "LIMIT 0")}

View File

@ -3,5 +3,3 @@ defaultLocation: EU
defaultDataset: raw_dataform
defaultAssertionDataset: raw_dataform
dataformCoreVersion: 3.0.26
vars:
executionSetting: dev