Skip to content

Commit

Permalink
Update v_0_3_6.md with my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Sep 30, 2024
1 parent abc2454 commit a6e6753
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/managed-datahub/release-notes/v_0_3_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,22 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
- Fixed a bug in the share modal where sharing was disabled even if instances to share were selected
- Correctly show the lineage count of upstreams and downstreams when there are large numbers
- Combine sibling entities in all search lists throughout the app, and not just the main search page
- Fix view select for Impact Analysis Tab
- Remove "Remove from Domain", "Remove from Data Product", and "Remove from Glossary" buttons when adding assets to domains, data products, and glossary
- Add 'explore all' button below all autocomplete results
- Remove Cntrl-K as a mechanism to invoke the search bar on Mac (Command K only)
- Adding Nullable tag back to V2 UI Columns tab.
- Remove Resources section on Homepage
- Use Browse Path instead of Container Path for rendering the context paths for assets across Search, Entity Profile, and more.
- Minor fixes with Snowflake Tag Sync automation to prevent rate limiting on removals of tags that do not yet exist in Snowflake
- Minor improvements to the Home Page Settings experience (Settings > Home Page)
- Show the number of assets ingested when ingestion succeeds with warnings
- Fetch more than 20 related proposals for an asset when rendering profile page (Glossary term, Tag proposals)
- Add 'ALTER TABLE' expression to BigQuery Audit Log based Freshness Assertion
- Hide the 'For You' section on the home page if there is no applicable content

- Product changes
- Show asset count on home page Domain cards
- Show total (nested) asset count on home page Domain cards
- Add the ability to copy an urn from the ML Model asset profile page
- Added the `deleteStructuredProperty` GraphQL API to delete structured properties
- Improved "matched" section on search cards to let users know if a column is matched by a search term
Expand All @@ -38,6 +51,11 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
- You can also now submit a response on up to 10,000 assets in the bulk form submission screen even if you have more than 10,000 assets. You can always submit again once these answers are processed.
- We now show the bulk form submission screen first when entering a form from the Task Center.
- We added a search bar in the bulk form submission flow to allow users to search when selecting assets to submit a response for.
- Support Generating AI summaries of Queries via the UI - Request this to be enabled your by Acryl representative.
- Allow hiding "Pending Tasks" module on home page, allows horizontal expansion of content
- Moved "Pinned Links" up to the top of the home page as a separate category, from the left sidebar bottom (based on requests)
- Assertions page uplift! Redesigned Asset Assertions (Entity Profile > Quality) to include a new Summary tab as well as search, filtering, and grouping capabilities on the assertions list.


- Ingestion changes

Expand All @@ -50,3 +68,4 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
- Added fallback versioning strategy to aggregation query
- Authorization cache added per request
- API Throttling on Kafka lag extended to API for programmatic access
- New GraphQL API to create subscriptions on behalf of individual users. Simply provide a new optional 'userUrn' parameter to the `createSubscription` mutation.

0 comments on commit a6e6753

Please sign in to comment.