DataHub Releases
Summary
Version | Release Date | Links |
---|---|---|
v0.14.1 | 2024-09-17 | Release Notes, View on GitHub |
v0.14.0.2 | 2024-08-21 | Release Notes, View on GitHub |
v0.14.0 | 2024-08-13 | Release Notes, View on GitHub |
v0.13.3 | 2024-05-23 | View on GitHub |
v0.13.2 | 2024-04-16 | View on GitHub |
v0.13.1 | 2024-04-02 | View on GitHub |
v0.13.0 | 2024-02-29 | View on GitHub |
v0.12.1 | 2023-12-08 | View on GitHub |
v0.12.0 | 2023-10-25 | View on GitHub |
v0.11.0 | 2023-09-08 | View on GitHub |
v0.10.5 | 2023-08-02 | View on GitHub |
v0.10.4 | 2023-06-09 | View on GitHub |
v0.10.3 | 2023-05-25 | View on GitHub |
v0.10.2 | 2023-04-13 | View on GitHub |
v0.10.1 | 2023-03-23 | View on GitHub |
v0.10.0 | 2023-02-07 | View on GitHub |
v0.9.6.1 | 2023-01-31 | View on GitHub |
v0.9.6 | 2023-01-13 | View on GitHub |
v0.9.5 | 2022-12-23 | View on GitHub |
v0.9.4 | 2022-12-20 | View on GitHub |
v0.9.3 | 2022-11-30 | View on GitHub |
v0.9.2 | 2022-11-04 | View on GitHub |
v0.9.1 | 2022-10-31 | View on GitHub |
v0.9.0 | 2022-10-11 | View on GitHub |
v0.8.45 | 2022-09-23 | View on GitHub |
v0.8.44 | 2022-09-01 | View on GitHub |
v0.8.43 | 2022-08-09 | View on GitHub |
v0.8.42 | 2022-08-03 | View on GitHub |
v0.8.41 | 2022-07-15 | View on GitHub |
v0.14.1
Released on 2024-09-17 by @david-leifker.
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:
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:
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:
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:
New and Updated Connectors:
- Added ingestion source for SAP Analytics Cloud, expanding DataHub's integration capabilities. ([#109](https://github.com/datahub-project/datahub/pull/109)58)
- 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 fromget_db_name
inSQLAlchemySource
, 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
- test(smoke-test): updates to smoke-tests by @david-leifker in https://github.com/datahub-project/datahub/pull/11152
- feat(dbt): support prefer_sql_parser_lineage with sources enabled by @hsheth2 in https://github.com/datahub-project/datahub/pull/11168
- feat(actions): updates to gha workflows by @david-leifker in https://github.com/datahub-project/datahub/pull/11150
- build: fix docker warnings by @anshbansal in https://github.com/datahub-project/datahub/pull/11163
- feat(hooks): Make hook enable flag non-default by @pedro93 in https://github.com/datahub-project/datahub/pull/11159
- fix(ci): smoke-test changes do not need to build images by @david-leifker in https://github.com/datahub-project/datahub/pull/11174
- fix(ci): fix single tag comma split by @david-leifker in https://github.com/datahub-project/datahub/pull/11179
- lint(restore-indices): clean-up restore indices class by @david-leifker in https://github.com/datahub-project/datahub/pull/11176
- fix(ci): typo by @david-leifker in https://github.com/datahub-project/datahub/pull/11180
- fix(ci): additional ci and smoke-test updates by @david-leifker in https://github.com/datahub-project/datahub/pull/11183
- test(smoke-test): minor update to openapi test by @david-leifker in https://github.com/datahub-project/datahub/pull/11184
- feat(ingest): use pre-built dockerize binary by @hsheth2 in https://github.com/datahub-project/datahub/pull/11181
- doc: mark deprecated feature by @anshbansal in https://github.com/datahub-project/datahub/pull/11175
- fix(delete) Fix removing completed/verified forms references by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11172
- feat(docs): update docs for new release by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11164
- fix(ingest): invalid urn should not fail full batch of changes by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11187
- fix(kafka-setup): add missing script to image by @david-leifker in https://github.com/datahub-project/datahub/pull/11190
- fix(config): fix hash algo config by @david-leifker in https://github.com/datahub-project/datahub/pull/11191
- feat(ingest): allow custom SF API version by @skrydal in https://github.com/datahub-project/datahub/pull/11145
- fix(ingestion/transformer): extend dataset_to_data_product_urns_pattern to support containers by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11124
- fix(ui) Fix bug with editing entity names by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11186
- ci(smoke-test): allow smoke-test only PRs by @david-leifker in https://github.com/datahub-project/datahub/pull/11194
- feat(ingestion/lookml): support looker
-- if
comments by @sid-acryl in https://github.com/datahub-project/datahub/pull/11113 - fix(elasticsearch): refactor idHashAlgo setting by @david-leifker in https://github.com/datahub-project/datahub/pull/11193
- fix(ingestion/airflow-plugin): fixed missing inlet/outlets by @dushayntAW in https://github.com/datahub-project/datahub/pull/11101
- docs(readme): add security notes by @david-leifker in https://github.com/datahub-project/datahub/pull/11196
- docs: Update README.md by @prashanthic23 in https://github.com/datahub-project/datahub/pull/11144
- feat(ingest/dbt): skip CLL on sources with
skip_sources_in_lineage
by @hsheth2 in https://github.com/datahub-project/datahub/pull/11195 - fix(graphql): Correct ownership check when removing owners by @pedro93 in https://github.com/datahub-project/datahub/pull/11154
- feat(propagation): UI for rendering propagated column documentation by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11047
- fix(ui): checks truthy value for last ingested by @pinakipb2 in https://github.com/datahub-project/datahub/pull/10840
- docs(scim): document okta integration with datahub for scim provisioning by @ksrinath in https://github.com/datahub-project/datahub/pull/11120
- fix(ingestion/tableau): Tableau field type parsing by @skrydal in https://github.com/datahub-project/datahub/pull/11202
- feat(analytics): Add page number to SearchResultClickEvent analytics event by @filipe-caetano-ovo in https://github.com/datahub-project/datahub/pull/11151
- fix(graphql) Fix NPE on form actor assignemnt by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11203
- fix(tests): Bump databricks-sdk dependency to
>=0.30.0
by @skrydal in https://github.com/datahub-project/datahub/pull/11209 - chore(vulnerability): Log Injection (High) by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11131
- feat(ingestion/bigquery): Add ability to filter GCP project ingestion based on project labels by @sid-acryl in https://github.com/datahub-project/datahub/pull/11169
- chore(kafka): kafka version bump by @david-leifker in https://github.com/datahub-project/datahub/pull/11211
- fix(forms) Fix small bug in createForm graphql endpoint by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11216
- fix(ingestion/lookml): drop
hive.
from CLL by @sid-acryl in https://github.com/datahub-project/datahub/pull/11210 - feat: separate great-expectations action package by @mayurinehate in https://github.com/datahub-project/datahub/pull/11096
- fix(ingest/lookml): support view inheritance for fields by @sid-acryl in https://github.com/datahub-project/datahub/pull/11148
- feat(ingest/mongodb): Ingest databases as containers by @asikowitz in https://github.com/datahub-project/datahub/pull/11178
- fix(ingest/redshift): avoid asserts in redshift schemas by @hsheth2 in https://github.com/datahub-project/datahub/pull/11219
- feat(ingest/snowflake): allow iceberg tables in lineage and access metadata by @alisa-aylward-toast in https://github.com/datahub-project/datahub/pull/10961
- feat(ingestion/looker): filter Looker dashboards by folder by @sid-acryl in https://github.com/datahub-project/datahub/pull/11205
- fix(ingest/sagemaker): ensure consistent STS token usage with refresh mechanism by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11170
- feat(ingest/s3): Partition support by @treff7es in https://github.com/datahub-project/datahub/pull/11083
- fix: modify the archived version & update code to download only the a… by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11228
- chore(bump): bump hadoop and dnsjava versions by @david-leifker in https://github.com/datahub-project/datahub/pull/11227
- chore(bump): update graphql & spring version by @david-leifker in https://github.com/datahub-project/datahub/pull/11226
- docs(ingest): update config docs on platform instances by @hsheth2 in https://github.com/datahub-project/datahub/pull/11206
- feat(ingest/dbt): add support for urns in add_owner directive by @hsheth2 in https://github.com/datahub-project/datahub/pull/11221
- fix(ingest/snowflake): propagate table list from main to query extractor by @hsheth2 in https://github.com/datahub-project/datahub/pull/11222
- chore(bump): bump kafka base image by @david-leifker in https://github.com/datahub-project/datahub/pull/11236
- fix(datahub-frontend): remove old test creds by @david-leifker in https://github.com/datahub-project/datahub/pull/11237
- docs: Update confluent-cloud.md by @alexandrebunn in https://github.com/datahub-project/datahub/pull/11212
- docs(update): Security stance docs.md by @david-leifker in https://github.com/datahub-project/datahub/pull/11241
- feat(ingest): add bigquery-queries source by @mayurinehate in https://github.com/datahub-project/datahub/pull/10994
- fix(spark-lineage): enable user with editor role to ingest dataProces… by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/11130
- fix(analytics): index description so analytics are correct by @anshbansal in https://github.com/datahub-project/datahub/pull/11224
- chore(bump): bump azure-identity by @david-leifker in https://github.com/datahub-project/datahub/pull/11235
- feat(docs): Update docs on managing user subscriptions by @pedro93 in https://github.com/datahub-project/datahub/pull/11243
- fix(cli/delete): change filter to include env by @anshbansal in https://github.com/datahub-project/datahub/pull/11246
- Rephrase scope of automated scanning by @darnaut in https://github.com/datahub-project/datahub/pull/11248
- docs(urn): Update urn docs with restrictions by @eboneil in https://github.com/datahub-project/datahub/pull/11213
- feat(ingest): add ingestion source for SAP Analytics Cloud by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10958
- feat(ingest/superset): clickhousedb -> clickhouse mapping in superset ingestion by @esselius in https://github.com/datahub-project/datahub/pull/11201
- feat(ingest/bigquery): Add query job retries for transient errors by @feldjay in https://github.com/datahub-project/datahub/pull/11162
- Replacing ant dropdown 'overlay' with 'menu' by @sakethvarma397 in https://github.com/datahub-project/datahub/pull/11229
- fix(spark-lineage): exclude log4j.xml and log4j2.xml from openlineage… by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/11239
- fix(ingest/snowflake): exclude snowflake excluded tags by @alisa-aylward-toast in https://github.com/datahub-project/datahub/pull/11250
- fix(ingest/kafka): update warning reporting for kafka by @hsheth2 in https://github.com/datahub-project/datahub/pull/11171
- chore(vulnerability): Incomplete string escaping or encoding by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11060
- docs: fix great-expectations doc module_name by @mayurinehate in https://github.com/datahub-project/datahub/pull/11253
- feat(ingest/dagster): Add automatic snowflake_pandas_io_manager asset capture by @treff7es in https://github.com/datahub-project/datahub/pull/11189
- chore: update contributor list by @sakethvarma397 in https://github.com/datahub-project/datahub/pull/11257
- fix: Refactoring the antd Modal
visible
property toopen
by @sakethvarma397 in https://github.com/datahub-project/datahub/pull/11232 - ci(build): update outdated action & pin deepdiff lib by @anshbansal in https://github.com/datahub-project/datahub/pull/11260
- feat(ingestion-base): convert to ubuntu image by @david-leifker in https://github.com/datahub-project/datahub/pull/11263
- ci: update outdated actions for java and python setup by @anshbansal in https://github.com/datahub-project/datahub/pull/11261
- chore(platform): Adding Dagster and Prefect platforms by @treff7es in https://github.com/datahub-project/datahub/pull/11264
- fix(ingestion/prefect-plugin): fixed the unit tests by @dushayntAW in https://github.com/datahub-project/datahub/pull/10643
- fix(build/spark): Add explicit dependency to openlineage-converter by @treff7es in https://github.com/datahub-project/datahub/pull/11268
- ci(flavor): reintroduce flavor suffix by @david-leifker in https://github.com/datahub-project/datahub/pull/11265
- feat(ingest/snowflake): Add cluster formula to dataset properties by @alisa-aylward-toast in https://github.com/datahub-project/datahub/pull/11254
- fix(ingestion-base): add missing util by @david-leifker in https://github.com/datahub-project/datahub/pull/11269
- feat(build): remove base-requirements.txt by @hsheth2 in https://github.com/datahub-project/datahub/pull/11238
- build(deps): bump webpack from 5.91.0 to 5.94.0 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/11258
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/11242
- feat(ingest/s3): Support reading S3 file type by @asikowitz in https://github.com/datahub-project/datahub/pull/11177
- fix(openlineage): fix jar conflict by @david-leifker in https://github.com/datahub-project/datahub/pull/11278
- fix(ingest): limit number of upstreams generated by sql parsing aggre… by @mayurinehate in https://github.com/datahub-project/datahub/pull/11267
- feat(ingest/fivetran): support filtering on destination ids by @matthew-coudert-cko in https://github.com/datahub-project/datahub/pull/11277
- feat(ingest/bq): integrate bigquery-queries into main source by @mayurinehate in https://github.com/datahub-project/datahub/pull/11247
- doc(acryl cloud): release notes for 0.3.5.x by @anshbansal in https://github.com/datahub-project/datahub/pull/11259
- feat(ingest/databricks): include metadata for browse only tables by @mayurinehate in https://github.com/datahub-project/datahub/pull/10766
- fix(docs): fix logout url by @david-leifker in https://github.com/datahub-project/datahub/pull/11294
- feat(ingest): add python deps for
apk
by @hsheth2 in https://github.com/datahub-project/datahub/pull/11188 - fix(ingest/mssql): remove lower() method from sql_common get_db_name by @sleeperdeep in https://github.com/datahub-project/datahub/pull/10773
- feat(graphql): Lazy dataLoaders by @david-leifker in https://github.com/datahub-project/datahub/pull/11293
- fix(bigquery): followups on bigquery queries v2 integration by @mayurinehate in https://github.com/datahub-project/datahub/pull/11291
- fix(ingest): add custom StrEnum type by @hsheth2 in https://github.com/datahub-project/datahub/pull/11270
- feat(schemaField): populate schemaFields with side effects by @david-leifker in https://github.com/datahub-project/datahub/pull/10928
- fix(ingest/prefect): Temporary pinning Prefect 2.x until we can upgrade to 3.x by @treff7es in https://github.com/datahub-project/datahub/pull/11302
- feat(ingest/athena): Add option to disable partition extraction by @treff7es in https://github.com/datahub-project/datahub/pull/11286
- docs(adoption): Add Inter&Co by @ignitz in https://github.com/datahub-project/datahub/pull/11299
- fix(api/timeline): fix corner cases missed, add tests by @anshbansal in https://github.com/datahub-project/datahub/pull/11288
- config(kafka): clean-up kafka serializer config by @david-leifker in https://github.com/datahub-project/datahub/pull/11303
- fix(ingest/protobuf): Improve String Handling for Multilingual Support in Descriptions by @eunseokyang in https://github.com/datahub-project/datahub/pull/10975
- feat(ingest): Support protobuf description for enum field by @eunseokyang in https://github.com/datahub-project/datahub/pull/11027
- fix(search): Search not returning result if query text contains forward slash by @siladitya2 in https://github.com/datahub-project/datahub/pull/10932
- feat(ingest/salesforce): helpful error messages on failure by @mayurinehate in https://github.com/datahub-project/datahub/pull/11266
- fix(search): fix regression from #10932 by @david-leifker in https://github.com/datahub-project/datahub/pull/11309
- chore(vulnerability): Insecure randomness by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11058
- feat(ingest/sql): add default dialect support to SqlQueriesSource by @rohansun in https://github.com/datahub-project/datahub/pull/11285
- fix : added support for multiple values for CONTAIN, START_WITH and END_WITH operators by @Nbagga14 in https://github.com/datahub-project/datahub/pull/11068
- feat(ingest): enable query usage stats by default by @hsheth2 in https://github.com/datahub-project/datahub/pull/11281
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/11296
- fix(docs): Add correct link for automations by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11323
- feat(cli): reject missing urns in
datahub get
by @hsheth2 in https://github.com/datahub-project/datahub/pull/11313 - fix(smoke): fix timeseries delete test's usage of
datahub get
by @hsheth2 in https://github.com/datahub-project/datahub/pull/11330 - feat(ingest): make rest emitter version error messages more clear by @hsheth2 in https://github.com/datahub-project/datahub/pull/11295
- docs(ingest/dbt): clarify dbt ingestion docs by @hsheth2 in https://github.com/datahub-project/datahub/pull/11312
- fix(py): fix issues with AvroException by @hsheth2 in https://github.com/datahub-project/datahub/pull/11311
- fix(ingestion/tableau): restructure the tableau graphql datasource query by @sid-acryl in https://github.com/datahub-project/datahub/pull/11230
- fix(ingest): disable reporting for dry-run pipelines by @hsheth2 in https://github.com/datahub-project/datahub/pull/11306
- feat(ingest): support full urns without owner_type in meta mapping by @hsheth2 in https://github.com/datahub-project/datahub/pull/11298
- feat(ingest/sql): auto extract and use mode query user metadata by @mayurinehate in https://github.com/datahub-project/datahub/pull/11307
- fix(version): forUpdate needed for versioning by @david-leifker in https://github.com/datahub-project/datahub/pull/11328
- fix(ingest): avoid sqlite "too many SQL variables" error by @hsheth2 in https://github.com/datahub-project/datahub/pull/11332
- chore(ingest): bump acryl-sqlglot by @hsheth2 in https://github.com/datahub-project/datahub/pull/11331
- docs(oidc): document azure logout uri by @david-leifker in https://github.com/datahub-project/datahub/pull/11344
- feat(logging): add option to log slow GraphQL queries by @nmbryant in https://github.com/datahub-project/datahub/pull/11308
- docs(ingest/dbt): add docs on hiding sources by @hsheth2 in https://github.com/datahub-project/datahub/pull/11334
- feat(mode/ingest): Add support for missing Mode datasets in lineage by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11290
- feat(entity-service): fallback logic for aspect version by @david-leifker in https://github.com/datahub-project/datahub/pull/11304
- fix(ingest/bq): fix ordering of queries for use_queries_v2 by @mayurinehate in https://github.com/datahub-project/datahub/pull/11333
- docs(updating-datahub) Bump minor version on v0.14.0 notes by @maggiehays in https://github.com/datahub-project/datahub/pull/11255
- docs(data product): Update example and docs by @eboneil in https://github.com/datahub-project/datahub/pull/11032
- feat(ingest): maintain ordering in file-backed dict by @hsheth2 in https://github.com/datahub-project/datahub/pull/11346
- docs: add signup form in cloud by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11129
- config(retention): update dataHubExecutionRequestResult by @david-leifker in https://github.com/datahub-project/datahub/pull/11348
- feat(grafana): Using v2 metrics update datahub dashboard by @AaronYang0628 in https://github.com/datahub-project/datahub/pull/11208
- chore(links): add attribution by @shirshanka in https://github.com/datahub-project/datahub/pull/11352
- fix(timeline api): adding modification category by @sakethvarma397 in https://github.com/datahub-project/datahub/pull/11345
- Feature/custom highlight on search by @arpanchakra29 in https://github.com/datahub-project/datahub/pull/11339
- fix(gms): filter out runs of a dataJob without any run-events by @ksrinath in https://github.com/datahub-project/datahub/pull/11223
- fix(ingest): followup on bigquery queries v2 ordering by @mayurinehate in https://github.com/datahub-project/datahub/pull/11353
- fix(ingest/databricks): use latest report message format for warning messages by @sid-acryl in https://github.com/datahub-project/datahub/pull/11319
- chore(ingest): improve code formatting by @hsheth2 in https://github.com/datahub-project/datahub/pull/11326
- chore(py): cleanup python CI by @hsheth2 in https://github.com/datahub-project/datahub/pull/11324
- feat(auth): implement session authorization cache by @david-leifker in https://github.com/datahub-project/datahub/pull/11327
- feat(search): search query rewriter by @david-leifker in https://github.com/datahub-project/datahub/pull/11279
- feat(openapi-v3): add additional delete options by @david-leifker in https://github.com/datahub-project/datahub/pull/11347
- perf(search): reduce highlight fragments by @david-leifker in https://github.com/datahub-project/datahub/pull/11349
- feat(throttle): extend throttling to API requests by @david-leifker in https://github.com/datahub-project/datahub/pull/11325
- fix(browse): adjust browse to use full text in line with search by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11367
- Fix: bug fix for empty key values pair in elastic search mapping by @milindgupta9 in https://github.com/datahub-project/datahub/pull/11004
- feat(ingest): make default rest sink mode env-configurable by @hsheth2 in https://github.com/datahub-project/datahub/pull/11335
- feat: add acryl stories by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11351
- fix: add cloud form & fix css by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11362
- fix(NPE): fix NPE in EntityService by @david-leifker in https://github.com/datahub-project/datahub/pull/11373
- feat(ingest/dbt): add
only_include_if_in_catalog
flag for dbt core by @hsheth2 in https://github.com/datahub-project/datahub/pull/11314 - chore(actions): bump actions version in docker profiles by @david-leifker in https://github.com/datahub-project/datahub/pull/11377
- fix(ingest/nifi): add error handling for version by @anshbansal in https://github.com/datahub-project/datahub/pull/11385
- fix(XServiceProvider): fix ebean framework race condition by @david-leifker in https://github.com/datahub-project/datahub/pull/11378
- fix(docs): clarify clean-up of indices when restoring search and graph indices by @Masterchen09 in https://github.com/datahub-project/datahub/pull/11380
- feat(ingest): report ingest run for sample data by @hsheth2 in https://github.com/datahub-project/datahub/pull/11329
- fix(ebean): upgrade ebean library by @david-leifker in https://github.com/datahub-project/datahub/pull/11379
- fix(ingest/snowflake): Update snowflake_utils.py to account for iceberg tables by @alisa-aylward-toast in https://github.com/datahub-project/datahub/pull/11384
- feat(ingest): default to ASYNC_BATCH mode in datahub-rest sink by @hsheth2 in https://github.com/datahub-project/datahub/pull/11369
- feat(graphql): Support START_WITH and END_WITH operator in GraphQL API by @milindgupta in https://github.com/datahub-project/datahub/pull/11026
- fix: support for non-string types in object fields by @vignesh-hbk in https://github.com/datahub-project/datahub/pull/11066
- refactor(search): refactor field type detection by @david-leifker in https://github.com/datahub-project/datahub/pull/11395
New Contributors
- @prashanthic23 made their first contribution in https://github.com/datahub-project/datahub/pull/11144
- @alisa-aylward-toast made their first contribution in https://github.com/datahub-project/datahub/pull/10961
- @alexandrebunn made their first contribution in https://github.com/datahub-project/datahub/pull/11212
- @esselius made their first contribution in https://github.com/datahub-project/datahub/pull/11201
- @sakethvarma397 made their first contribution in https://github.com/datahub-project/datahub/pull/11229
- @ignitz made their first contribution in https://github.com/datahub-project/datahub/pull/11299
- @eunseokyang made their first contribution in https://github.com/datahub-project/datahub/pull/10975
- @rohansun made their first contribution in https://github.com/datahub-project/datahub/pull/11285
- @Nbagga14 made their first contribution in https://github.com/datahub-project/datahub/pull/11068
- @AaronYang0628 made their first contribution in https://github.com/datahub-project/datahub/pull/11208
- @arpanchakra29 made their first contribution in https://github.com/datahub-project/datahub/pull/11339
- @milindgupta9 made their first contribution in https://github.com/datahub-project/datahub/pull/11004
- @milindgupta made their first contribution in https://github.com/datahub-project/datahub/pull/11026
- @vignesh-hbk made their first contribution in https://github.com/datahub-project/datahub/pull/11066
Full Changelog: https://github.com/datahub-project/datahub/compare/v0.14.0.2...v0.14.1
v0.14.0.2
Released on 2024-08-21 by @RyanHolstien.
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. [[#1](https://github.com/datahub-project/datahub/pull/1)0609]
- 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 ]
- A new
Improved Logging and Monitoring:
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:
Metadata Ingestion
New Ingestion Sources:
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:
Looker Updates:
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]
- dbt: Enhanced flexibility in lineage generation with the new experimental
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, @AndreasHegerNuritas, @aviv-julienjehannet, @brbrown25, @chardaway, @dragontail, @ipolding-cais, @joelmataKPN, @john-claro-cko, @jordanjeremy, @lima-renan, @nadavgross, @nephtyws, @obaltian, @PeamThom, @pie1nthesky, @pulsar256, @samblackk, @shtephlee, @simaov, @steffengr, @tkdrahn, @TristanHeisler, @wornjs, @xkollar
Repeat Contributors
@ajoymajumdar, @bossenti, @cburroughs, @cccs-eric, @deepgarg-visa, @dushayntAW, @fjmacagno, @githendrik, @haeniya, @jayasimhankv, @k7ragav, @kevin1chun, @ksrinath, @Kunal-kankriya, @looppi, @Masterchen09, @mayurinehate, @ngamanda, @nmbryant, @noggi, @pankajmahato-visa, @PatrickfBraz, @pinakipb2, @Rajasekhar-Vuppala, @rtekal, @sagar-salvi-apptware, @shubhamjagtap639, @siladitya2, @ssilb4, @Sukeerthi31, @sumitappt, @TonyOuyangGit, @walter9388
DataHub Maintainers
@anshbansal, @asikowitz, @chriscollins3456, @darnaut, @david-leifker, @eboneil, @ethan-cartwright, @gabe-lyons, @hsheth2, @jayacryl, @jjoyce0510, @maggiehays, @pedro93, @RyanHolstien, @shirshanka, @sid-acryl, @skrydal, @treff7es, @yoonhyejin
What's Changed
- fix(ingest/unity-catalog) upstream lineage for hive_metastore external table with s3 location by @dushayntAW in https://github.com/datahub-project/datahub/pull/10546
- feat(ingestion/looker): ingest explore tags into the DataHub by @sid-acryl in https://github.com/datahub-project/datahub/pull/10547
- fix(instropection): fix configuration application order by @david-leifker in https://github.com/datahub-project/datahub/pull/10579
- fix(ingest/slack): pull real names by @hsheth2 in https://github.com/datahub-project/datahub/pull/10565
- fix(ingest): Remove env deprecation message by @treff7es in https://github.com/datahub-project/datahub/pull/10581
- test(ingest/sql): refactor CLL generator + add tests by @hsheth2 in https://github.com/datahub-project/datahub/pull/10580
- docs(remote-ingestion): update description and deployment instructions by @darnaut in https://github.com/datahub-project/datahub/pull/10574
- fix(ingest): DataProcessInstance.emit_process_end() ignored start_timestamp_millis by @obaltian in https://github.com/datahub-project/datahub/pull/10539
- fix(ingest/metabase): Fix for query template expressions and invalid URNs for Text Cards by @pulsar256 in https://github.com/datahub-project/datahub/pull/10381
- feat(graphql): Support tagging incidents and assertions via GraphQL API by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10575
- docs(update): updating-datahub by @david-leifker in https://github.com/datahub-project/datahub/pull/10585
- docs: reorder semantics guide to the bottom by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10541
- feat(auth): add viewTests platform privilege by @ksrinath in https://github.com/datahub-project/datahub/pull/10413
- feat(ingestion/SageMaker): Remove deprecated apis and add stateful ingestion capability by @TonyOuyangGit in https://github.com/datahub-project/datahub/pull/10573
- fix(search): fix autocomplete filter by @david-leifker in https://github.com/datahub-project/datahub/pull/10599
- fix(ingest/snowflake): handle column level lineage for dbt temporary tables by @john-claro-cko in https://github.com/datahub-project/datahub/pull/10258
- fix(mae-consumer): fix UpdateIndicesHook ignoring events with forceIndexing property set to true by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10586
- feat(fieldpaths): prevent duplicate field paths by @david-leifker in https://github.com/datahub-project/datahub/pull/10590
- docs: update Town Hall page by @maggiehays in https://github.com/datahub-project/datahub/pull/10588
- fix(search): implement queryByDefault annotation for SearchableRef by @david-leifker in https://github.com/datahub-project/datahub/pull/10603
- fix(ingest/sagemaker): remove unsupported config by @hsheth2 in https://github.com/datahub-project/datahub/pull/10606
- feat(neo4j): combine neo4j statements in addEdge into one statement by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10598
- feat(neo4j): improve neo4j read query performance by specifying labels by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10593
- feat(ingest): fetch connections from the backend by @hsheth2 in https://github.com/datahub-project/datahub/pull/10511
- feat(graphql): custom complexity calculator and separate configurable thread pool for graphQL by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10562
- feat(ingest): enable stateful ingestion safety threshold by @hsheth2 in https://github.com/datahub-project/datahub/pull/10516
- fix(ingest/spark): Bumping OpenLineage version to 0.14.0 by @treff7es in https://github.com/datahub-project/datahub/pull/10559
- fix(ingest/dbt): only generate one subtype by @hsheth2 in https://github.com/datahub-project/datahub/pull/10615
- fix(ingest/snowflake): make test connection logs less noisy by @hsheth2 in https://github.com/datahub-project/datahub/pull/10587
- fix(ingest): move status aspect fixer logic by @hsheth2 in https://github.com/datahub-project/datahub/pull/10591
- feat(data quality): update models, add assertions cli with snowflake integration by @mayurinehate in https://github.com/datahub-project/datahub/pull/10602
- fix(gms/autosuggestion): autosuggestion query not returning the result if the query text has a prefix or suffix '-' on the search field by @siladitya2 in https://github.com/datahub-project/datahub/pull/10512
- feat(consumers): mce-consumer throttling based on mae-consumer lag by @david-leifker in https://github.com/datahub-project/datahub/pull/10626
- Add support for runAssertion, runAssertions, and runAssertionsForAsset APIs by @noggi in https://github.com/datahub-project/datahub/pull/10605
- feat(graphql) data contract resolvers for graphql by @jayacryl in https://github.com/datahub-project/datahub/pull/10618
- Revert "feat(graphql) data contract resolvers for graphql" by @jayacryl in https://github.com/datahub-project/datahub/pull/10631
- fix(views): Add relationship annotation to GlobalViewsSettings urn by @pedro93 in https://github.com/datahub-project/datahub/pull/10597
- feat(cli) Delete form references when using delete CLI by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10629
- feat(ingest/looker): add ownership info to independent looks by @k7ragav in https://github.com/datahub-project/datahub/pull/10624
- log(custom-plugins): add additional logging for spring plugins by @david-leifker in https://github.com/datahub-project/datahub/pull/10627
- refactor(ui/glossary): Clean up term deletion by @asikowitz in https://github.com/datahub-project/datahub/pull/10589
- fix(views): handle unknown view when resolving a view to a filter by @darnaut in https://github.com/datahub-project/datahub/pull/10640
- feat(lineage): change query structure for explored hop limit by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10607
- feat(ingest): measure sink bottlenecking by @hsheth2 in https://github.com/datahub-project/datahub/pull/10628
- fix(ingest/iceberg): update iceberg source to support newer versions of pyiceberg at runtime by @cccs-eric in https://github.com/datahub-project/datahub/pull/10614
- feat(ingest/redshift): Adding way to filter s3 paths in Redshift Source by @treff7es in https://github.com/datahub-project/datahub/pull/10622
- feat(businessAttribute): parallelize-business-attribute-propagation by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10638
- docs(ingest): remove trailing comma on athena permission by @nephtyws in https://github.com/datahub-project/datahub/pull/10634
- doc(roles): update privileges by @ksrinath in https://github.com/datahub-project/datahub/pull/10528
- docs(subscriptions): adding docs for assertion level subscriptions on managed DH by @jayacryl in https://github.com/datahub-project/datahub/pull/10495
- feat(ingest): add fast query fingerprinting by @hsheth2 in https://github.com/datahub-project/datahub/pull/10619
- fix(ingestion/airflow-plugin): updated the document for developers by @dushayntAW in https://github.com/datahub-project/datahub/pull/10633
- fix(ingest/trino): variable reference before define by @anshbansal in https://github.com/datahub-project/datahub/pull/10646
- feat(entity-client): restli batchGetV2 batchSize fix and concurrency by @david-leifker in https://github.com/datahub-project/datahub/pull/10630
- docs(): Adding API docs for incidents, operations, and assertions by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10522
- feat(ci): fix conditionals and consolidate change detection by @david-leifker in https://github.com/datahub-project/datahub/pull/10649
- fix(ingest/snowflake): avoid overfetching schemas from datahub by @hsheth2 in https://github.com/datahub-project/datahub/pull/10527
- docs: add note for subResourceType being a fieldPath by @anshbansal in https://github.com/datahub-project/datahub/pull/10660
- fix(ingest/qlik): improve logging for debug by @anshbansal in https://github.com/datahub-project/datahub/pull/10659
- fix(doc): Fix doc typo in transformer by @sid-acryl in https://github.com/datahub-project/datahub/pull/10658
- feat(graphql) data contract resolvers by @jayacryl in https://github.com/datahub-project/datahub/pull/10632
- fix(openapiv3): v3 scroll response fix by @david-leifker in https://github.com/datahub-project/datahub/pull/10654
- Use type: string for enum schemas by @kevin1chun in https://github.com/datahub-project/datahub/pull/10663
- fix(ingestion/airflow-plugin): airflow remove old tasks by @dushayntAW in https://github.com/datahub-project/datahub/pull/10485
- feat(platform): added db2 platform by @pankajmahato-visa in https://github.com/datahub-project/datahub/pull/10601
- feat(ingestion/kafka)-Add support for ingesting schemas from schema registry by @aabharti-visa in https://github.com/datahub-project/datahub/pull/10612
- fix(azure_ad): print request URL on error by @darnaut in https://github.com/datahub-project/datahub/pull/10677
- docs(ingest): Rename csv / s3 / file source and sink by @asikowitz in https://github.com/datahub-project/datahub/pull/10675
- feat(ingest/glue): database parameters extraction by @skrydal in https://github.com/datahub-project/datahub/pull/10665
- fix(azure_ad): fix infinite loop on request error by @darnaut in https://github.com/datahub-project/datahub/pull/10679
- perf(ingestion/fivetran): Connector performance optimization by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10556
- feat(ingest): make query formatting more robust by @hsheth2 in https://github.com/datahub-project/datahub/pull/10678
- feat(cli) Add actors to forms yaml API by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10683
- doc(glossary): add note for github action for glossary by @anshbansal in https://github.com/datahub-project/datahub/pull/10687
- feat(cli/data product): add support for institutional memory by @anshbansal in https://github.com/datahub-project/datahub/pull/10686
- docs(cli/dataset): add dataset CLI get and upsert examples by @anshbansal in https://github.com/datahub-project/datahub/pull/10688
- feat(ingest/airflow): fix materialize_iolets bug by @hsheth2 in https://github.com/datahub-project/datahub/pull/10613
- feat(ingest/dbt): include package_name in dbt custom props by @hsheth2 in https://github.com/datahub-project/datahub/pull/10652
- feat(ingest): add snowflake-summary source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10642
- feat(ui): Display 'View in Gitlab' if externalUrl is a link to Gitlab by @k7ragav in https://github.com/datahub-project/datahub/pull/10668
- feat(ingest/cli): optionally show server config by @anshbansal in https://github.com/datahub-project/datahub/pull/10676
- fix(docs): structured properties openapi guide by @david-leifker in https://github.com/datahub-project/datahub/pull/10671
- docs(): Announcing DataHub Open Assertions Specification by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10609
- fix(metadata-models) bridge gaps between graphql and pegasus models by @jayacryl in https://github.com/datahub-project/datahub/pull/10692
- Aspect refs inside entity schema are nullable by @kevin1chun in https://github.com/datahub-project/datahub/pull/10695
- feat(properties) Support custom properties on all entities with profile page by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10680
- fix: APPT-43 | Lineage Edit: Modal Autocomplete by @sumitappt in https://github.com/datahub-project/datahub/pull/10569
- chore(ui/ingest): improve description of executor ID by @darnaut in https://github.com/datahub-project/datahub/pull/10698
- fix(ingest/fivetran): fix fivetran bigquery support by @hsheth2 in https://github.com/datahub-project/datahub/pull/10693
- fix(ingest): fix redshift query urns + reduce memory usage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10691
- fix(operations): fix authorizer on operations controller by @david-leifker in https://github.com/datahub-project/datahub/pull/10701
- fix(graphql): fix plugin collection by @david-leifker in https://github.com/datahub-project/datahub/pull/10696
- fix(ingest/bigquery): Map BigQuery policy tags to datahub column-level tags by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10669
- fix(ingest/kafka-connect): Add lineage extraction for BigQuery Sink Connector in Kafka Connect source by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10647
- fix(search): fixes issue where exact match exclusive flag broke quoted structured search by @nmbryant in https://github.com/datahub-project/datahub/pull/10690
- feat(openapi): openapi v3 updates by @david-leifker in https://github.com/datahub-project/datahub/pull/10710
- fix(ingestion/sigma): Fix multiple requests http errors by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10616
- docs(ingest): Add Oracle prerequisites by @darnaut in https://github.com/datahub-project/datahub/pull/10712
- feat(gms): add ingestProposalBatch endpoint by @hsheth2 in https://github.com/datahub-project/datahub/pull/10706
- feat(ingest/snowflake): refactor + parallel schema extraction by @hsheth2 in https://github.com/datahub-project/datahub/pull/10653
- Expose get_entities_v2 endpoint in python client by @noggi in https://github.com/datahub-project/datahub/pull/10694
- fix(docs): formatting of transformers code blocks by @walter9388 in https://github.com/datahub-project/datahub/pull/10670
- feat(ingest/vertica): use 3 part naming by @Rajasekhar-Vuppala in https://github.com/datahub-project/datahub/pull/10636
- feat(ingest): log http request retries by @hsheth2 in https://github.com/datahub-project/datahub/pull/10715
- fix(ingestion/bigquery): user exceeded quota for concurrent project.lists requests by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10578
- fix(ingest): fix dagster plugin release process by @hsheth2 in https://github.com/datahub-project/datahub/pull/10713
- docs: add customer stories page by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10600
- feat(ingest/bigquery): Support for View Labels by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10648
- feat(observe) expose assertion runId and lastObservedMillis to graphql by @jayacryl in https://github.com/datahub-project/datahub/pull/10726
- fix(ingest): pin numpy<2 for classification by @hsheth2 in https://github.com/datahub-project/datahub/pull/10725
- feat(ingest/bigquery): support using table read permission without profiling by @hsheth2 in https://github.com/datahub-project/datahub/pull/10699
- fix(ingest/looker): fix looker browse paths v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/10700
- feat(strucutred-properties): structured properties delete and schema change support by @david-leifker in https://github.com/datahub-project/datahub/pull/10711
- feat(ingest/snowflake): support more than 10k views in a db by @hsheth2 in https://github.com/datahub-project/datahub/pull/10718
- feat(cli): Make ingest deploy create recipe with urn if not exists by @pedro93 in https://github.com/datahub-project/datahub/pull/10724
- fix(ingestion/airflow-plugin): fixed the failing pipeline by @dushayntAW in https://github.com/datahub-project/datahub/pull/10737
- chore(security): updates for security vulnerabilities by @david-leifker in https://github.com/datahub-project/datahub/pull/10740
- fix(ingest/dbt): support emitting only model performance by @hsheth2 in https://github.com/datahub-project/datahub/pull/10714
- config(header): increase header size to 32k by @david-leifker in https://github.com/datahub-project/datahub/pull/10743
- chore(security): bump jetty version by @darnaut in https://github.com/datahub-project/datahub/pull/10744
- feat(ingest/snowflake): log queries at info level by @hsheth2 in https://github.com/datahub-project/datahub/pull/10745
- feat: allow task ownership as group by @fjmacagno in https://github.com/datahub-project/datahub/pull/10742
- fix(ingest/logging): fix excessive ingestion logging by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10735
- docs(notifications): add personal notifications docs by @eboneil in https://github.com/datahub-project/datahub/pull/10730
- feat(ci): update base requirements file by @anshbansal in https://github.com/datahub-project/datahub/pull/10747
- feat(ui/data-contract): Data contract UI under Validation Tab by @amit-apptware in https://github.com/datahub-project/datahub/pull/10625
- fix(ingestion/airflow-plugin): emit browsePathV2 by @dushayntAW in https://github.com/datahub-project/datahub/pull/10738
- fix(ingest/tableau): warn with better error message by @anshbansal in https://github.com/datahub-project/datahub/pull/10749
- fix(mae-consumer-job): add PE processor to component scan by @pankajmahato-visa in https://github.com/datahub-project/datahub/pull/10751
- chore(alpine): update alpine base image by @david-leifker in https://github.com/datahub-project/datahub/pull/10754
- fix(bigquery): use get() instead of hassattr for view labels by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10756
- ci(ui): Add prettier to CI by @asikowitz in https://github.com/datahub-project/datahub/pull/10741
- feat(spark): Adding OpenLineage symlink support to Spark lineage by @treff7es in https://github.com/datahub-project/datahub/pull/10637
- fix(ingest/iceberg): add support for nested dictionaries when configuring pyiceberg by @cccs-eric in https://github.com/datahub-project/datahub/pull/10762
- fix(media-type): fix proxy media-type and openapi patch endpoint by @david-leifker in https://github.com/datahub-project/datahub/pull/10763
- test(mae-consumer): test for injection of pe-consumer by @david-leifker in https://github.com/datahub-project/datahub/pull/10755
- fix(spark):Add option to disable symlink resolution by @treff7es in https://github.com/datahub-project/datahub/pull/10767
- feat(openapi): restore Timeline OpenAPIv1 and deprecations by @david-leifker in https://github.com/datahub-project/datahub/pull/10768
- feat(web-react): adds the possibility to track events through GA4 by @PatrickfBraz in https://github.com/datahub-project/datahub/pull/8231
- docs: merge cli guide by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10464
- feat(data quality): custom assertions models, graphql, sdk by @mayurinehate in https://github.com/datahub-project/datahub/pull/10761
- chore(lint): spotless apply by @david-leifker in https://github.com/datahub-project/datahub/pull/10779
- feat(protobuf): disable binary protoc custom properties by @david-leifker in https://github.com/datahub-project/datahub/pull/10778
- feat(docs): Adding docs for custom assertion reporting APIs (WIP) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10656
- feat(schema-registry): enable config endpoint internal schema registry by @david-leifker in https://github.com/datahub-project/datahub/pull/10776
- fix(ingest): use more aggressive errors with sqlglot by @hsheth2 in https://github.com/datahub-project/datahub/pull/10769
- feat(ingest/snowflake): performance improvements by @hsheth2 in https://github.com/datahub-project/datahub/pull/10746
- feat(ingest): add async batch mode to the rest sink by @hsheth2 in https://github.com/datahub-project/datahub/pull/10733
- feat(search): adjust search config by @david-leifker in https://github.com/datahub-project/datahub/pull/10774
- fix(ui/entityProfile/dataset): Show view definition tab if viewProperties.logic defined by @asikowitz in https://github.com/datahub-project/datahub/pull/10777
- fix(ingest/snowflake): fix column batcher by @hsheth2 in https://github.com/datahub-project/datahub/pull/10781
- docs(acryl cloud): release 0.3.3 by @anshbansal in https://github.com/datahub-project/datahub/pull/10772
- build(deps-dev): bump vite from 4.5.2 to 4.5.3 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/10199
- docs(champions): update champions entry by @bossenti in https://github.com/datahub-project/datahub/pull/10721
- feat(ingest): bump sqlglot by @hsheth2 in https://github.com/datahub-project/datahub/pull/10770
- fix(ui/data-contract): fix freshness & schema assertion is not working by @amit-apptware in https://github.com/datahub-project/datahub/pull/10795
- refactor(tags): Use TagUrn class when generating urn by @eboneil in https://github.com/datahub-project/datahub/pull/10786
- fix(ingest/looker): prevent bad input fields by @hsheth2 in https://github.com/datahub-project/datahub/pull/10785
- fix(ingest): add status aspect to dataProcessInstance by @hsheth2 in https://github.com/datahub-project/datahub/pull/10757
- fix(ingest/pipeline): catch pipeline exceptions by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10753
- chore(gradle): remove httpclient 4 references by @david-leifker in https://github.com/datahub-project/datahub/pull/10787
- feat(structuredproperties): aggregration fix & docs by @david-leifker in https://github.com/datahub-project/datahub/pull/10780
- feat(ingest): set pipeline name in system metadata by @hsheth2 in https://github.com/datahub-project/datahub/pull/10190
- fix(ingest/snowflake): add limits on tables/columns/queries in lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10804
- fix(airflow): fix airflow snowflake tests by @hsheth2 in https://github.com/datahub-project/datahub/pull/10803
- feat(custom-plugins): improve plugin factory merge by @david-leifker in https://github.com/datahub-project/datahub/pull/10796
- fix(ingest/snowflake): fix error case in column lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10808
- build(deps): bump braces from 3.0.2 to 3.0.3 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/10681
- feat(ui): display chart query if it exists by @ngamanda in https://github.com/datahub-project/datahub/pull/10672
- docs: update api overview by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10543
- refactor(web-react): add encoder to support non-ASCII characters csv download by @PeamThom in https://github.com/datahub-project/datahub/pull/10496
- fix(docs) adding dataset column tags docs by @eboneil in https://github.com/datahub-project/datahub/pull/10479
- build(deps): bump ejs from 3.1.9 to 3.1.10 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/10417
- fix(metadata-service): consider missing entities in form assignment hook by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10392
- feat(ingest/powerbi): powerbi dataset profiling by @looppi in https://github.com/datahub-project/datahub/pull/9355
- fix(ui): show external url also in entity profile of containers by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10390
- fix(ERModelRelationship) UUID should mimic datahub_guid.py by @rtekal in https://github.com/datahub-project/datahub/pull/10355
- chore(vulnerability): Inefficient Regular Expression - Potential high time complexity leading to ReDoS by @Sukeerthi31 in https://github.com/datahub-project/datahub/pull/10315
- chore(vulnerability): Bumped up reactour version to address high vulnerability by @pinakipb2 in https://github.com/datahub-project/datahub/pull/10218
- build(deps): bump express from 4.18.2 to 4.19.2 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/10128
- feat(backend): Add new PDL entities + models for persona capture by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/9637
- feat(logging): unified request logging (graphql, openapi, restli) by @david-leifker in https://github.com/datahub-project/datahub/pull/10802
- docs: hivePlatformAlias is different by @ssilb4 in https://github.com/datahub-project/datahub/pull/10765
- fix(ingestion): ingest emails as empty if no ldap attribute by @tkdrahn in https://github.com/datahub-project/datahub/pull/9433
- fix(patch): consider escaped characters when applying JSON patches by @ipolding-cais in https://github.com/datahub-project/datahub/pull/10717
- fix(plugin): include ancestors when loading Spring custom plugin by @david-leifker in https://github.com/datahub-project/datahub/pull/10809
- feat(docker/quickstart): Adding in support for overriding the conflue… by @brbrown25 in https://github.com/datahub-project/datahub/pull/10533
- feat(ui): Add support for structured reporting of warnings and failures in the UI ingestion flow (ingest uplift 2/2) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10790
- docs(classification): correct the casing for full name infotype by @mayurinehate in https://github.com/datahub-project/datahub/pull/10782
- feat(ingest): add and use file system abstraction in file source by @simaov in https://github.com/datahub-project/datahub/pull/8415
- feat(ingest/lookml): ingest field tags by @sid-acryl in https://github.com/datahub-project/datahub/pull/10792
- fix(assertions): minor changes in custom assertion api by @mayurinehate in https://github.com/datahub-project/datahub/pull/10794
- build(jar): add datahub-custom-plugin-lib to jar workflow by @david-leifker in https://github.com/datahub-project/datahub/pull/10812
- feat(SDK) Add FormPatchBuilder in python sdk and provide sample CRUD files by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10821
- docs(ingest): add business glossary examples by @eboneil in https://github.com/datahub-project/datahub/pull/9851
- feat(forms) Handle deleting forms references when hard deleting forms by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10820
- refactor(ui): Misc improvements to the setup ingestion flow (ingest uplift 1/2) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10764
- fix(ingestion/airflow-plugin): pipeline tasks discoverable in search by @dushayntAW in https://github.com/datahub-project/datahub/pull/10819
- feat(ingest/transformer): tags to terms transformer by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10758
- fix(ingestion/unity-catalog): fixed issue with profiling with GE turned on by @dushayntAW in https://github.com/datahub-project/datahub/pull/10752
- feat(forms) Add java SDK for form entity PATCH + CRUD examples by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10822
- feat(SDK) Add java SDK for structuredProperty entity PATCH + CRUD examples by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10823
- feat(SDK) Add StructuredPropertyPatchBuilder in python sdk and provide sample CRUD files by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10824
- feat(forms) Add CRUD endpoints to GraphQL for Form entities by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10825
- add flag for includeSoftDeleted in scroll entities API by @kevin1chun in https://github.com/datahub-project/datahub/pull/10831
- feat(deprecation) Return actor entity with deprecation aspect by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10832
- feat(structuredProperties) Add CRUD graphql APIs for structured property entities by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10826
- add scroll parameters to openapi v3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10833
- fix(ingest): correct profile_day_of_week implementation by @jordanjeremy in https://github.com/datahub-project/datahub/pull/10818
- feat(ingest/glue): allow ingestion of empty databases from Glue by @skrydal in https://github.com/datahub-project/datahub/pull/10666
- feat(cli): add more details to get cli by @anshbansal in https://github.com/datahub-project/datahub/pull/10815
- fix(ingestion/glue): ensure date formatting works on all platforms for aws glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10836
- fix(ingestion): fix datajob patcher by @david-leifker in https://github.com/datahub-project/datahub/pull/10827
- fix(smoke-test): add suffix in temp file creation by @sid-acryl in https://github.com/datahub-project/datahub/pull/10841
- feat(ingest/glue): add helper method to permit user or group ownership by @aviv-julienjehannet in https://github.com/datahub-project/datahub/pull/10784
- Show data platform instances in policy modal if they are set on the policy by @githendrik in https://github.com/datahub-project/datahub/pull/10645
- docs(patch): add patch documentation for how implementation works by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10010
- fix(jar): add missing custom-plugin-jar task by @david-leifker in https://github.com/datahub-project/datahub/pull/10847
- fix: also check exceptions/stack trace when filtering log messages by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10391
- Update posts.md by @chardaway in https://github.com/datahub-project/datahub/pull/9893
- chore(ingest): update acryl-datahub-classify version by @cburroughs in https://github.com/datahub-project/datahub/pull/10844
- refactor(ingest): Refactor structured logging to support infos, warnings, and failures structured reporting to UI by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10828
- fix(restli): log aspect-not-found as a warning rather than as an error by @ksrinath in https://github.com/datahub-project/datahub/pull/10834
- fix(ingest/nifi): remove duplicate upstream jobs by @mayurinehate in https://github.com/datahub-project/datahub/pull/10849
- fix(smoke-test): test access to create/revoke personal access tokens by @ksrinath in https://github.com/datahub-project/datahub/pull/10848
- fix(smoke-test): missing test for move domain by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/10837
- ci: update usernames to not considered for community by @anshbansal in https://github.com/datahub-project/datahub/pull/10851
- env: change defaults for data contract visibility by @shirshanka in https://github.com/datahub-project/datahub/pull/10854
- fix(ingest/tableau): quote special characters in external URL by @ipolding-cais in https://github.com/datahub-project/datahub/pull/10842
- fix/ added click to perticular result and delay to element visibility by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/10861
- ci(ingest): pin dask dependency for feast by @mayurinehate in https://github.com/datahub-project/datahub/pull/10865
- fix(ingestion/lookml): liquid template resolution and view-to-view cll by @sid-acryl in https://github.com/datahub-project/datahub/pull/10542
- feat(ingest/audit): add client id and version in system metadata props by @anshbansal in https://github.com/datahub-project/datahub/pull/10829
- chore(ingest): Mypy 1.10.1 pin by @treff7es in https://github.com/datahub-project/datahub/pull/10867
- docs: use acryl-datahub-actions as expected python package to install by @aviv-julienjehannet in https://github.com/datahub-project/datahub/pull/10852
- docs: add new js snippet by @hsheth2 in https://github.com/datahub-project/datahub/pull/10846
- refactor(ingestion): remove company domain for security reason by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10839
- fix(ingestion/spark): Platform instance and column level lineage fix by @treff7es in https://github.com/datahub-project/datahub/pull/10843
- feat(ingestion/tableau): optionally ingest multiple sites and create site containers by @haeniya in https://github.com/datahub-project/datahub/pull/10498
- fix(ingestion/looker): Add sqlglot dependency and remove unused sqlparser by @sid-acryl in https://github.com/datahub-project/datahub/pull/10874
- fix(manage-tokens): fix manage access token policy by @david-leifker in https://github.com/datahub-project/datahub/pull/10853
- Batch get entity endpoints by @kevin1chun in https://github.com/datahub-project/datahub/pull/10880
- feat(system): support conditional write semantics by @david-leifker in https://github.com/datahub-project/datahub/pull/10868
- fix(build): upgrade vercel builds to Node 20.x by @hsheth2 in https://github.com/datahub-project/datahub/pull/10890
- feat(ingest/lookml): shallow clone repos by @hsheth2 in https://github.com/datahub-project/datahub/pull/10888
- fix(ingest/looker): add missing dependency by @hsheth2 in https://github.com/datahub-project/datahub/pull/10876
- fix(ingest): only populate audit stamps where accurate by @hsheth2 in https://github.com/datahub-project/datahub/pull/10604
- fix(ingest/dbt): always encode tag urns by @hsheth2 in https://github.com/datahub-project/datahub/pull/10799
- fix(ingest/redshift): handle multiline alter table commands by @hsheth2 in https://github.com/datahub-project/datahub/pull/10727
- fix(ingestion/looker): column name missing in explore by @sid-acryl in https://github.com/datahub-project/datahub/pull/10892
- fix(lineage) Fix lineage source/dest filtering with explored per hop limit by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10879
- feat(conditional-writes): misc updates and fixes by @david-leifker in https://github.com/datahub-project/datahub/pull/10901
- feat(ci): update outdated action by @anshbansal in https://github.com/datahub-project/datahub/pull/10899
- feat(rest-emitter): adding async flag to rest emitter by @gabe-lyons in https://github.com/datahub-project/datahub/pull/10902
- feat(ingest): add snowflake-queries source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10835
- fix(ingest): improve
auto_materialize_referenced_tags_terms
error handling by @hsheth2 in https://github.com/datahub-project/datahub/pull/10906 - docs: add new company to adoption list by @shtephlee in https://github.com/datahub-project/datahub/pull/10909
- refactor(redshift): Improve redshift error handling with new structured reporting system by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10870
- feat(ui) Finalize support for all entity types on forms by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10915
- Index ExecutionRequestResults status field by @noggi in https://github.com/datahub-project/datahub/pull/10811
- feat(ingest): grafana connector by @anshbansal in https://github.com/datahub-project/datahub/pull/10891
- fix(gms) Add Form entity type to EntityTypeMapper by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10916
- feat(dataset): add support for external url in Dataset by @dragontail in https://github.com/datahub-project/datahub/pull/10877
- docs(saas-overview) added missing features to observe section by @jayacryl in https://github.com/datahub-project/datahub/pull/10913
- fix(ingest/spark): Fixing Micrometer warning by @treff7es in https://github.com/datahub-project/datahub/pull/10882
- fix(structured properties): allow application of structured properties without schema file by @gabe-lyons in https://github.com/datahub-project/datahub/pull/10918
- fix(data-contracts-web) handle other schedule types by @jayacryl in https://github.com/datahub-project/datahub/pull/10919
- fix(ingestion/tableau): human-readable message for PERMISSIONS_MODE_SWITCHED error by @sid-acryl in https://github.com/datahub-project/datahub/pull/10866
- feat(ingest/snowflake): Add feature flag for view defintions by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10914
- feat(ingest/BigQuery): refactor+parallelize dataset metadata extraction by @mayurinehate in https://github.com/datahub-project/datahub/pull/10884
- fix(airflow): add error handling around render_template() by @hsheth2 in https://github.com/datahub-project/datahub/pull/10907
- feat(ingestion/sqlglot): add optional
default_dialect
parameter to sqlglot lineage by @nadavgross in https://github.com/datahub-project/datahub/pull/10830 - feat(mcp-mutator): new mcp mutator plugin by @david-leifker in https://github.com/datahub-project/datahub/pull/10904
- fix(ingest/bigquery): changes helper function to decode unicode scape sequences by @PatrickfBraz in https://github.com/datahub-project/datahub/pull/10845
- feat(ingest/postgres): fetch table sizes for profile by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10864
- feat(ingest/abs): Adding azure blob storage ingestion source by @joelmataKPN in https://github.com/datahub-project/datahub/pull/10813
- fix(ingest/redshift): reduce severity of SQL parsing issues by @hsheth2 in https://github.com/datahub-project/datahub/pull/10924
- fix(build): fix lint fix web react by @anshbansal in https://github.com/datahub-project/datahub/pull/10896
- fix(ingest/bigquery): handle quota exceeded for project.list requests by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10912
- feat(ingest): report extractor failures more loudly by @hsheth2 in https://github.com/datahub-project/datahub/pull/10908
- feat(ingest/snowflake): integrate snowflake-queries into main source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10905
- fix(ingest): fix docs build by @hsheth2 in https://github.com/datahub-project/datahub/pull/10926
- fix(ingest/snowflake): fix test connection by @hsheth2 in https://github.com/datahub-project/datahub/pull/10927
- fix(ingest/lookml): add view load failures to cache by @hsheth2 in https://github.com/datahub-project/datahub/pull/10923
- docs(slack) overhauled setup instructions and screenshots by @jayacryl in https://github.com/datahub-project/datahub/pull/10922
- fix(airflow): Add comma parsing of owners to DataJobs by @eboneil in https://github.com/datahub-project/datahub/pull/10903
- fix(entityservice): fix merging sideeffects by @david-leifker in https://github.com/datahub-project/datahub/pull/10937
- feat(ingest): Support System Ingestion Sources, Show and hide system ingestion sources with Command-S by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10938
- chore() Set a default lineage filtering end time on backend when a start time is present by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10925
- Added relationships APIs to V3. Added these generic APIs to V3 swagger doc. by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/10939
- docs: add learning center to docs by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10921
- doc: Update hubspot form id by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10943
- chore(airflow): add python 3.11 w/ Airflow 2.9 to CI by @hsheth2 in https://github.com/datahub-project/datahub/pull/10941
- fix(Ingestor/Glue): Implement column upstream lineage between S3 and Glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10895
- fix(ingest/abs): Splitting abs utils into multiple files to not include abs specific includes which broke path_spec includes by @treff7es in https://github.com/datahub-project/datahub/pull/10945
- fix(ingestion/looker): fix doc for sql parsing documentation by @sid-acryl in https://github.com/datahub-project/datahub/pull/10883
- fix(ingest/bigquery): Adding missing BigQuery types by @treff7es in https://github.com/datahub-project/datahub/pull/10950
- fix(ingest/setup): Fix for feast and abs source setup by @treff7es in https://github.com/datahub-project/datahub/pull/10951
- fix(connections) Harden adding /gms to connections in backend by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10942
- feat(siblings) Add flag to prevent combining siblings in the UI by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10952
- fix(docs): make graphql doc gen more automated by @hsheth2 in https://github.com/datahub-project/datahub/pull/10953
- feat(ingest/athena): Add option for Athena partitioned profiling by @treff7es in https://github.com/datahub-project/datahub/pull/10723
- fix(spark-lineage): default timeout for future responses by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10947
- feat(datajob/flow): add environment filter using info aspects by @anshbansal in https://github.com/datahub-project/datahub/pull/10814
- fix(ui/ingest): ingest tab should show with manage ingestion privilege by @anshbansal in https://github.com/datahub-project/datahub/pull/10483
- feat(ingest/looker): include dashboard urns in browse v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/10955
- add a structured type to batchGet in OpenAPI V3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10956
- fix(ui) Fix scroll on the domain sidebar to show all domains by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10966
- fix: resolve incorrect variable assignment for SageMaker API call by @TristanHeisler in https://github.com/datahub-project/datahub/pull/10965
- fix(airflow/build): Pinning mypy by @treff7es in https://github.com/datahub-project/datahub/pull/10972
- Fixed a bug where the OpenAPI V3 spec was incorrect. The bug was introduced in https://github.com/datahub-project/datahub/pull/10939. by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/10974
- fix(ingest/test): Fix for mssql integration tests by @treff7es in https://github.com/datahub-project/datahub/pull/10978
- fix(entity-service) exist check correctly extracts status by @jayacryl in https://github.com/datahub-project/datahub/pull/10973
- fix(structuredProps) Fix casing bug in StructuredPropertiesValidator by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10982
- bugfix: use anyOf instead of allOf when creating references in openapi v3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10986
- fix(ui): Remove ant less imports by @asikowitz in https://github.com/datahub-project/datahub/pull/10988
- feat(ingest/graph): Add get_results_by_filter to DataHubGraph by @asikowitz in https://github.com/datahub-project/datahub/pull/10987
- feat(ingest/cli): init does not actually support environment variables by @darnaut in https://github.com/datahub-project/datahub/pull/10989
- fix(ingest/graph): Update get_results_by_filter graphql query by @asikowitz in https://github.com/datahub-project/datahub/pull/10991
- feat(ingest/spark): Promote beta plugin by @treff7es in https://github.com/datahub-project/datahub/pull/10881
- feat(ingest): support domains in meta -> "datahub" section by @hsheth2 in https://github.com/datahub-project/datahub/pull/10967
- feat(ingest): add
check server-config
command by @hsheth2 in https://github.com/datahub-project/datahub/pull/10990 - feat(cli): Make consistent use of DataHubGraphClientConfig by @pedro93 in https://github.com/datahub-project/datahub/pull/10466
- fix(ingest/s3): Fixing container creation when there is no folder in path by @treff7es in https://github.com/datahub-project/datahub/pull/10993
- fix(ingest/looker): support platform instance for dashboards & charts by @sid-acryl in https://github.com/datahub-project/datahub/pull/10771
- feat(ingest/bigquery): improve handling of information schema in sql parser by @hsheth2 in https://github.com/datahub-project/datahub/pull/10985
- feat(ingest): improve
ingest deploy
command by @hsheth2 in https://github.com/datahub-project/datahub/pull/10944 - fix(backend): allow excluding soft-deleted entities in relationship-queries; exclude soft-deleted members of groups by @ksrinath in https://github.com/datahub-project/datahub/pull/10920
- fix(ingest/looker): downgrade missing chart type log level by @hsheth2 in https://github.com/datahub-project/datahub/pull/10996
- doc(acryl-cloud): release docs for 0.3.4.x by @anshbansal in https://github.com/datahub-project/datahub/pull/10984
- fix(protobuf/build): Fix protobuf check jar script by @treff7es in https://github.com/datahub-project/datahub/pull/11006
- fix(ui/ingest): Support invalid cron jobs by @asikowitz in https://github.com/datahub-project/datahub/pull/10998
- fix(ingest): fix graph config loading by @hsheth2 in https://github.com/datahub-project/datahub/pull/11002
- feat(docs): Document _DATAHUB_TO_FILE directive by @pedro93 in https://github.com/datahub-project/datahub/pull/10968
- fix(graphql/upsertIngestionSource): Validate cron schedule; parse error in CLI by @asikowitz in https://github.com/datahub-project/datahub/pull/11011
- feat(ece): support custom ownership type urns in ECE generation by @hsheth2 in https://github.com/datahub-project/datahub/pull/10999
- feat(assertion-v2): changed Validation tab to Quality and created new Governance tab by @amit-apptware in https://github.com/datahub-project/datahub/pull/10935
- fix(ingestion/glue): Add support for missing config options for profiling in Glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10858
- feat(propagation): Add models for schema field docs, tags, terms (#2959) by @shirshanka in https://github.com/datahub-project/datahub/pull/11016
- docs: standardize terminology to DataHub Cloud by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11003
- fix(ingestion/transformer): tranformer to replace the externalUrl in container properties by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11013
- docs(slack) troubleshoot docs by @jayacryl in https://github.com/datahub-project/datahub/pull/11014
- feat(propagation): Add graphql API by @shirshanka in https://github.com/datahub-project/datahub/pull/11030
- feat(propagation): Add models for Action feature settings by @samblackk in https://github.com/datahub-project/datahub/pull/11029
- docs(custom properties): Remove duplicate from sidebar by @eboneil in https://github.com/datahub-project/datahub/pull/11033
- feat(models): Introducing Dataset Partitions Aspect by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10997
- feat(propagation): Add Documentation Propagation Settings by @samblackk in https://github.com/datahub-project/datahub/pull/11038
- fix(models): chart schema fields mapping, add dataHubAction entity, t… by @shirshanka in https://github.com/datahub-project/datahub/pull/11040
- fix(ci): smoke test lint failures by @shirshanka in https://github.com/datahub-project/datahub/pull/11044
- docs: fix learning center color scheme & typo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11043
- feat: add cloud main page by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11017
- feat(restore-indices): add additional step to also clear system metadata service by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10662
- docs: fix typo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11046
- fix(lint): apply spotless by @anshbansal in https://github.com/datahub-project/datahub/pull/11050
- docs(airflow) Example query to get datajobs for a dataflow by @eboneil in https://github.com/datahub-project/datahub/pull/11034
- feat(cli): Add run-id option to put sub-command by @pedro93 in https://github.com/datahub-project/datahub/pull/11023
- fix(ingest): improve sql error reporting calls by @hsheth2 in https://github.com/datahub-project/datahub/pull/11025
- fix(airflow): fix CI setup by @hsheth2 in https://github.com/datahub-project/datahub/pull/11031
- feat(ingest/dbt): add experimental
prefer_sql_parser_lineage
flag by @hsheth2 in https://github.com/datahub-project/datahub/pull/11039 - fix(ingestion/lookml): enable stack-trace in lookml logs by @sid-acryl in https://github.com/datahub-project/datahub/pull/10971
- (chore): Linting fix by @rtekal in https://github.com/datahub-project/datahub/pull/11015
- chore(ci): update deprecated github actions by @anshbansal in https://github.com/datahub-project/datahub/pull/10977
- Fix ALB configuration example by @steffengr in https://github.com/datahub-project/datahub/pull/10981
- chore(ingestion-base): bump base image packages by @david-leifker in https://github.com/datahub-project/datahub/pull/11053
- feat(cli): Trim report of dataHubExecutionRequestResult to max GMS size by @pedro93 in https://github.com/datahub-project/datahub/pull/11051
- fix(ingestion/lookml): emit dummy sql condition for lookml custom condition tag by @sid-acryl in https://github.com/datahub-project/datahub/pull/11008
- fix(ingestion/powerbi): fix issue with broken report lineage by @sid-acryl in https://github.com/datahub-project/datahub/pull/10910
- feat(ingest/tableau): add retry on timeout by @hsheth2 in https://github.com/datahub-project/datahub/pull/10995
- change generate kafka connect properties from env by @wornjs in https://github.com/datahub-project/datahub/pull/10545
- fix(ingest): fix oracle cronjob ingestion by @lima-renan in https://github.com/datahub-project/datahub/pull/11001
- chore(ci): revert update deprecated github actions (#10977) by @david-leifker in https://github.com/datahub-project/datahub/pull/11062
- feat(ingest/dbt-cloud): update metadata_endpoint inference by @hsheth2 in https://github.com/datahub-project/datahub/pull/11041
- build: Reduce size of datahub-frontend-react image by 50-ish% by @xkollar in https://github.com/datahub-project/datahub/pull/10878
- fix(ci): Fix lint issue in datahub_ingestion_run_summary_provider.py by @pedro93 in https://github.com/datahub-project/datahub/pull/11063
- docs(ingest): update developing-a-transformer.md by @acrylJonny in https://github.com/datahub-project/datahub/pull/11019
- feat(search-test): update search tests from #10408 by @david-leifker in https://github.com/datahub-project/datahub/pull/11056
- feat(cli): add aspects parameter to DataHubGraph.get_entity_semityped by @Masterchen09 in https://github.com/datahub-project/datahub/pull/11009
- docs(airflow): update min version for plugin v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/11065
- doc(ingestion/tableau): doc update for derived permission by @sid-acryl in https://github.com/datahub-project/datahub/pull/11054
- fix(py): remove dep on types-pkg_resources by @hsheth2 in https://github.com/datahub-project/datahub/pull/11076
- feat(ingest/mode): add option to exclude restricted by @anshbansal in https://github.com/datahub-project/datahub/pull/11081
- fix(ingest): set lastObserved in sdk when unset by @hsheth2 in https://github.com/datahub-project/datahub/pull/11071
- doc(ingest): Update capabilities by @treff7es in https://github.com/datahub-project/datahub/pull/11072
- chore(vulnerability): Log Injection by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11090
- chore(vulnerability): Information exposure through a stack trace by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11091
- chore(vulnerability): Comparison of narrow type with wide type in loop condition by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11089
- chore(vulnerability): Insertion of sensitive information into log files by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11088
- chore(vulnerability): Risky Cryptographic Algorithm by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11059
- chore(vulnerability): Overly permissive regex range by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11061
- fix: update customer data by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11075
- fix(models): fixing the datasetPartition models by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11085
- fix(ui): Adding view, forms GraphQL query, remove showing a fallback error message on unhandled GraphQL error by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11084
- feat(docs-site) hiding learn more from cloud page by @jayacryl in https://github.com/datahub-project/datahub/pull/11097
- fix(docs): Add correct usage of orFilters in search API docs by @gabe-lyons in https://github.com/datahub-project/datahub/pull/11082
- fix(ingest/mode): Regexp in mode name matcher didn't allow underscore by @treff7es in https://github.com/datahub-project/datahub/pull/11098
- docs: Refactor customer stories section by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10869
- fix(release): fix full/slim suffix on tag by @david-leifker in https://github.com/datahub-project/datahub/pull/11087
- feat(config): support alternate hashing algorithm for doc id by @pinakipb2 in https://github.com/datahub-project/datahub/pull/10423
- fix(emitter): fix typo in get method of java kafka emitter by @rtekal in https://github.com/datahub-project/datahub/pull/11007
- fix(ingest): use correct native data type in all SQLAlchemy sources by compiling data type using dialect by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10898
- chore: Update contributors list in PR labeler by @skrydal in https://github.com/datahub-project/datahub/pull/11105
- feat(ingest): tweak stale entity removal messaging by @hsheth2 in https://github.com/datahub-project/datahub/pull/11064
- fix(ingestion): enforce lastObserved timestamps in SystemMetadata by @david-leifker in https://github.com/datahub-project/datahub/pull/11104
- fix(ingest/powerbi): fix broken lineage between chart and dataset by @sid-acryl in https://github.com/datahub-project/datahub/pull/11080
- feat(ingest/lookml): CLL support for sql set in sql_table_name attribute of lookml view by @sid-acryl in https://github.com/datahub-project/datahub/pull/11069
- docs: update graphql docs on forms & structured properties by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11100
- test(openAPI v3): search openAPI test has been added by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/11049
- fix(ingest/tableau): prevent empty site content urls by @hsheth2 in https://github.com/datahub-project/datahub/pull/11057
- feat(entity-client): implement client batch interface by @david-leifker in https://github.com/datahub-project/datahub/pull/11106
- fix(snowflake): avoid reporting warnings/info for sys tables by @hsheth2 in https://github.com/datahub-project/datahub/pull/11114
- fix(ingest): downgrade column type mapping warning to info by @hsheth2 in https://github.com/datahub-project/datahub/pull/11115
- feat(api): add AuditStamp to the V3 API entity/aspect response by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/11118
- fix(ingest/redshift): replace r'\n' with '\n' to avoid token error redshift serverless… by @AndreasHegerNuritas in https://github.com/datahub-project/datahub/pull/11111
- fix(entiy-client): handle null entityUrn case for restli by @david-leifker in https://github.com/datahub-project/datahub/pull/11122
- fix(sql-parser): prevent bad urns from alter table lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/11092
- fix(ingest/bigquery): use small batch size if use_tables_list_query_v2 is set by @mayurinehate in https://github.com/datahub-project/datahub/pull/11121
- fix(graphql): add missing entities to EntityTypeMapper and EntityTypeUrnMapper by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10366
- Changes to allow editable dataset name by @jayasimhankv in https://github.com/datahub-project/datahub/pull/10608
- fix: remove saxo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11127
- feat(mcl-processor): Update mcl processor hooks by @david-leifker in https://github.com/datahub-project/datahub/pull/11134
- docs(policies): updates to policies documentation by @david-leifker in https://github.com/datahub-project/datahub/pull/11073
- fix(openapi): fix openapi v2 and v3 docs update by @david-leifker in https://github.com/datahub-project/datahub/pull/11139
- feat(auth): grant type and acr values custom oidc parameters support by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11116
- fix(mutator): mutator hook fixes by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11140
- feat(search): support sorting on multiple fields by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10775
- feat(ingest): various logging improvements by @hsheth2 in https://github.com/datahub-project/datahub/pull/11126
- fix(ingestion/lookml): fix for sql parsing error by @sid-acryl in https://github.com/datahub-project/datahub/pull/11079
- feat(docs-site) cloud page spacing and content polishes by @jayacryl in https://github.com/datahub-project/datahub/pull/11141
- feat(ui) Enable editing structured props on fields by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11042
- feat(tests): add md5 and last computed to testResult model by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11117
- test(openapi): openapi regression smoke tests by @david-leifker in https://github.com/datahub-project/datahub/pull/11143
- fix(airflow): fix tox tests + update docs by @hsheth2 in https://github.com/datahub-project/datahub/pull/11125
- docs: add chime to adoption stories by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11142
- fix(ingest/databricks): Updating code to work with Databricks sdk 0.30 by @treff7es in https://github.com/datahub-project/datahub/pull/11158
New Contributors
- @obaltian made their first contribution in https://github.com/datahub-project/datahub/pull/10539
- @pulsar256 made their first contribution in https://github.com/datahub-project/datahub/pull/10381
- @john-claro-cko made their first contribution in https://github.com/datahub-project/datahub/pull/10258
- @nephtyws made their first contribution in https://github.com/datahub-project/datahub/pull/10634
- @aabharti-visa made their first contribution in https://github.com/datahub-project/datahub/pull/10612
- @pie1nthesky made their first contribution in https://github.com/datahub-project/datahub/pull/10735
- @amit-apptware made their first contribution in https://github.com/datahub-project/datahub/pull/10625
- @PeamThom made their first contribution in https://github.com/datahub-project/datahub/pull/10496
- @tkdrahn made their first contribution in https://github.com/datahub-project/datahub/pull/9433
- @ipolding-cais made their first contribution in https://github.com/datahub-project/datahub/pull/10717
- @brbrown25 made their first contribution in https://github.com/datahub-project/datahub/pull/10533
- @simaov made their first contribution in https://github.com/datahub-project/datahub/pull/8415
- @jordanjeremy made their first contribution in https://github.com/datahub-project/datahub/pull/10818
- @aviv-julienjehannet made their first contribution in https://github.com/datahub-project/datahub/pull/10784
- @chardaway made their first contribution in https://github.com/datahub-project/datahub/pull/9893
- @shtephlee made their first contribution in https://github.com/datahub-project/datahub/pull/10909
- @dragontail made their first contribution in https://github.com/datahub-project/datahub/pull/10877
- @nadavgross made their first contribution in https://github.com/datahub-project/datahub/pull/10830
- @joelmataKPN made their first contribution in https://github.com/datahub-project/datahub/pull/10813
- @TristanHeisler made their first contribution in https://github.com/datahub-project/datahub/pull/10965
- @samblackk made their first contribution in https://github.com/datahub-project/datahub/pull/11029
- @steffengr made their first contribution in https://github.com/datahub-project/datahub/pull/10981
- @wornjs made their first contribution in https://github.com/datahub-project/datahub/pull/10545
- @lima-renan made their first contribution in https://github.com/datahub-project/datahub/pull/11001
- @xkollar made their first contribution in https://github.com/datahub-project/datahub/pull/10878
- @acrylJonny made their first contribution in https://github.com/datahub-project/datahub/pull/11019
- @AndreasHegerNuritas made their first contribution in https://github.com/datahub-project/datahub/pull/11111
Full Changelog: https://github.com/datahub-project/datahub/compare/v0.13.3...v0.14.0.2
v0.14.0
Released on 2024-08-13 by @RyanHolstien.
Known Issues
Issue with kafka-setup missing a script for new deployments, hotfix will be released shortly
What's Changed
- fix(ingest/unity-catalog) upstream lineage for hive_metastore external table with s3 location by @dushayntAW in https://github.com/datahub-project/datahub/pull/10546
- feat(ingestion/looker): ingest explore tags into the DataHub by @sid-acryl in https://github.com/datahub-project/datahub/pull/10547
- fix(instropection): fix configuration application order by @david-leifker in https://github.com/datahub-project/datahub/pull/10579
- fix(ingest/slack): pull real names by @hsheth2 in https://github.com/datahub-project/datahub/pull/10565
- fix(ingest): Remove env deprecation message by @treff7es in https://github.com/datahub-project/datahub/pull/10581
- test(ingest/sql): refactor CLL generator + add tests by @hsheth2 in https://github.com/datahub-project/datahub/pull/10580
- docs(remote-ingestion): update description and deployment instructions by @darnaut in https://github.com/datahub-project/datahub/pull/10574
- fix(ingest): DataProcessInstance.emit_process_end() ignored start_timestamp_millis by @obaltian in https://github.com/datahub-project/datahub/pull/10539
- fix(ingest/metabase): Fix for query template expressions and invalid URNs for Text Cards by @pulsar256 in https://github.com/datahub-project/datahub/pull/10381
- feat(graphql): Support tagging incidents and assertions via GraphQL API by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10575
- docs(update): updating-datahub by @david-leifker in https://github.com/datahub-project/datahub/pull/10585
- docs: reorder semantics guide to the bottom by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10541
- feat(auth): add viewTests platform privilege by @ksrinath in https://github.com/datahub-project/datahub/pull/10413
- feat(ingestion/SageMaker): Remove deprecated apis and add stateful ingestion capability by @TonyOuyangGit in https://github.com/datahub-project/datahub/pull/10573
- fix(search): fix autocomplete filter by @david-leifker in https://github.com/datahub-project/datahub/pull/10599
- fix(ingest/snowflake): handle column level lineage for dbt temporary tables by @john-claro-cko in https://github.com/datahub-project/datahub/pull/10258
- fix(mae-consumer): fix UpdateIndicesHook ignoring events with forceIndexing property set to true by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10586
- feat(fieldpaths): prevent duplicate field paths by @david-leifker in https://github.com/datahub-project/datahub/pull/10590
- docs: update Town Hall page by @maggiehays in https://github.com/datahub-project/datahub/pull/10588
- fix(search): implement queryByDefault annotation for SearchableRef by @david-leifker in https://github.com/datahub-project/datahub/pull/10603
- fix(ingest/sagemaker): remove unsupported config by @hsheth2 in https://github.com/datahub-project/datahub/pull/10606
- feat(neo4j): combine neo4j statements in addEdge into one statement by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10598
- feat(neo4j): improve neo4j read query performance by specifying labels by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10593
- feat(ingest): fetch connections from the backend by @hsheth2 in https://github.com/datahub-project/datahub/pull/10511
- feat(graphql): custom complexity calculator and separate configurable thread pool for graphQL by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10562
- feat(ingest): enable stateful ingestion safety threshold by @hsheth2 in https://github.com/datahub-project/datahub/pull/10516
- fix(ingest/spark): Bumping OpenLineage version to 0.14.0 by @treff7es in https://github.com/datahub-project/datahub/pull/10559
- fix(ingest/dbt): only generate one subtype by @hsheth2 in https://github.com/datahub-project/datahub/pull/10615
- fix(ingest/snowflake): make test connection logs less noisy by @hsheth2 in https://github.com/datahub-project/datahub/pull/10587
- fix(ingest): move status aspect fixer logic by @hsheth2 in https://github.com/datahub-project/datahub/pull/10591
- feat(data quality): update models, add assertions cli with snowflake integration by @mayurinehate in https://github.com/datahub-project/datahub/pull/10602
- fix(gms/autosuggestion): autosuggestion query not returning the result if the query text has a prefix or suffix '-' on the search field by @siladitya2 in https://github.com/datahub-project/datahub/pull/10512
- feat(consumers): mce-consumer throttling based on mae-consumer lag by @david-leifker in https://github.com/datahub-project/datahub/pull/10626
- Add support for runAssertion, runAssertions, and runAssertionsForAsset APIs by @noggi in https://github.com/datahub-project/datahub/pull/10605
- feat(graphql) data contract resolvers for graphql by @jayacryl in https://github.com/datahub-project/datahub/pull/10618
- Revert "feat(graphql) data contract resolvers for graphql" by @jayacryl in https://github.com/datahub-project/datahub/pull/10631
- fix(views): Add relationship annotation to GlobalViewsSettings urn by @pedro93 in https://github.com/datahub-project/datahub/pull/10597
- feat(cli) Delete form references when using delete CLI by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10629
- feat(ingest/looker): add ownership info to independent looks by @k7ragav in https://github.com/datahub-project/datahub/pull/10624
- log(custom-plugins): add additional logging for spring plugins by @david-leifker in https://github.com/datahub-project/datahub/pull/10627
- refactor(ui/glossary): Clean up term deletion by @asikowitz in https://github.com/datahub-project/datahub/pull/10589
- fix(views): handle unknown view when resolving a view to a filter by @darnaut in https://github.com/datahub-project/datahub/pull/10640
- feat(lineage): change query structure for explored hop limit by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10607
- feat(ingest): measure sink bottlenecking by @hsheth2 in https://github.com/datahub-project/datahub/pull/10628
- fix(ingest/iceberg): update iceberg source to support newer versions of pyiceberg at runtime by @cccs-eric in https://github.com/datahub-project/datahub/pull/10614
- feat(ingest/redshift): Adding way to filter s3 paths in Redshift Source by @treff7es in https://github.com/datahub-project/datahub/pull/10622
- feat(businessAttribute): parallelize-business-attribute-propagation by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10638
- docs(ingest): remove trailing comma on athena permission by @nephtyws in https://github.com/datahub-project/datahub/pull/10634
- doc(roles): update privileges by @ksrinath in https://github.com/datahub-project/datahub/pull/10528
- docs(subscriptions): adding docs for assertion level subscriptions on managed DH by @jayacryl in https://github.com/datahub-project/datahub/pull/10495
- feat(ingest): add fast query fingerprinting by @hsheth2 in https://github.com/datahub-project/datahub/pull/10619
- fix(ingestion/airflow-plugin): updated the document for developers by @dushayntAW in https://github.com/datahub-project/datahub/pull/10633
- fix(ingest/trino): variable reference before define by @anshbansal in https://github.com/datahub-project/datahub/pull/10646
- feat(entity-client): restli batchGetV2 batchSize fix and concurrency by @david-leifker in https://github.com/datahub-project/datahub/pull/10630
- docs(): Adding API docs for incidents, operations, and assertions by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10522
- feat(ci): fix conditionals and consolidate change detection by @david-leifker in https://github.com/datahub-project/datahub/pull/10649
- fix(ingest/snowflake): avoid overfetching schemas from datahub by @hsheth2 in https://github.com/datahub-project/datahub/pull/10527
- docs: add note for subResourceType being a fieldPath by @anshbansal in https://github.com/datahub-project/datahub/pull/10660
- fix(ingest/qlik): improve logging for debug by @anshbansal in https://github.com/datahub-project/datahub/pull/10659
- fix(doc): Fix doc typo in transformer by @sid-acryl in https://github.com/datahub-project/datahub/pull/10658
- feat(graphql) data contract resolvers by @jayacryl in https://github.com/datahub-project/datahub/pull/10632
- fix(openapiv3): v3 scroll response fix by @david-leifker in https://github.com/datahub-project/datahub/pull/10654
- Use type: string for enum schemas by @kevin1chun in https://github.com/datahub-project/datahub/pull/10663
- fix(ingestion/airflow-plugin): airflow remove old tasks by @dushayntAW in https://github.com/datahub-project/datahub/pull/10485
- feat(platform): added db2 platform by @pankajmahato-visa in https://github.com/datahub-project/datahub/pull/10601
- feat(ingestion/kafka)-Add support for ingesting schemas from schema registry by @aabharti-visa in https://github.com/datahub-project/datahub/pull/10612
- fix(azure_ad): print request URL on error by @darnaut in https://github.com/datahub-project/datahub/pull/10677
- docs(ingest): Rename csv / s3 / file source and sink by @asikowitz in https://github.com/datahub-project/datahub/pull/10675
- feat(ingest/glue): database parameters extraction by @skrydal in https://github.com/datahub-project/datahub/pull/10665
- fix(azure_ad): fix infinite loop on request error by @darnaut in https://github.com/datahub-project/datahub/pull/10679
- perf(ingestion/fivetran): Connector performance optimization by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10556
- feat(ingest): make query formatting more robust by @hsheth2 in https://github.com/datahub-project/datahub/pull/10678
- feat(cli) Add actors to forms yaml API by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10683
- doc(glossary): add note for github action for glossary by @anshbansal in https://github.com/datahub-project/datahub/pull/10687
- feat(cli/data product): add support for institutional memory by @anshbansal in https://github.com/datahub-project/datahub/pull/10686
- docs(cli/dataset): add dataset CLI get and upsert examples by @anshbansal in https://github.com/datahub-project/datahub/pull/10688
- feat(ingest/airflow): fix materialize_iolets bug by @hsheth2 in https://github.com/datahub-project/datahub/pull/10613
- feat(ingest/dbt): include package_name in dbt custom props by @hsheth2 in https://github.com/datahub-project/datahub/pull/10652
- feat(ingest): add snowflake-summary source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10642
- feat(ui): Display 'View in Gitlab' if externalUrl is a link to Gitlab by @k7ragav in https://github.com/datahub-project/datahub/pull/10668
- feat(ingest/cli): optionally show server config by @anshbansal in https://github.com/datahub-project/datahub/pull/10676
- fix(docs): structured properties openapi guide by @david-leifker in https://github.com/datahub-project/datahub/pull/10671
- docs(): Announcing DataHub Open Assertions Specification by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10609
- fix(metadata-models) bridge gaps between graphql and pegasus models by @jayacryl in https://github.com/datahub-project/datahub/pull/10692
- Aspect refs inside entity schema are nullable by @kevin1chun in https://github.com/datahub-project/datahub/pull/10695
- feat(properties) Support custom properties on all entities with profile page by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10680
- fix: APPT-43 | Lineage Edit: Modal Autocomplete by @sumitappt in https://github.com/datahub-project/datahub/pull/10569
- chore(ui/ingest): improve description of executor ID by @darnaut in https://github.com/datahub-project/datahub/pull/10698
- fix(ingest/fivetran): fix fivetran bigquery support by @hsheth2 in https://github.com/datahub-project/datahub/pull/10693
- fix(ingest): fix redshift query urns + reduce memory usage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10691
- fix(operations): fix authorizer on operations controller by @david-leifker in https://github.com/datahub-project/datahub/pull/10701
- fix(graphql): fix plugin collection by @david-leifker in https://github.com/datahub-project/datahub/pull/10696
- fix(ingest/bigquery): Map BigQuery policy tags to datahub column-level tags by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10669
- fix(ingest/kafka-connect): Add lineage extraction for BigQuery Sink Connector in Kafka Connect source by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10647
- fix(search): fixes issue where exact match exclusive flag broke quoted structured search by @nmbryant in https://github.com/datahub-project/datahub/pull/10690
- feat(openapi): openapi v3 updates by @david-leifker in https://github.com/datahub-project/datahub/pull/10710
- fix(ingestion/sigma): Fix multiple requests http errors by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10616
- docs(ingest): Add Oracle prerequisites by @darnaut in https://github.com/datahub-project/datahub/pull/10712
- feat(gms): add ingestProposalBatch endpoint by @hsheth2 in https://github.com/datahub-project/datahub/pull/10706
- feat(ingest/snowflake): refactor + parallel schema extraction by @hsheth2 in https://github.com/datahub-project/datahub/pull/10653
- Expose get_entities_v2 endpoint in python client by @noggi in https://github.com/datahub-project/datahub/pull/10694
- fix(docs): formatting of transformers code blocks by @walter9388 in https://github.com/datahub-project/datahub/pull/10670
- feat(ingest/vertica): use 3 part naming by @Rajasekhar-Vuppala in https://github.com/datahub-project/datahub/pull/10636
- feat(ingest): log http request retries by @hsheth2 in https://github.com/datahub-project/datahub/pull/10715
- fix(ingestion/bigquery): user exceeded quota for concurrent project.lists requests by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10578
- fix(ingest): fix dagster plugin release process by @hsheth2 in https://github.com/datahub-project/datahub/pull/10713
- docs: add customer stories page by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10600
- feat(ingest/bigquery): Support for View Labels by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10648
- feat(observe) expose assertion runId and lastObservedMillis to graphql by @jayacryl in https://github.com/datahub-project/datahub/pull/10726
- fix(ingest): pin numpy<2 for classification by @hsheth2 in https://github.com/datahub-project/datahub/pull/10725
- feat(ingest/bigquery): support using table read permission without profiling by @hsheth2 in https://github.com/datahub-project/datahub/pull/10699
- fix(ingest/looker): fix looker browse paths v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/10700
- feat(strucutred-properties): structured properties delete and schema change support by @david-leifker in https://github.com/datahub-project/datahub/pull/10711
- feat(ingest/snowflake): support more than 10k views in a db by @hsheth2 in https://github.com/datahub-project/datahub/pull/10718
- feat(cli): Make ingest deploy create recipe with urn if not exists by @pedro93 in https://github.com/datahub-project/datahub/pull/10724
- fix(ingestion/airflow-plugin): fixed the failing pipeline by @dushayntAW in https://github.com/datahub-project/datahub/pull/10737
- chore(security): updates for security vulnerabilities by @david-leifker in https://github.com/datahub-project/datahub/pull/10740
- fix(ingest/dbt): support emitting only model performance by @hsheth2 in https://github.com/datahub-project/datahub/pull/10714
- config(header): increase header size to 32k by @david-leifker in https://github.com/datahub-project/datahub/pull/10743
- chore(security): bump jetty version by @darnaut in https://github.com/datahub-project/datahub/pull/10744
- feat(ingest/snowflake): log queries at info level by @hsheth2 in https://github.com/datahub-project/datahub/pull/10745
- feat: allow task ownership as group by @fjmacagno in https://github.com/datahub-project/datahub/pull/10742
- fix(ingest/logging): fix excessive ingestion logging by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10735
- docs(notifications): add personal notifications docs by @eboneil in https://github.com/datahub-project/datahub/pull/10730
- feat(ci): update base requirements file by @anshbansal in https://github.com/datahub-project/datahub/pull/10747
- feat(ui/data-contract): Data contract UI under Validation Tab by @amit-apptware in https://github.com/datahub-project/datahub/pull/10625
- fix(ingestion/airflow-plugin): emit browsePathV2 by @dushayntAW in https://github.com/datahub-project/datahub/pull/10738
- fix(ingest/tableau): warn with better error message by @anshbansal in https://github.com/datahub-project/datahub/pull/10749
- fix(mae-consumer-job): add PE processor to component scan by @pankajmahato-visa in https://github.com/datahub-project/datahub/pull/10751
- chore(alpine): update alpine base image by @david-leifker in https://github.com/datahub-project/datahub/pull/10754
- fix(bigquery): use get() instead of hassattr for view labels by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10756
- ci(ui): Add prettier to CI by @asikowitz in https://github.com/datahub-project/datahub/pull/10741
- feat(spark): Adding OpenLineage symlink support to Spark lineage by @treff7es in https://github.com/datahub-project/datahub/pull/10637
- fix(ingest/iceberg): add support for nested dictionaries when configuring pyiceberg by @cccs-eric in https://github.com/datahub-project/datahub/pull/10762
- fix(media-type): fix proxy media-type and openapi patch endpoint by @david-leifker in https://github.com/datahub-project/datahub/pull/10763
- test(mae-consumer): test for injection of pe-consumer by @david-leifker in https://github.com/datahub-project/datahub/pull/10755
- fix(spark):Add option to disable symlink resolution by @treff7es in https://github.com/datahub-project/datahub/pull/10767
- feat(openapi): restore Timeline OpenAPIv1 and deprecations by @david-leifker in https://github.com/datahub-project/datahub/pull/10768
- feat(web-react): adds the possibility to track events through GA4 by @PatrickfBraz in https://github.com/datahub-project/datahub/pull/8231
- docs: merge cli guide by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10464
- feat(data quality): custom assertions models, graphql, sdk by @mayurinehate in https://github.com/datahub-project/datahub/pull/10761
- chore(lint): spotless apply by @david-leifker in https://github.com/datahub-project/datahub/pull/10779
- feat(protobuf): disable binary protoc custom properties by @david-leifker in https://github.com/datahub-project/datahub/pull/10778
- feat(docs): Adding docs for custom assertion reporting APIs (WIP) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10656
- feat(schema-registry): enable config endpoint internal schema registry by @david-leifker in https://github.com/datahub-project/datahub/pull/10776
- fix(ingest): use more aggressive errors with sqlglot by @hsheth2 in https://github.com/datahub-project/datahub/pull/10769
- feat(ingest/snowflake): performance improvements by @hsheth2 in https://github.com/datahub-project/datahub/pull/10746
- feat(ingest): add async batch mode to the rest sink by @hsheth2 in https://github.com/datahub-project/datahub/pull/10733
- feat(search): adjust search config by @david-leifker in https://github.com/datahub-project/datahub/pull/10774
- fix(ui/entityProfile/dataset): Show view definition tab if viewProperties.logic defined by @asikowitz in https://github.com/datahub-project/datahub/pull/10777
- fix(ingest/snowflake): fix column batcher by @hsheth2 in https://github.com/datahub-project/datahub/pull/10781
- docs(acryl cloud): release 0.3.3 by @anshbansal in https://github.com/datahub-project/datahub/pull/10772
- build(deps-dev): bump vite from 4.5.2 to 4.5.3 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/10199
- docs(champions): update champions entry by @bossenti in https://github.com/datahub-project/datahub/pull/10721
- feat(ingest): bump sqlglot by @hsheth2 in https://github.com/datahub-project/datahub/pull/10770
- fix(ui/data-contract): fix freshness & schema assertion is not working by @amit-apptware in https://github.com/datahub-project/datahub/pull/10795
- refactor(tags): Use TagUrn class when generating urn by @eboneil in https://github.com/datahub-project/datahub/pull/10786
- fix(ingest/looker): prevent bad input fields by @hsheth2 in https://github.com/datahub-project/datahub/pull/10785
- fix(ingest): add status aspect to dataProcessInstance by @hsheth2 in https://github.com/datahub-project/datahub/pull/10757
- fix(ingest/pipeline): catch pipeline exceptions by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10753
- chore(gradle): remove httpclient 4 references by @david-leifker in https://github.com/datahub-project/datahub/pull/10787
- feat(structuredproperties): aggregration fix & docs by @david-leifker in https://github.com/datahub-project/datahub/pull/10780
- feat(ingest): set pipeline name in system metadata by @hsheth2 in https://github.com/datahub-project/datahub/pull/10190
- fix(ingest/snowflake): add limits on tables/columns/queries in lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10804
- fix(airflow): fix airflow snowflake tests by @hsheth2 in https://github.com/datahub-project/datahub/pull/10803
- feat(custom-plugins): improve plugin factory merge by @david-leifker in https://github.com/datahub-project/datahub/pull/10796
- fix(ingest/snowflake): fix error case in column lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/10808
- build(deps): bump braces from 3.0.2 to 3.0.3 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/10681
- feat(ui): display chart query if it exists by @ngamanda in https://github.com/datahub-project/datahub/pull/10672
- docs: update api overview by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10543
- refactor(web-react): add encoder to support non-ASCII characters csv download by @PeamThom in https://github.com/datahub-project/datahub/pull/10496
- fix(docs) adding dataset column tags docs by @eboneil in https://github.com/datahub-project/datahub/pull/10479
- build(deps): bump ejs from 3.1.9 to 3.1.10 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/10417
- fix(metadata-service): consider missing entities in form assignment hook by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10392
- feat(ingest/powerbi): powerbi dataset profiling by @looppi in https://github.com/datahub-project/datahub/pull/9355
- fix(ui): show external url also in entity profile of containers by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10390
- fix(ERModelRelationship) UUID should mimic datahub_guid.py by @rtekal in https://github.com/datahub-project/datahub/pull/10355
- chore(vulnerability): Inefficient Regular Expression - Potential high time complexity leading to ReDoS by @Sukeerthi31 in https://github.com/datahub-project/datahub/pull/10315
- chore(vulnerability): Bumped up reactour version to address high vulnerability by @pinakipb2 in https://github.com/datahub-project/datahub/pull/10218
- build(deps): bump express from 4.18.2 to 4.19.2 in /docs-website by @dependabot in https://github.com/datahub-project/datahub/pull/10128
- feat(backend): Add new PDL entities + models for persona capture by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/9637
- feat(logging): unified request logging (graphql, openapi, restli) by @david-leifker in https://github.com/datahub-project/datahub/pull/10802
- docs: hivePlatformAlias is different by @ssilb4 in https://github.com/datahub-project/datahub/pull/10765
- fix(ingestion): ingest emails as empty if no ldap attribute by @tkdrahn in https://github.com/datahub-project/datahub/pull/9433
- fix(patch): consider escaped characters when applying JSON patches by @ipolding-cais in https://github.com/datahub-project/datahub/pull/10717
- fix(plugin): include ancestors when loading Spring custom plugin by @david-leifker in https://github.com/datahub-project/datahub/pull/10809
- feat(docker/quickstart): Adding in support for overriding the conflue… by @brbrown25 in https://github.com/datahub-project/datahub/pull/10533
- feat(ui): Add support for structured reporting of warnings and failures in the UI ingestion flow (ingest uplift 2/2) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10790
- docs(classification): correct the casing for full name infotype by @mayurinehate in https://github.com/datahub-project/datahub/pull/10782
- feat(ingest): add and use file system abstraction in file source by @simaov in https://github.com/datahub-project/datahub/pull/8415
- feat(ingest/lookml): ingest field tags by @sid-acryl in https://github.com/datahub-project/datahub/pull/10792
- fix(assertions): minor changes in custom assertion api by @mayurinehate in https://github.com/datahub-project/datahub/pull/10794
- build(jar): add datahub-custom-plugin-lib to jar workflow by @david-leifker in https://github.com/datahub-project/datahub/pull/10812
- feat(SDK) Add FormPatchBuilder in python sdk and provide sample CRUD files by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10821
- docs(ingest): add business glossary examples by @eboneil in https://github.com/datahub-project/datahub/pull/9851
- feat(forms) Handle deleting forms references when hard deleting forms by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10820
- refactor(ui): Misc improvements to the setup ingestion flow (ingest uplift 1/2) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10764
- fix(ingestion/airflow-plugin): pipeline tasks discoverable in search by @dushayntAW in https://github.com/datahub-project/datahub/pull/10819
- feat(ingest/transformer): tags to terms transformer by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10758
- fix(ingestion/unity-catalog): fixed issue with profiling with GE turned on by @dushayntAW in https://github.com/datahub-project/datahub/pull/10752
- feat(forms) Add java SDK for form entity PATCH + CRUD examples by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10822
- feat(SDK) Add java SDK for structuredProperty entity PATCH + CRUD examples by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10823
- feat(SDK) Add StructuredPropertyPatchBuilder in python sdk and provide sample CRUD files by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10824
- feat(forms) Add CRUD endpoints to GraphQL for Form entities by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10825
- add flag for includeSoftDeleted in scroll entities API by @kevin1chun in https://github.com/datahub-project/datahub/pull/10831
- feat(deprecation) Return actor entity with deprecation aspect by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10832
- feat(structuredProperties) Add CRUD graphql APIs for structured property entities by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10826
- add scroll parameters to openapi v3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10833
- fix(ingest): correct profile_day_of_week implementation by @jordanjeremy in https://github.com/datahub-project/datahub/pull/10818
- feat(ingest/glue): allow ingestion of empty databases from Glue by @skrydal in https://github.com/datahub-project/datahub/pull/10666
- feat(cli): add more details to get cli by @anshbansal in https://github.com/datahub-project/datahub/pull/10815
- fix(ingestion/glue): ensure date formatting works on all platforms for aws glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10836
- fix(ingestion): fix datajob patcher by @david-leifker in https://github.com/datahub-project/datahub/pull/10827
- fix(smoke-test): add suffix in temp file creation by @sid-acryl in https://github.com/datahub-project/datahub/pull/10841
- feat(ingest/glue): add helper method to permit user or group ownership by @aviv-julienjehannet in https://github.com/datahub-project/datahub/pull/10784
- Show data platform instances in policy modal if they are set on the policy by @githendrik in https://github.com/datahub-project/datahub/pull/10645
- docs(patch): add patch documentation for how implementation works by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10010
- fix(jar): add missing custom-plugin-jar task by @david-leifker in https://github.com/datahub-project/datahub/pull/10847
- fix: also check exceptions/stack trace when filtering log messages by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10391
- Update posts.md by @chardaway in https://github.com/datahub-project/datahub/pull/9893
- chore(ingest): update acryl-datahub-classify version by @cburroughs in https://github.com/datahub-project/datahub/pull/10844
- refactor(ingest): Refactor structured logging to support infos, warnings, and failures structured reporting to UI by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10828
- fix(restli): log aspect-not-found as a warning rather than as an error by @ksrinath in https://github.com/datahub-project/datahub/pull/10834
- fix(ingest/nifi): remove duplicate upstream jobs by @mayurinehate in https://github.com/datahub-project/datahub/pull/10849
- fix(smoke-test): test access to create/revoke personal access tokens by @ksrinath in https://github.com/datahub-project/datahub/pull/10848
- fix(smoke-test): missing test for move domain by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/10837
- ci: update usernames to not considered for community by @anshbansal in https://github.com/datahub-project/datahub/pull/10851
- env: change defaults for data contract visibility by @shirshanka in https://github.com/datahub-project/datahub/pull/10854
- fix(ingest/tableau): quote special characters in external URL by @ipolding-cais in https://github.com/datahub-project/datahub/pull/10842
- fix/ added click to perticular result and delay to element visibility by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/10861
- ci(ingest): pin dask dependency for feast by @mayurinehate in https://github.com/datahub-project/datahub/pull/10865
- fix(ingestion/lookml): liquid template resolution and view-to-view cll by @sid-acryl in https://github.com/datahub-project/datahub/pull/10542
- feat(ingest/audit): add client id and version in system metadata props by @anshbansal in https://github.com/datahub-project/datahub/pull/10829
- chore(ingest): Mypy 1.10.1 pin by @treff7es in https://github.com/datahub-project/datahub/pull/10867
- docs: use acryl-datahub-actions as expected python package to install by @aviv-julienjehannet in https://github.com/datahub-project/datahub/pull/10852
- docs: add new js snippet by @hsheth2 in https://github.com/datahub-project/datahub/pull/10846
- refactor(ingestion): remove company domain for security reason by @shubhamjagtap639 in https://github.com/datahub-project/datahub/pull/10839
- fix(ingestion/spark): Platform instance and column level lineage fix by @treff7es in https://github.com/datahub-project/datahub/pull/10843
- feat(ingestion/tableau): optionally ingest multiple sites and create site containers by @haeniya in https://github.com/datahub-project/datahub/pull/10498
- fix(ingestion/looker): Add sqlglot dependency and remove unused sqlparser by @sid-acryl in https://github.com/datahub-project/datahub/pull/10874
- fix(manage-tokens): fix manage access token policy by @david-leifker in https://github.com/datahub-project/datahub/pull/10853
- Batch get entity endpoints by @kevin1chun in https://github.com/datahub-project/datahub/pull/10880
- feat(system): support conditional write semantics by @david-leifker in https://github.com/datahub-project/datahub/pull/10868
- fix(build): upgrade vercel builds to Node 20.x by @hsheth2 in https://github.com/datahub-project/datahub/pull/10890
- feat(ingest/lookml): shallow clone repos by @hsheth2 in https://github.com/datahub-project/datahub/pull/10888
- fix(ingest/looker): add missing dependency by @hsheth2 in https://github.com/datahub-project/datahub/pull/10876
- fix(ingest): only populate audit stamps where accurate by @hsheth2 in https://github.com/datahub-project/datahub/pull/10604
- fix(ingest/dbt): always encode tag urns by @hsheth2 in https://github.com/datahub-project/datahub/pull/10799
- fix(ingest/redshift): handle multiline alter table commands by @hsheth2 in https://github.com/datahub-project/datahub/pull/10727
- fix(ingestion/looker): column name missing in explore by @sid-acryl in https://github.com/datahub-project/datahub/pull/10892
- fix(lineage) Fix lineage source/dest filtering with explored per hop limit by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10879
- feat(conditional-writes): misc updates and fixes by @david-leifker in https://github.com/datahub-project/datahub/pull/10901
- feat(ci): update outdated action by @anshbansal in https://github.com/datahub-project/datahub/pull/10899
- feat(rest-emitter): adding async flag to rest emitter by @gabe-lyons in https://github.com/datahub-project/datahub/pull/10902
- feat(ingest): add snowflake-queries source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10835
- fix(ingest): improve
auto_materialize_referenced_tags_terms
error handling by @hsheth2 in https://github.com/datahub-project/datahub/pull/10906 - docs: add new company to adoption list by @shtephlee in https://github.com/datahub-project/datahub/pull/10909
- refactor(redshift): Improve redshift error handling with new structured reporting system by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10870
- feat(ui) Finalize support for all entity types on forms by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10915
- Index ExecutionRequestResults status field by @noggi in https://github.com/datahub-project/datahub/pull/10811
- feat(ingest): grafana connector by @anshbansal in https://github.com/datahub-project/datahub/pull/10891
- fix(gms) Add Form entity type to EntityTypeMapper by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10916
- feat(dataset): add support for external url in Dataset by @dragontail in https://github.com/datahub-project/datahub/pull/10877
- docs(saas-overview) added missing features to observe section by @jayacryl in https://github.com/datahub-project/datahub/pull/10913
- fix(ingest/spark): Fixing Micrometer warning by @treff7es in https://github.com/datahub-project/datahub/pull/10882
- fix(structured properties): allow application of structured properties without schema file by @gabe-lyons in https://github.com/datahub-project/datahub/pull/10918
- fix(data-contracts-web) handle other schedule types by @jayacryl in https://github.com/datahub-project/datahub/pull/10919
- fix(ingestion/tableau): human-readable message for PERMISSIONS_MODE_SWITCHED error by @sid-acryl in https://github.com/datahub-project/datahub/pull/10866
- feat(ingest/snowflake): Add feature flag for view defintions by @ethan-cartwright in https://github.com/datahub-project/datahub/pull/10914
- feat(ingest/BigQuery): refactor+parallelize dataset metadata extraction by @mayurinehate in https://github.com/datahub-project/datahub/pull/10884
- fix(airflow): add error handling around render_template() by @hsheth2 in https://github.com/datahub-project/datahub/pull/10907
- feat(ingestion/sqlglot): add optional
default_dialect
parameter to sqlglot lineage by @nadavgross in https://github.com/datahub-project/datahub/pull/10830 - feat(mcp-mutator): new mcp mutator plugin by @david-leifker in https://github.com/datahub-project/datahub/pull/10904
- fix(ingest/bigquery): changes helper function to decode unicode scape sequences by @PatrickfBraz in https://github.com/datahub-project/datahub/pull/10845
- feat(ingest/postgres): fetch table sizes for profile by @pie1nthesky in https://github.com/datahub-project/datahub/pull/10864
- feat(ingest/abs): Adding azure blob storage ingestion source by @joelmataKPN in https://github.com/datahub-project/datahub/pull/10813
- fix(ingest/redshift): reduce severity of SQL parsing issues by @hsheth2 in https://github.com/datahub-project/datahub/pull/10924
- fix(build): fix lint fix web react by @anshbansal in https://github.com/datahub-project/datahub/pull/10896
- fix(ingest/bigquery): handle quota exceeded for project.list requests by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10912
- feat(ingest): report extractor failures more loudly by @hsheth2 in https://github.com/datahub-project/datahub/pull/10908
- feat(ingest/snowflake): integrate snowflake-queries into main source by @hsheth2 in https://github.com/datahub-project/datahub/pull/10905
- fix(ingest): fix docs build by @hsheth2 in https://github.com/datahub-project/datahub/pull/10926
- fix(ingest/snowflake): fix test connection by @hsheth2 in https://github.com/datahub-project/datahub/pull/10927
- fix(ingest/lookml): add view load failures to cache by @hsheth2 in https://github.com/datahub-project/datahub/pull/10923
- docs(slack) overhauled setup instructions and screenshots by @jayacryl in https://github.com/datahub-project/datahub/pull/10922
- fix(airflow): Add comma parsing of owners to DataJobs by @eboneil in https://github.com/datahub-project/datahub/pull/10903
- fix(entityservice): fix merging sideeffects by @david-leifker in https://github.com/datahub-project/datahub/pull/10937
- feat(ingest): Support System Ingestion Sources, Show and hide system ingestion sources with Command-S by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10938
- chore() Set a default lineage filtering end time on backend when a start time is present by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10925
- Added relationships APIs to V3. Added these generic APIs to V3 swagger doc. by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/10939
- docs: add learning center to docs by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10921
- doc: Update hubspot form id by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10943
- chore(airflow): add python 3.11 w/ Airflow 2.9 to CI by @hsheth2 in https://github.com/datahub-project/datahub/pull/10941
- fix(Ingestor/Glue): Implement column upstream lineage between S3 and Glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10895
- fix(ingest/abs): Splitting abs utils into multiple files to not include abs specific includes which broke path_spec includes by @treff7es in https://github.com/datahub-project/datahub/pull/10945
- fix(ingestion/looker): fix doc for sql parsing documentation by @sid-acryl in https://github.com/datahub-project/datahub/pull/10883
- fix(ingest/bigquery): Adding missing BigQuery types by @treff7es in https://github.com/datahub-project/datahub/pull/10950
- fix(ingest/setup): Fix for feast and abs source setup by @treff7es in https://github.com/datahub-project/datahub/pull/10951
- fix(connections) Harden adding /gms to connections in backend by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10942
- feat(siblings) Add flag to prevent combining siblings in the UI by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10952
- fix(docs): make graphql doc gen more automated by @hsheth2 in https://github.com/datahub-project/datahub/pull/10953
- feat(ingest/athena): Add option for Athena partitioned profiling by @treff7es in https://github.com/datahub-project/datahub/pull/10723
- fix(spark-lineage): default timeout for future responses by @deepgarg-visa in https://github.com/datahub-project/datahub/pull/10947
- feat(datajob/flow): add environment filter using info aspects by @anshbansal in https://github.com/datahub-project/datahub/pull/10814
- fix(ui/ingest): ingest tab should show with manage ingestion privilege by @anshbansal in https://github.com/datahub-project/datahub/pull/10483
- feat(ingest/looker): include dashboard urns in browse v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/10955
- add a structured type to batchGet in OpenAPI V3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10956
- fix(ui) Fix scroll on the domain sidebar to show all domains by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10966
- fix: resolve incorrect variable assignment for SageMaker API call by @TristanHeisler in https://github.com/datahub-project/datahub/pull/10965
- fix(airflow/build): Pinning mypy by @treff7es in https://github.com/datahub-project/datahub/pull/10972
- Fixed a bug where the OpenAPI V3 spec was incorrect. The bug was introduced in https://github.com/datahub-project/datahub/pull/10939. by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/10974
- fix(ingest/test): Fix for mssql integration tests by @treff7es in https://github.com/datahub-project/datahub/pull/10978
- fix(entity-service) exist check correctly extracts status by @jayacryl in https://github.com/datahub-project/datahub/pull/10973
- fix(structuredProps) Fix casing bug in StructuredPropertiesValidator by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/10982
- bugfix: use anyOf instead of allOf when creating references in openapi v3 spec by @kevin1chun in https://github.com/datahub-project/datahub/pull/10986
- fix(ui): Remove ant less imports by @asikowitz in https://github.com/datahub-project/datahub/pull/10988
- feat(ingest/graph): Add get_results_by_filter to DataHubGraph by @asikowitz in https://github.com/datahub-project/datahub/pull/10987
- feat(ingest/cli): init does not actually support environment variables by @darnaut in https://github.com/datahub-project/datahub/pull/10989
- fix(ingest/graph): Update get_results_by_filter graphql query by @asikowitz in https://github.com/datahub-project/datahub/pull/10991
- feat(ingest/spark): Promote beta plugin by @treff7es in https://github.com/datahub-project/datahub/pull/10881
- feat(ingest): support domains in meta -> "datahub" section by @hsheth2 in https://github.com/datahub-project/datahub/pull/10967
- feat(ingest): add
check server-config
command by @hsheth2 in https://github.com/datahub-project/datahub/pull/10990 - feat(cli): Make consistent use of DataHubGraphClientConfig by @pedro93 in https://github.com/datahub-project/datahub/pull/10466
- fix(ingest/s3): Fixing container creation when there is no folder in path by @treff7es in https://github.com/datahub-project/datahub/pull/10993
- fix(ingest/looker): support platform instance for dashboards & charts by @sid-acryl in https://github.com/datahub-project/datahub/pull/10771
- feat(ingest/bigquery): improve handling of information schema in sql parser by @hsheth2 in https://github.com/datahub-project/datahub/pull/10985
- feat(ingest): improve
ingest deploy
command by @hsheth2 in https://github.com/datahub-project/datahub/pull/10944 - fix(backend): allow excluding soft-deleted entities in relationship-queries; exclude soft-deleted members of groups by @ksrinath in https://github.com/datahub-project/datahub/pull/10920
- fix(ingest/looker): downgrade missing chart type log level by @hsheth2 in https://github.com/datahub-project/datahub/pull/10996
- doc(acryl-cloud): release docs for 0.3.4.x by @anshbansal in https://github.com/datahub-project/datahub/pull/10984
- fix(protobuf/build): Fix protobuf check jar script by @treff7es in https://github.com/datahub-project/datahub/pull/11006
- fix(ui/ingest): Support invalid cron jobs by @asikowitz in https://github.com/datahub-project/datahub/pull/10998
- fix(ingest): fix graph config loading by @hsheth2 in https://github.com/datahub-project/datahub/pull/11002
- feat(docs): Document _DATAHUB_TO_FILE directive by @pedro93 in https://github.com/datahub-project/datahub/pull/10968
- fix(graphql/upsertIngestionSource): Validate cron schedule; parse error in CLI by @asikowitz in https://github.com/datahub-project/datahub/pull/11011
- feat(ece): support custom ownership type urns in ECE generation by @hsheth2 in https://github.com/datahub-project/datahub/pull/10999
- feat(assertion-v2): changed Validation tab to Quality and created new Governance tab by @amit-apptware in https://github.com/datahub-project/datahub/pull/10935
- fix(ingestion/glue): Add support for missing config options for profiling in Glue by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/10858
- feat(propagation): Add models for schema field docs, tags, terms (#2959) by @shirshanka in https://github.com/datahub-project/datahub/pull/11016
- docs: standardize terminology to DataHub Cloud by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11003
- fix(ingestion/transformer): tranformer to replace the externalUrl in container properties by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11013
- docs(slack) troubleshoot docs by @jayacryl in https://github.com/datahub-project/datahub/pull/11014
- feat(propagation): Add graphql API by @shirshanka in https://github.com/datahub-project/datahub/pull/11030
- feat(propagation): Add models for Action feature settings by @samblackk in https://github.com/datahub-project/datahub/pull/11029
- docs(custom properties): Remove duplicate from sidebar by @eboneil in https://github.com/datahub-project/datahub/pull/11033
- feat(models): Introducing Dataset Partitions Aspect by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/10997
- feat(propagation): Add Documentation Propagation Settings by @samblackk in https://github.com/datahub-project/datahub/pull/11038
- fix(models): chart schema fields mapping, add dataHubAction entity, t… by @shirshanka in https://github.com/datahub-project/datahub/pull/11040
- fix(ci): smoke test lint failures by @shirshanka in https://github.com/datahub-project/datahub/pull/11044
- docs: fix learning center color scheme & typo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11043
- feat: add cloud main page by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11017
- feat(restore-indices): add additional step to also clear system metadata service by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10662
- docs: fix typo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11046
- fix(lint): apply spotless by @anshbansal in https://github.com/datahub-project/datahub/pull/11050
- docs(airflow) Example query to get datajobs for a dataflow by @eboneil in https://github.com/datahub-project/datahub/pull/11034
- feat(cli): Add run-id option to put sub-command by @pedro93 in https://github.com/datahub-project/datahub/pull/11023
- fix(ingest): improve sql error reporting calls by @hsheth2 in https://github.com/datahub-project/datahub/pull/11025
- fix(airflow): fix CI setup by @hsheth2 in https://github.com/datahub-project/datahub/pull/11031
- feat(ingest/dbt): add experimental
prefer_sql_parser_lineage
flag by @hsheth2 in https://github.com/datahub-project/datahub/pull/11039 - fix(ingestion/lookml): enable stack-trace in lookml logs by @sid-acryl in https://github.com/datahub-project/datahub/pull/10971
- (chore): Linting fix by @rtekal in https://github.com/datahub-project/datahub/pull/11015
- chore(ci): update deprecated github actions by @anshbansal in https://github.com/datahub-project/datahub/pull/10977
- Fix ALB configuration example by @steffengr in https://github.com/datahub-project/datahub/pull/10981
- chore(ingestion-base): bump base image packages by @david-leifker in https://github.com/datahub-project/datahub/pull/11053
- feat(cli): Trim report of dataHubExecutionRequestResult to max GMS size by @pedro93 in https://github.com/datahub-project/datahub/pull/11051
- fix(ingestion/lookml): emit dummy sql condition for lookml custom condition tag by @sid-acryl in https://github.com/datahub-project/datahub/pull/11008
- fix(ingestion/powerbi): fix issue with broken report lineage by @sid-acryl in https://github.com/datahub-project/datahub/pull/10910
- feat(ingest/tableau): add retry on timeout by @hsheth2 in https://github.com/datahub-project/datahub/pull/10995
- change generate kafka connect properties from env by @wornjs in https://github.com/datahub-project/datahub/pull/10545
- fix(ingest): fix oracle cronjob ingestion by @lima-renan in https://github.com/datahub-project/datahub/pull/11001
- chore(ci): revert update deprecated github actions (#10977) by @david-leifker in https://github.com/datahub-project/datahub/pull/11062
- feat(ingest/dbt-cloud): update metadata_endpoint inference by @hsheth2 in https://github.com/datahub-project/datahub/pull/11041
- build: Reduce size of datahub-frontend-react image by 50-ish% by @xkollar in https://github.com/datahub-project/datahub/pull/10878
- fix(ci): Fix lint issue in datahub_ingestion_run_summary_provider.py by @pedro93 in https://github.com/datahub-project/datahub/pull/11063
- docs(ingest): update developing-a-transformer.md by @acrylJonny in https://github.com/datahub-project/datahub/pull/11019
- feat(search-test): update search tests from #10408 by @david-leifker in https://github.com/datahub-project/datahub/pull/11056
- feat(cli): add aspects parameter to DataHubGraph.get_entity_semityped by @Masterchen09 in https://github.com/datahub-project/datahub/pull/11009
- docs(airflow): update min version for plugin v2 by @hsheth2 in https://github.com/datahub-project/datahub/pull/11065
- doc(ingestion/tableau): doc update for derived permission by @sid-acryl in https://github.com/datahub-project/datahub/pull/11054
- fix(py): remove dep on types-pkg_resources by @hsheth2 in https://github.com/datahub-project/datahub/pull/11076
- feat(ingest/mode): add option to exclude restricted by @anshbansal in https://github.com/datahub-project/datahub/pull/11081
- fix(ingest): set lastObserved in sdk when unset by @hsheth2 in https://github.com/datahub-project/datahub/pull/11071
- doc(ingest): Update capabilities by @treff7es in https://github.com/datahub-project/datahub/pull/11072
- chore(vulnerability): Log Injection by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11090
- chore(vulnerability): Information exposure through a stack trace by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11091
- chore(vulnerability): Comparison of narrow type with wide type in loop condition by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11089
- chore(vulnerability): Insertion of sensitive information into log files by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11088
- chore(vulnerability): Risky Cryptographic Algorithm by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11059
- chore(vulnerability): Overly permissive regex range by @pinakipb2 in https://github.com/datahub-project/datahub/pull/11061
- fix: update customer data by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11075
- fix(models): fixing the datasetPartition models by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11085
- fix(ui): Adding view, forms GraphQL query, remove showing a fallback error message on unhandled GraphQL error by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11084
- feat(docs-site) hiding learn more from cloud page by @jayacryl in https://github.com/datahub-project/datahub/pull/11097
- fix(docs): Add correct usage of orFilters in search API docs by @gabe-lyons in https://github.com/datahub-project/datahub/pull/11082
- fix(ingest/mode): Regexp in mode name matcher didn't allow underscore by @treff7es in https://github.com/datahub-project/datahub/pull/11098
- docs: Refactor customer stories section by @yoonhyejin in https://github.com/datahub-project/datahub/pull/10869
- fix(release): fix full/slim suffix on tag by @david-leifker in https://github.com/datahub-project/datahub/pull/11087
- feat(config): support alternate hashing algorithm for doc id by @pinakipb2 in https://github.com/datahub-project/datahub/pull/10423
- fix(emitter): fix typo in get method of java kafka emitter by @rtekal in https://github.com/datahub-project/datahub/pull/11007
- fix(ingest): use correct native data type in all SQLAlchemy sources by compiling data type using dialect by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10898
- chore: Update contributors list in PR labeler by @skrydal in https://github.com/datahub-project/datahub/pull/11105
- feat(ingest): tweak stale entity removal messaging by @hsheth2 in https://github.com/datahub-project/datahub/pull/11064
- fix(ingestion): enforce lastObserved timestamps in SystemMetadata by @david-leifker in https://github.com/datahub-project/datahub/pull/11104
- fix(ingest/powerbi): fix broken lineage between chart and dataset by @sid-acryl in https://github.com/datahub-project/datahub/pull/11080
- feat(ingest/lookml): CLL support for sql set in sql_table_name attribute of lookml view by @sid-acryl in https://github.com/datahub-project/datahub/pull/11069
- docs: update graphql docs on forms & structured properties by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11100
- test(openAPI v3): search openAPI test has been added by @Kunal-kankriya in https://github.com/datahub-project/datahub/pull/11049
- fix(ingest/tableau): prevent empty site content urls by @hsheth2 in https://github.com/datahub-project/datahub/pull/11057
- feat(entity-client): implement client batch interface by @david-leifker in https://github.com/datahub-project/datahub/pull/11106
- fix(snowflake): avoid reporting warnings/info for sys tables by @hsheth2 in https://github.com/datahub-project/datahub/pull/11114
- fix(ingest): downgrade column type mapping warning to info by @hsheth2 in https://github.com/datahub-project/datahub/pull/11115
- feat(api): add AuditStamp to the V3 API entity/aspect response by @ajoymajumdar in https://github.com/datahub-project/datahub/pull/11118
- fix(ingest/redshift): replace r'\n' with '\n' to avoid token error redshift serverless… by @AndreasHegerNuritas in https://github.com/datahub-project/datahub/pull/11111
- fix(entiy-client): handle null entityUrn case for restli by @david-leifker in https://github.com/datahub-project/datahub/pull/11122
- fix(sql-parser): prevent bad urns from alter table lineage by @hsheth2 in https://github.com/datahub-project/datahub/pull/11092
- fix(ingest/bigquery): use small batch size if use_tables_list_query_v2 is set by @mayurinehate in https://github.com/datahub-project/datahub/pull/11121
- fix(graphql): add missing entities to EntityTypeMapper and EntityTypeUrnMapper by @Masterchen09 in https://github.com/datahub-project/datahub/pull/10366
- Changes to allow editable dataset name by @jayasimhankv in https://github.com/datahub-project/datahub/pull/10608
- fix: remove saxo by @yoonhyejin in https://github.com/datahub-project/datahub/pull/11127
- feat(mcl-processor): Update mcl processor hooks by @david-leifker in https://github.com/datahub-project/datahub/pull/11134
- docs(policies): updates to policies documentation by @david-leifker in https://github.com/datahub-project/datahub/pull/11073
- fix(openapi): fix openapi v2 and v3 docs update by @david-leifker in https://github.com/datahub-project/datahub/pull/11139
- feat(auth): grant type and acr values custom oidc parameters support by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11116
- fix(mutator): mutator hook fixes by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11140
- feat(search): support sorting on multiple fields by @RyanHolstien in https://github.com/datahub-project/datahub/pull/10775
- feat(ingest): various logging improvements by @hsheth2 in https://github.com/datahub-project/datahub/pull/11126
- fix(ingestion/lookml): fix for sql parsing error by @sid-acryl in https://github.com/datahub-project/datahub/pull/11079
- feat(docs-site) cloud page spacing and content polishes by @jayacryl in https://github.com/datahub-project/datahub/pull/11141
- feat(ui) Enable editing structured props on fields by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11042
- feat(tests): add md5 and last computed to testResult model by @RyanHolstien in https://github.com/datahub-project/datahub/pull/11117
- test(openapi): openapi regression smoke tests by @david-leifker in https://github.com/datahub-project/datahub/pull/11143
- fix(airflow): fix tox tests + update docs by @hsheth2 in https://github.com/datahub-project/datahub/pull/11125
New Contributors
- @obaltian made their first contribution in https://github.com/datahub-project/datahub/pull/10539
- @pulsar256 made their first contribution in https://github.com/datahub-project/datahub/pull/10381
- @john-claro-cko made their first contribution in https://github.com/datahub-project/datahub/pull/10258
- @nephtyws made their first contribution in https://github.com/datahub-project/datahub/pull/10634
- @aabharti-visa made their first contribution in https://github.com/datahub-project/datahub/pull/10612
- @pie1nthesky made their first contribution in https://github.com/datahub-project/datahub/pull/10735
- @amit-apptware made their first contribution in https://github.com/datahub-project/datahub/pull/10625
- @PeamThom made their first contribution in https://github.com/datahub-project/datahub/pull/10496
- @tkdrahn made their first contribution in https://github.com/datahub-project/datahub/pull/9433
- @ipolding-cais made their first contribution in https://github.com/datahub-project/datahub/pull/10717
- @brbrown25 made their first contribution in https://github.com/datahub-project/datahub/pull/10533
- @simaov made their first contribution in https://github.com/datahub-project/datahub/pull/8415
- @jordanjeremy made their first contribution in https://github.com/datahub-project/datahub/pull/10818
- @aviv-julienjehannet made their first contribution in https://github.com/datahub-project/datahub/pull/10784
- @chardaway made their first contribution in https://github.com/datahub-project/datahub/pull/9893
- @shtephlee made their first contribution in https://github.com/datahub-project/datahub/pull/10909
- @dragontail made their first contribution in https://github.com/datahub-project/datahub/pull/10877
- @nadavgross made their first contribution in https://github.com/datahub-project/datahub/pull/10830
- @joelmataKPN made their first contribution in https://github.com/datahub-project/datahub/pull/10813
- @TristanHeisler made their first contribution in https://github.com/datahub-project/datahub/pull/10965
- @samblackk made their first contribution in https://github.com/datahub-project/datahub/pull/11029
- @steffengr made their first contribution in https://github.com/datahub-project/datahub/pull/10981
- @wornjs made their first contribution in https://github.com/datahub-project/datahub/pull/10545
- @lima-renan made their first contribution in https://github.com/datahub-project/datahub/pull/11001
- @xkollar made their first contribution in https://github.com/datahub-project/datahub/pull/10878
- @acrylJonny made their first contribution in https://github.com/datahub-project/datahub/pull/11019
- @AndreasHegerNuritas made their first contribution in https://github.com/datahub-project/datahub/pull/11111
Full Changelog: https://github.com/datahub-project/datahub/compare/v0.13.3...v0.14.0
v0.13.3
Released on 2024-05-23 by @david-leifker.
View the release notes for v0.13.3 on GitHub.
v0.13.2
Released on 2024-04-16 by @david-leifker.
View the release notes for v0.13.2 on GitHub.
v0.13.1
Released on 2024-04-02 by @david-leifker.
View the release notes for v0.13.1 on GitHub.
v0.13.0
Released on 2024-02-29 by @RyanHolstien.
View the release notes for v0.13.0 on GitHub.
DataHub v0.12.1
Released on 2023-12-08 by @david-leifker.
View the release notes for DataHub v0.12.1 on GitHub.
v0.12.1rc2
Released on 2023-11-28 by @david-leifker.
View the release notes for v0.12.1rc2 on GitHub.
v0.12.0
Released on 2023-10-25 by @pedro93.
View the release notes for v0.12.0 on GitHub.
v0.11.0
Released on 2023-09-08 by @iprentic.
View the release notes for v0.11.0 on GitHub.
v0.10.5
Released on 2023-08-02 by @david-leifker.
View the release notes for v0.10.5 on GitHub.
v0.10.4
Released on 2023-06-09 by @pedro93.
View the release notes for v0.10.4 on GitHub.
v0.10.3
Released on 2023-05-25 by @iprentic.
View the release notes for v0.10.3 on GitHub.
DataHub v0.10.2
Released on 2023-04-13 by @iprentic.
View the release notes for DataHub v0.10.2 on GitHub.
DataHub v0.10.1
Released on 2023-03-23 by @aditya-radhakrishnan.
View the release notes for DataHub v0.10.1 on GitHub.
DataHub v0.10.0
Released on 2023-02-07 by @david-leifker.
View the release notes for DataHub v0.10.0 on GitHub.
DataHub v0.9.6.1
Released on 2023-01-31 by @david-leifker.
View the release notes for DataHub v0.9.6.1 on GitHub.
DataHub v0.9.6
Released on 2023-01-13 by @maggiehays.
View the release notes for DataHub v0.9.6 on GitHub.
DataHub v0.9.5
Released on 2022-12-23 by @jjoyce0510.
View the release notes for DataHub v0.9.5 on GitHub.
[Known Issues] DataHub v0.9.4
Released on 2022-12-20 by @maggiehays.
View the release notes for [Known Issues] DataHub v0.9.4 on GitHub.
DataHub v0.9.3
Released on 2022-11-30 by @maggiehays.
View the release notes for DataHub v0.9.3 on GitHub.
DataHub v0.9.2
Released on 2022-11-04 by @maggiehays.
View the release notes for DataHub v0.9.2 on GitHub.
DataHub v0.9.1
Released on 2022-10-31 by @maggiehays.
View the release notes for DataHub v0.9.1 on GitHub.
DataHub v0.9.0
Released on 2022-10-11 by @szalai1.
View the release notes for DataHub v0.9.0 on GitHub.
DataHub v0.8.45
Released on 2022-09-23 by @gabe-lyons.
View the release notes for DataHub v0.8.45 on GitHub.
DataHub v0.8.44
Released on 2022-09-01 by @jjoyce0510.
View the release notes for DataHub v0.8.44 on GitHub.
DataHub v0.8.43
Released on 2022-08-09 by @maggiehays.
View the release notes for DataHub v0.8.43 on GitHub.
v0.8.42
Released on 2022-08-03 by @gabe-lyons.
View the release notes for v0.8.42 on GitHub.
v0.8.41
Released on 2022-07-15 by @anshbansal.
View the release notes for v0.8.41 on GitHub.