HiI am trying to use Asset Bundles to deploy a job with email notifications active only on production environment.I tried to use such if statement but it does not seem to do anything.resources:
jobs:
Master_Load:
name: Master Load
e...
Okay i made it work with a variable, it was pretty easy. The variable accepted multiline text easily.Thanks!databricks.ymltargets:
dev:
mode: development
...
variables:
notifications:
default:
- user1@smth.com
...
Thanks @szymon_dybczak Here it is not that simple, it is not a simple variable but two emails starting with a dash thus i was wondering if i can use if statement, which was btw suggested incorrectly by chatgpt As a walkaround i could use a variable ...