-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: david-leifker <[email protected]> Co-authored-by: jayacryl <[email protected]> Co-authored-by: John Joyce <[email protected]> Co-authored-by: Chris Collins <[email protected]>
- Loading branch information
1 parent
e350387
commit 66473db
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- | ||
- Since `v0.3.1` these changes from OSS DataHub https://github.com/datahub-project/datahub/compare/57de905c66b6992aefb2051708fa83898fa82cec...6ed21bd1bc70a3ceb7dddb43ea7db4ca56874547 have been pulled in. | ||
- 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 |