Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 0.3.2 Acryl #10377

Merged
merged 9 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ module.exports = {
},
{
"Managed DataHub Release History": [
"docs/managed-datahub/release-notes/v_0_3_2",
"docs/managed-datahub/release-notes/v_0_3_1",
"docs/managed-datahub/release-notes/v_0_2_16",
"docs/managed-datahub/release-notes/v_0_2_15",
Expand Down
34 changes: 34 additions & 0 deletions docs/managed-datahub/release-notes/v_0_3_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# v0.3.2
---

Release Availability Date
---
15-May-2024

Recommended CLI/SDK
---
- `v0.13.2.2` with release notes at https://github.com/acryldata/datahub/releases/tag/v0.13.2.2

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
---
- TODO Update changelog Since `v0.3.1` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/57de905c66b6992aefb2051708fa83898fa82cec...6ed21bd1bc70a3ceb7dddb43ea7db4ca56874547 have been pulled in.
anshbansal marked this conversation as resolved.
Show resolved Hide resolved
- OpenAPI Entitites v3 (Entity-registry generated endpoints)
- Business Attributes Support (disabled by default)
- Graph Retriever (validators, mutators, side-effects)
- New Lineage Graphql Endpoints (optimizations for the UI)
- Metadata Tests Tracks Unique Hash
- SCIM Support
- V3 CLL Across DataJob Nodes Upgrade
- Subscribe to assertion errors: Get notified when assertion errors occur
- Group owners are labeled in slack incident notifications
- Field assertions now raise incidents when they go in error (if configured to do so)
- Assertion timeline viz handles missing data more gracefully
- Freshness assertions on Snowflake using the AUDIT_LOG will no longer consider no-op queries as valid 'updates' to the dataset
- [NEW] Schema Assertions: Allows users to configure a set of columns and expected types and verify that they actually exist in the tabe schema. Disabled by default. Please reach out to Acryl team if you wish to have this enabled.
- Adding polish and fixing bugs throughout the new UI
- Ability to add and remove lineage manually in the new UI
- Ability to configure the default time filter on lineage
- Ability to collapse lineage in the lineage graph (new UI)
- Support rich text on metadata form descriptions
Loading