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.2 #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.2 age adoption passing confidence
acryl-datahub (source, changelog) ==0.8.17.7 -> ==0.14.1.2 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

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 enrichment (tags, terms, owners, description, domains, row/column counts) as well as incident status. [#​10774]

  • Custom Dataset Names: Business users can now maintain an editable dataset name separate from default properties, providing more control over dataset identification. [#​10608]

  • Documentation Propagation Setting Page: A new settings page has been added to the UI for managing Documentation Propagation, giving users more control over how documentation is shared across the platform. [#​11038]

Developer Experience
  • NEW: DataHub Open Assertions Specification:

    • Announcing a universal assertions specification for declaring Data Quality checks and compiling them into artifacts for use by 3rd party Data Quality tools like Great Expectations, dbt tests, and Snowflake via Data Quality DMFs. [#​10609]
    • Added ability to define data quality rules using a YAML specification file, enabling users to set assertions like volume metrics and conditions, with the ability to compile and schedule them to run on Snowflake as the assertion backend. [#​10602]
  • API and SDK Enhancements:

    • New GraphQL APIs added for managing forms, structured properties, and data contracts. [#​10826, #​10825, #​10632]
    • Updates to Java and Python SDKs to support creating and updating structured properties on assets. [#​10823, #​10824]
    • Support for conditional write semantics including If-Modified-Since, If-Unmodified-Since, and If-Version-Match in MetadataChangeProposals (MCP) and OpenAPI. [#​10868]
  • CLI Improvements:

    • A new check server-config command has been added to test server credentials and retrieve diagnostic information. [#​10990]
    • The get command now includes a --details/--no-details flag for more detailed output, facilitating easier issue debugging. [#​10815]
    • Update to CLI to optionally display server configuration settings. [#​10676]
    • Added functionality to the CLI by introducing the ability to assign actors (users or groups) to forms in the forms YAML API. [#​10683 ]
  • Improved Logging and Monitoring:

    • Unified request logging implemented across GraphQL, OpenAPI, and Restli requests, including additional information like actor, IP address, and API type. [#​10802]
    • New CLI command check server-config added to test server credentials and retrieve diagnostic information. [#​10990]
  • Performance Optimizations:

    • Implemented throttling for the mce-consumer based on mae-consumer lag. [#​10626]
    • Unified request logging now includes additional information like actor, IP address, and API type across GraphQL, OpenAPI, and Restli requests. [#​10802]
    • Added an ASYNC_BATCH mode to the rest sink for improved performance. [#​10733]
    • Improved the performance of read queries in Neo4j by specifying labels and combining multiple Neo4j statements within the addEdge function into a single statement, improving efficiency and performance. [#​10593, #​10598]
  • Security Enhancements:

    • Updated encryption and decryption methods with a stronger cryptographic algorithm. [#​11059]
    • Optimized regular expressions to prevent potential ReDoS vulnerabilities. [#​10315]
Metadata Ingestion
  • New Ingestion Sources:

    • Azure Blob Storage: Added as a new ingestion source with support for Path Specs. [#​10813]
    • Grafana: New connector to ingest dashboards, providing documentation within DataHub for DevOps members on call. [#​10891]
    • IBM DB2: Added support for this platform. [#​10601]
  • Snowflake Improvements:

    • Enhanced view lineage parsing without query-based lineage/usage. [#​10905]
    • Added support for more than 10k views in a Snowflake database. [#​10718]
    • Implemented parallel schema extraction for improved performance. [#​10653]
    • Added snowflake-queries source for lineage, usage, queries, and operational metadata to improve performance and configurability. [#​10835]
  • BigQuery Enhancements:

    • Refactored and parallelized dataset metadata extraction for better performance. [#​10884]
    • Added support for new data types including BIGNUMERIC, NUMERIC, DECIMAL, BIGDECIMAL, FLOAT64, and RANGE. [#​10950]
    • Added support for ingesting View labels during ingestion. [#​10648]
  • Looker Updates:

    • Ingested explore tags into DataHub. [#​10547]
    • Fixed issues related to CLL generation when the view definition language is SQL. [#​10542]
    • Added support for including platform instance details in URNs for dashboards and charts. [#​10771]
  • Other Improvements:

    • dbt: Enhanced flexibility in lineage generation with the new experimental prefer_sql_parser_lineage flag. [#​11039]
    • Airflow: Task ownership info can now be set as a group rather than an individual user. [#​10742]
    • Athena: Enhanced profiling capabilities to support column quantiles and medians. [#​10723]
    • Fivetran: Improved connector performance for faster ingestion. [#​10556]
    • SageMaker: Added stateful ingestion capability to remove deleted assets during ingestion runs. [#​10573]
    • Tableau: Support added for ingesting multiple Tableau sites in a single configuration, with sites appearing as containers in DataHub. [#​10498]
    • Added support for ingesting schemas from schema registry in the Kafka module. [#​10612]
    • Introduced a TagsToTermMapper transformer for mapping specific tags to glossary terms. [#​10758]
    • Enhanced the SQL lineage parser with an optional default_dialect parameter for customized dialect selection. [#​10830]
Other Improvements and Fixes
  • Fixed high vulnerabilities related to sensitive information logging. [#​11088]
  • Optimized regular expressions to prevent potential ReDoS vulnerabilities. [#​10315]
  • Improved error handling and logging across various modules.
  • Enhanced test coverage for new features and existing functionality.
Breaking Changes
  • Protobuf CLI will no longer create binary encoded protoc custom properties by default.
  • Changes to Data flow info and data job info aspects may require a server upgrade.
  • OpenAPI V3 - Creation of aspects now requires wrapping within a value key.
  • Profiling configuration for Glue source has been updated.

For full details on breaking changes, please refer to the updating guide.

Contributors

Massive shoutout to all of the contributors who made this release possible:

First-Time Contributors

@​aabharti-visa, @​acrylJonny, [@​amit-apptware](https

@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.2.1 Update dependency acryl-datahub to v0.13.2.4 May 22, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from e382fbf to d52e2dc Compare June 22, 2024 14:58
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.2.4 Update dependency acryl-datahub to v0.13.3 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from d52e2dc to 702a448 Compare July 5, 2024 05:36
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3 Update dependency acryl-datahub to v0.13.3.2 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 702a448 to 0fe3500 Compare July 14, 2024 14:59
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3.2 Update dependency acryl-datahub to v0.13.3.3 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 0fe3500 to 67d5eee Compare July 19, 2024 20:45
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3.3 Update dependency acryl-datahub to v0.13.3.4 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from 67d5eee to e2a8f58 Compare July 31, 2024 08:38
@renovate renovate bot changed the title Update dependency acryl-datahub to v0.13.3.4 Update dependency acryl-datahub to v0.13.3.5 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/acryl-datahub-0.x branch from e2a8f58 to 6cafdf5 Compare August 2, 2024 05:15
@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
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