AnOtterGithubUser
AnOtterGithubUser
Hello, I have a query of type `table` with a `pre_operations` block that looks like that: ``` pre_operations { DECLARE test_date DEFAULT ( ${when( dataform.projectConfig.vars.test_date==="", `2020-01-01`, `DATE('dataform.projectConfig.vars.test_date')` ) } );...
Hello, I added a new flag `--include-all-tags` that works with `--tags` options to get the behavior requested in #1466 Default flag value is set to false to keep existing behavior...
I have noticed that running dataform with the --tags flag runs any action which has at least one tag mentioned in the flag. The resulting behaviour is a union of...