Pieter Noordhuis
Pieter Noordhuis
Yes, everything looks good! Looking at the code coverage, could you add/modify tests to make sure we cover the error cases as well? I think the table test can be...
Thanks for reporting the issue. This case isn't covered, indeed. Is your intent to copy the referred files to your DAB as well, or to keep the Git reference? Use...
Thanks for raising the issue. The API docs indeed state this is possible: https://docs.databricks.com/api/workspace/queryhistory/list. What's happening is that because the "filter" object is a nested object, we don't automatically generate...
Thanks for reporting. I'm unable to reproduce the issue. If I create a job with multiple entries for notification, I get the following: ```yaml email_notifications: on_failure: - [email protected] - [email protected]...
I got the above working snippet by going into the web UI and navigating to `View YAML/JSON`:  Where did you find the snippet that...
Ah, I see. The square brackets delineate a sequence in YAML. The leading `-` __also__ implies a sequence, so you end up with a nested sequence. Newer versions of the...
Thanks for reporting. This field isn't part of our API specs (see https://docs.databricks.com/api/workspace/introduction) and therefore doesn't propagate into DABs. I'm checking with the relevant teams if this is intentional or...
@lennartkats-db What is the (rough) ETA for this?
Repro in #3309. Discussed the issue with @mgyucht.