v1082 - v1089
v1082 - v1089
Removed
February 2, 2024
For the Custom Categorical generator, you can now add a NULL value to the available custom category values. To indicate a NULL value, use the keyword {NULL}.
Made the following API updates to better accommodate users of the previous version of the API:
jobs/{id}/workspace_snapshotnow returns the WorkspaceDataModel object.- Fixed an issue where workspace_snapshot could return empty replacements.
- Added a new endpoint,
GET jobs/{id}/workspace_snapshot?api-version=v2023_07_00, that returnsV17WorkspaceDataModel
Databricks
- When writing output to delta tables, the destination tables should now retain the
TBLPROPERTIESfrom the source delta table, including'delta.feature.allowColumnDefaults'.