Andrew Nester

Results 46 comments of Andrew Nester

+1, is it compatible with PHP7?

@yuklai have you checked this? http://clayframework.com/#_testing_with_clay_using_charlatan_to_manage_fixtures

@kai-zhu-sonatype thanks for the contribution! could you please clarify what are you trying to achieve with this change? current behaviour is if `DATABRICKS_CONFIG_FILE ` is provided, `cfg.ConfigFile` should be set...

Uniqueness of the resource is tracked at bundle level hence resource with the same name is being created multiple times. If you need to deploy the same resource from different...

@dgarridoa oh, you're right, experiments are not yet supported for bind command so we need to have this implemented. Marking this as a feature request

> Where did this show up? @pietern customer reported issue when defined job incorrectly `bundle validate` paniced instead of returning diagnostic error

Hi! Even though confusing, this is a behaviour made by design when using bundles to optimise for DABs experience, e.g. creating clusters for your bundle jobs or list pipeline or...

JFYI This has to be addressed in Go SDK / API definition where spark version is defined as always required field https://github.com/databricks/databricks-sdk-go/blob/a823ca32fc4199d8cf2269b78cfe89331b4b688a/service/compute/model.go#L1544-L1547 cc @mgyucht

@stevenayers-bge is [YAML anchors](https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/) helpful in your case?

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 functionality...