Release v1.75.0
New Features and Improvements
- Add support for
power_bi_task
in jobs (#4647) - Add support for
dashboard_task
in jobs (#4646) - Add
compute_mode
todatabricks_mws_workspaces
to support creating serverless workspaces (#4670). - Make
spark_version
optional in the context of jobs such that a cluster policy can provide a default value (#4643)
Documentation
- Document
performance_target
indatabricks_job
(#4651) - Add more examples for
databricks_model_serving
(#4658) - Document
on_streaming_backlog_exceeded
in email/webhook notifications indatabricks_job
(#4660) - Refresh
spark_python_task
option indatabricks_job
(#4666)
Exporter
- Emit files installed with
%pip install
in Python notebooks (#4664) - Correctly handle account-level identities when generating the code (#4650)
- Add export of dashboard tasks in
datarbicks_job
(#4665) - Add export of PowerBI tasks in
datarbicks_job
(#4668) - Add
Ignore
implementation fordatabricks_grants
to fix issue with wrongly generated dependencies (#4650) - Improve handling of
owner
for UC resources (#4669)