Skip to content

Commit

Permalink
docs(Acryl DataHub): release notes for 0.2.12 (#9006)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Oct 13, 2023
1 parent 71c9bd3 commit c02cbb3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ module.exports = {
},
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_2_12",
"docs/managed-datahub/release-notes/v_0_2_11",
"docs/managed-datahub/release-notes/v_0_2_10",
"docs/managed-datahub/release-notes/v_0_2_9",
Expand Down
2 changes: 1 addition & 1 deletion docs/managed-datahub/release-notes/v_0_2_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release Availability Date

Recommended CLI/SDK
---
- `v0.11.0` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.10.5.5
- `v0.11.0` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.11.0
- [Deprecation] In LDAP ingestor, the manager_pagination_enabled changed to general pagination_enabled

If you are using an older CLI/SDK version then please upgrade it. This applies for all CLI/SDK usages, if you are using it through your terminal, github actions, airflow, in python SDK somewhere, Java SKD etc. This is a strong recommendation to upgrade as we keep on pushing fixes in the CLI and it helps us support you better.
Expand Down
30 changes: 30 additions & 0 deletions docs/managed-datahub/release-notes/v_0_2_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# v0.2.12
---

Release Availability Date
---
13-Oct-2023

Recommended CLI/SDK
---
- `v0.11.0.4` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.11.0.4
- [breaking] Removed support for SQLAlchemy 1.3.x. Only SQLAlchemy 1.4.x is supported now.
- [breaking] Removed `urn:li:corpuser:datahub` owner for the `Measure`, `Dimension` and `Temporal` tags emitted by Looker and LookML source connectors.
- [breaking] The Airflow plugin no longer supports Airflow 2.0.x or Python 3.7.
- [breaking] Introduced the Airflow plugin v2. If you're using Airflow 2.3+, the v2 plugin will be enabled by default, and so you'll need to switch your requirements to include `pip install 'acryl-datahub-airflow-plugin[plugin-v2]'`. To continue using the v1 plugin, set the `DATAHUB_AIRFLOW_PLUGIN_USE_V1_PLUGIN` environment variable to `true`.
- [breaking] The Unity Catalog ingestion source has a new option `include_metastore`, which will cause all urns to be changed when disabled.
This is currently enabled by default to preserve compatibility, but will be disabled by default and then removed in the future.
If stateful ingestion is enabled, simply setting `include_metastore: false` will perform all required cleanup.
Otherwise, we recommend soft deleting all databricks data via the DataHub CLI:
`datahub delete --platform databricks --soft` and then reingesting with `include_metastore: false`.


If you are using an older CLI/SDK version then please upgrade it. This applies for all CLI/SDK usages, if you are using it through your terminal, github actions, airflow, in python SDK somewhere, Java SKD etc. This is a strong recommendation to upgrade as we keep on pushing fixes in the CLI and it helps us support you better.


## Release Changelog
---
- Since `v0.2.11` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/75252a3d9f6a576904be5a0790d644b9ae2df6ac...10a190470e8c932b6d34cba49de7dbcba687a088 have been pulled in.

## Some notable features in this SaaS release
- Nested Domains available in this release

0 comments on commit c02cbb3

Please sign in to comment.