stevenayers-bge
                                            stevenayers-bge
                                        
                                    > @stevenayers-bge is [YAML anchors](https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/) helpful in your case? Thanks for the reply 🙂 so it does, but it also feels messy to be honest. Maintaining your basic type variables...
@andrewnester it's also worth mentioning that YAML anchors are only valid in the file they are defined in, so you can't define them where you define your variables, and then...
> Indeed, you're correct on the points above. YAML anchors can be a solution in certain cases. Other than that, we've received multiple similar requests and planning to introduce some...
@kenmyers-8451 👍 we have 9 jobs at the moment, and at the moment we're defining the YAML anchors in each our environment yml files and then defining them at target...
@pietern @andrewnester does https://github.com/databricks/cli/pull/1398 add this feature?
A workaround for this is using the `terraform_data` built-in resource and the lifecycle argument `replace_triggered_by`. It will not trigger the first time you create the `terraform_data` resource, but if you...
> It's not supported yet, but it's something we're strongly considering to add this year. Thanks for filing the ticket. Thanks @benc-db. Is `APPLY CHANGES INTO` supported yet? Same again...
@aimtsou i don't mind how it's done 🙂 Im not sure your PR will help though. load_as_spark doesn't interact with the Python SharingClient. load_as_spark passes the config file path to...
> @stevenayers, > > Now i get your point. Yes the load_as_spark function does not support SharingClient, so you are proposing something different from me, to pass the whole JSON...
There's 18 of us on our team, and being able to login with oauthu2m via browser or using a profile from the `~/.databrickscfg` file used by the CLI would make...