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

Update dependency acryl-datahub to v0.14.1.11 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
acryl-datahub (source, changelog) ==0.8.17.6 -> ==0.14.1.11 age adoption passing confidence
acryl-datahub (source, changelog) ==0.8.17.7 -> ==0.14.1.11 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

datahub-project/datahub (acryl-datahub)

v0.14.1

DataHub v0.14.1 Release Notes
User Experience
  • Enhanced Data Propagation UI: New features allow viewing propagated column documentation, source information, and asset-level propagation details. This improves visibility into data lineage and enables better understanding of data flow across the organization. (#​11047)

  • Improved Search Result Tracking: Added page number to search result click events, enabling better measurement of search ranking performance. This helps users understand and optimize their search experience. (#​11151)

  • Fixed Display Issues: Resolved issues with displaying "0" values for last ingested data and improved handling of multilingual characters in descriptions. These fixes ensure more accurate and readable information presentation. (#​10840, #​10975)

Developer Experience
  • Performance Improvements:

    • Implemented lazy dataLoaders for GraphQL queries, significantly reducing latency for local environments. (#​11293)
    • Added option to log slow GraphQL queries, helping identify and address performance bottlenecks. (#​11308)
    • Introduced session authorization caching for faster access checks. (#​11327)
  • Enhanced Search Capabilities:

    • Added support for custom highlighting fields in GraphQL queries, allowing faster and more customizable data retrieval. (#​11339)
    • Implemented new search query functionality to filter by parents/children of Domains or Containers. (#​11279)
    • Added support for multiple values in 'CONTAIN', 'START_WITH', and 'END_WITH' operators, enabling more flexible and precise searches. (#​11068)
  • API Improvements:

    • Extended throttling to API requests, supporting non-browser ingestion/write requests and manual throttling for better control over system load. (#​11325)
    • Added support for 'START_WITH' and 'END_WITH' operators in GraphQL API, enhancing string query capabilities. (#​11026)
  • Bug Fixes:

    • Resolved issues with forward slash handling in search queries, empty key-value pairs in Elasticsearch mapping, and support for various data types in object fields. These fixes improve search accuracy and data representation. (#​10932, #​11004, #​11066)
    • Addressed Postgres regression by upgrading the ebean library from version 12.x to 15.x, resolving a read lock NPE issue. (#​11379)
Metadata Ingestion
  • S3 Integration Enhancements:

    • Enhanced partition support for S3 dataset ingestion, improving metadata representation and enabling advanced partition detection. (#​11083)
    • Enhanced S3 ingestion process to support reading specific file types, allowing more granular control over data ingestion. (#​11177)
  • BigQuery Improvements:

    • Implemented query log extractor for BigQuery, creating "Query" entities with usage statistics, lineage, and operation details. (#​10994)
    • Added support for filtering GCP project ingestion based on project labels, enabling more targeted data collection. (#​11169)
    • Implemented query job retries for transient errors, improving system robustness. (#​11162)
  • Snowflake Updates:

    • Added support for Iceberg tables in Snowflake access history, enhancing lineage capture capabilities. (#​10961)
    • Introduced ability to define clustering key formulas for Snowflake datasets. (#​11254)
    • Fixed tag exclusion issues in Snowflake ingestion process. (#​11250)
  • New and Updated Connectors:

    • Added ingestion source for SAP Analytics Cloud, expanding DataHub's integration capabilities. (#​10958)
    • Enhanced Salesforce connector with customizable API version and improved error messages. (#​11145, #​11266)
    • Updated Tableau ingestion process with new parameters and improved field type parsing. (#​11255, #​11202)
  • Other Ingestion Improvements:

    • Added support for MongoDB database ingestion as containers. (#​11178)
    • Implemented automatic capturing of Snowflake assets with Pandas I/O Manager in Dagster module. (#​11189)
    • Enhanced Fivetran ingestion with destination ID filtering capabilities. (#​11277)
    • Added support for browse-only tables in Databricks ingestion. (#​10766)
Other Improvements and Fixes
  • Upgraded various dependencies including Kafka, Azure Identity, Acryl-SQLglot, and GraphQL/Spring versions.
  • Improved error handling and logging across multiple components.
  • Enhanced test coverage and reliability.
  • Updated documentation for various features and processes.
Breaking Changes

Notable breaking changes include:

  • Removal of lower method from get_db_name in SQLAlchemySource, affecting URNs of related entities.
  • Changes to default sink mode and aspect handling that require server version 0.14.0+.

See the full details here.

Contributors

We extend our heartfelt thanks to all contributors for their valuable work on this release:

First-Time Contributors

@​AaronYang0628, @​alexandrebunn, @​alisa-aylward-toast, @​arpanchakra29, @​esselius, @​eunseokyang, @​ignitz, @​milindgupta, @​milindgupta9, @​Nbagga14, @​rohansun, @​sakethvarma397, @​vignesh-hbk

Repeat Contributors

@​deepgarg-visa, @​dushayntAW, @​feldjay, @​filipe-caetano-ovo, @​ksrinath, @​Masterchen09, @​matthew-coudert-cko, @​mayurinehate, @​nmbryant, @​pinakipb2, @​prashanthic23, @​sagar-salvi-apptware, @​siladitya2, @​sleeperdeep

DataHub Maintainers

@​anshbansal, @​asikowitz, @​chriscollins3456, @​darnaut, @​david-leifker, @​eboneil, @​hsheth2, @​jjoyce0510, @​maggiehays, @​pedro93, @​RyanHolstien, @​shirshanka, @​sid-acryl, @​skrydal, @​treff7es, @​yoonhyejin

Your contributions are invaluable in making DataHub better for everyone. Thank you!

What's Changed
New Contributors

Full Changelog: datahub-project/datahub@v0.14.0.2...v0.14.1

v0.14.0.2

Compare Source

DataHub v0.14.0.2 Release Notes
User Experience
  • Renamed: Validation --> Quality: The Validation tab has been renamed to Quality to make it more intuitive to end-users that it contains outcomes from data quality checks. [#​10935]

  • Data Contract UI: A new Data Contract UI is now available under the Quality Tab, allowing users to handle various data assertion types and add/remove contracts more easily. [#​10625]

  • Updates to Customized Search Ranking: By default, explore (* ) query results are ranked based on enrichme

@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 34deaa0 to 985e2bf Compare August 4, 2022 01:47
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.41.2 Update dependency acryl-datahub to v0.8.42 Aug 4, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 985e2bf to c4b6fc1 Compare August 11, 2022 03:45
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.42 Update dependency acryl-datahub to v0.8.43 Aug 11, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from c4b6fc1 to d661adf Compare August 15, 2022 09:02
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43 Update dependency acryl-datahub to v0.8.43.1 Aug 15, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from d661adf to 66a40db Compare August 18, 2022 23:42
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.1 Update dependency acryl-datahub to v0.8.43.2 Aug 18, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 66a40db to 7e20ea4 Compare August 24, 2022 06:12
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.2 Update dependency acryl-datahub to v0.8.43.3 Aug 24, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 7e20ea4 to c405c86 Compare August 26, 2022 06:03
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.3 Update dependency acryl-datahub to v0.8.43.4 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from c405c86 to 6ddb8b5 Compare August 26, 2022 19:08
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.4 Update dependency acryl-datahub to v0.8.43.5 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 6ddb8b5 to 36e4766 Compare August 30, 2022 15:21
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.5 Update dependency acryl-datahub to v0.8.43.6 Aug 30, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 36e4766 to 66ae71e Compare September 2, 2022 19:51
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.43.6 Update dependency acryl-datahub to v0.8.44 Sep 2, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 66ae71e to 1381df2 Compare September 8, 2022 07:30
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44 Update dependency acryl-datahub to v0.8.44.1 Sep 8, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 1381df2 to 8e32f65 Compare September 12, 2022 18:44
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44.1 Update dependency acryl-datahub to v0.8.44.2 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 8e32f65 to 73c9215 Compare September 15, 2022 03:23
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44.2 Update dependency acryl-datahub to v0.8.44.3 Sep 15, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 73c9215 to fe5e537 Compare September 20, 2022 12:21
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44.3 Update dependency acryl-datahub to v0.8.44.4 Sep 20, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from fe5e537 to 1829cd2 Compare September 23, 2022 11:21
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44.4 Update dependency acryl-datahub to v0.8.44.5 Sep 23, 2022
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 1829cd2 to 1c4a28f Compare September 24, 2022 01:04
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.8.44.5 Update dependency acryl-datahub to v0.8.45 Sep 24, 2022
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3.5 Update dependency acryl-datahub to v0.13.3.6 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 6cafdf5 to 015c075 Compare August 15, 2024 02:56
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3.6 Update dependency acryl-datahub to v0.14.0.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 015c075 to 67bcbee Compare August 21, 2024 23:49
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.0.1 Update dependency acryl-datahub to v0.14.0.2 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 67bcbee to c7da5a0 Compare August 27, 2024 14:49
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.0.2 Update dependency acryl-datahub to v0.14.0.3 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from c7da5a0 to c430b1e Compare August 31, 2024 05:38
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.0.3 Update dependency acryl-datahub to v0.14.0.4 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from c430b1e to 7d8bd29 Compare September 11, 2024 02:53
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.0.4 Update dependency acryl-datahub to v0.14.0.5 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 7d8bd29 to 27e7789 Compare September 19, 2024 17:44
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.0.5 Update dependency acryl-datahub to v0.14.1 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 27e7789 to 599adea Compare October 4, 2024 04:50
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1 Update dependency acryl-datahub to v0.14.1.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 599adea to c812d29 Compare October 8, 2024 05:01
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.1 Update dependency acryl-datahub to v0.14.1.2 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from c812d29 to 217d6a3 Compare October 18, 2024 23:57
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.2 Update dependency acryl-datahub to v0.14.1.3 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 217d6a3 to b25ef81 Compare October 24, 2024 15:01
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.3 Update dependency acryl-datahub to v0.14.1.5 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from b25ef81 to d28448a Compare November 1, 2024 05:25
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.5 Update dependency acryl-datahub to v0.14.1.6 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from d28448a to 0b29d7e Compare November 9, 2024 06:00
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.6 Update dependency acryl-datahub to v0.14.1.7 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 0b29d7e to 6d43d6f Compare November 13, 2024 18:00
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.7 Update dependency acryl-datahub to v0.14.1.10 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 6d43d6f to 839bb6a Compare November 14, 2024 14:42
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.14.1.10 Update dependency acryl-datahub to v0.14.1.11 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants