13200 Commits

Author SHA1 Message Date
Chakru
b0581dfe5a
quickstart Reload improvements (#14982)
Adds two tasks reload and reloadEnv which work with any debug quickstart profile. They automatically detect the running profile to restart the correct set of services based on the running profile. The earlier profile specific tasks DebugReload[Env] are no longer needed (but still present, they now just delegate the call to these new tasks.

This also now handles ReloadEnv correctly for services that support hot-reloading. Some of the python service container names were not consistent across profiles, so this now detects the names based on the prefix as part of the auto-detection of running profile and services.
2025-10-13 21:25:01 +05:30
Chakru
ed4d3680a9
build(actions): optimize docker layer caching for bundled-venvs (#14945) 2025-10-13 21:24:14 +05:30
Aseem Bansal
e4184fe251
fix(api): add validation entity type for policy creation (#14955) 2025-10-13 21:19:19 +05:30
DucNgoQuang
d7b73b615d
refactor(ui) : New great expectation logo (#14983)
Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
2025-10-13 15:37:11 +00:00
v-tarasevich-blitz-brain
c5cdce2c3d
fix(upsertLink): remove log (#14984) 2025-10-13 20:24:35 +05:30
david-leifker
db4a801f9d
fix(ci): only applies to master (#14981) 2025-10-13 09:43:23 -05:00
alplatonov
9fb82a73ad
fix(ingest/deltalake) Deltalake ingestor doesn't delete metadata if the table is deleted. (#14763) 2025-10-13 13:51:17 +00:00
Deepak Garg
82338628b6
fix(smoke-test):cleanup existing token and add wait (#14988) 2025-10-13 17:17:07 +05:30
Pedro Silva
6a167da408
fix(build): Add --copies flag to Python venv creation for better compatibility (#14120) 2025-10-13 12:45:02 +01:00
Aseem Bansal
c20d2eb49e
fix(cli): remove pydantic warning (#14987) 2025-10-13 15:57:01 +05:30
Tamas Nemeth
e8c144362e
fix(ingest/dremio): Dremio sql parsing fix (#14974) 2025-10-13 11:03:19 +02:00
trialiya
b45d606062
fix(authentication): fix PlayCacheSessionStore (#14754)
Co-authored-by: trialiya <trialiya@gmail.com>
Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
2025-10-11 14:29:34 +00:00
david-leifker
ef0b4a71ce
fix(impact): add missing executor pool (#14976) 2025-10-10 18:28:59 -05:00
david-leifker
c5d70914cd
feat(loadIndices): loadIndices upgrade (#14928) 2025-10-10 09:53:42 -05:00
Aseem Bansal
a3fae8d1e2
fix(log): do not consider error if not strict (#14977) 2025-10-10 20:00:34 +05:30
DucNgoQuang
c94ea28140
refactor(policy): Update policy check for get invite token and create invite token (#14941)
Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
2025-10-10 14:25:24 +00:00
Aseem Bansal
7b5680efbc
fix(ingest): serialisation of structured report (#14973) 2025-10-10 19:29:56 +05:30
Túlio Lima
602f40d01d
fix: change deprecated filename key to path in example recipe (#14950)
Co-authored-by: acryl-hyejin <130044278+acryl-hyejin@users.noreply.github.com>
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
2025-10-10 09:26:45 +00:00
Saketh Varma
be7cc44670
fix(ui): Fix overlapping Modals (#14964) 2025-10-10 08:03:24 +05:30
Saketh Varma
06aebfe86f
fix(ui): Proper url encoding in Impact view filters (#14963) 2025-10-10 08:03:01 +05:30
david-leifker
e72f76b536
ci(): metadata-io instance size (#14876) 2025-10-09 18:13:12 -05:00
david-leifker
3d210ae34c
chore(): bump grpc-netty (#14969) 2025-10-09 14:22:45 -05:00
Aseem Bansal
82f1e1d035
doc(smoke test): add some guideline for smoke test (#14967) 2025-10-09 22:50:28 +05:30
dependabot[bot]
26685cba6c
chore(deps): bump tar-fs from 2.1.3 to 2.1.4 in /docs-website (#14875)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 12:12:12 -05:00
Deepak Garg
d98abe877e
fix(smoke-test):cleanup existing token and add wait (#14965) 2025-10-09 19:30:35 +05:30
Gabe Lyons
b23571c16f
Update release notes for v0.3.14.1-acryl (#14958)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2025-10-09 16:57:59 +05:30
Anush Kumar
4803e9e9b6
fix(fivetran/setup): updated fivetran databricks dependencies (#14962) 2025-10-09 08:47:09 +00:00
Sergio Gómez Villamor
cfda03cf6f
docs(snowflake): use_queries_v2 + some minor fixes (#14944) 2025-10-09 08:28:14 +00:00
Anush Kumar
2a4f57791b
bugfix(fivetran/unity): move UnityCatalogConnectionConfig import to avoid circular deps with ge_profiler (#14956) 2025-10-08 23:45:56 -07:00
Anush Kumar
b6ff38d1c3
bugfix(setup): pin pydantic version due to incompatibility with pyiceberg (#14959) 2025-10-08 22:55:31 -07:00
Abe
0a0fcef047
fix(protobuf): skip MESSAGE-type options in PropertyVisitor (#14957)
DataHub protobuf metadata type annotations only apply to primitive extension types, not MESSAGE types (see https://docs.datahub.com/docs/metadata-integration/java/datahub-protobuf). Previously, PropertyVisitor incorrectly attempted to process MESSAGE-type options, causing issues with user test cases.

This change removes MESSAGE-type handling from PropertyVisitor. Additionally refactored ProtobufExtensionUtil.filterByDataHubType() for readability by replacing nested stream chains with explicit loops and extracting a matchesDataHubType() helper method.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com
2025-10-08 23:19:30 +00:00
Sergio Gómez Villamor
3caa781540
chore: add 'askumar27' to PR labeler configuration (#14949) 2025-10-08 21:09:56 +05:30
Anush Kumar
5cdb7e2594
docs(ingestion): Updating breaking changes for LookML and Looker sources (#14947) 2025-10-08 08:33:38 -07:00
v-tarasevich-blitz-brain
9992722e63
feat(structuredProperties): refresh structured properties on update (#14910) 2025-10-08 11:30:21 -04:00
v-tarasevich-blitz-brain
0032384342
test(customLinks): add integration tests (#275) (#14835) 2025-10-08 11:11:20 -04:00
v-tarasevich-blitz-brain
9e69b3f881
test(cypress/statsTabV2): add cypress tests (#13495)
Co-authored-by: Victor Tarasevich <v.tarasevitch@invento.by>
2025-10-08 11:09:41 -04:00
purnimagarg1
136e4dc0d4
test(ingestion): add cypress tests for redesigned ingestion flow (#14844) 2025-10-08 11:07:46 -04:00
v-tarasevich-blitz-brain
b7b4f1c9a5
feat(uplodaFiles): add feature flag (#14951) 2025-10-08 11:05:34 -04:00
Chris Collins
d14ccdf57c
feat(analytics) Support google tag tracking only with ID supplied (#14946) 2025-10-07 15:52:51 -04:00
v-tarasevich-blitz-brain
91b17a7f5b
feat(customLinks): add upsert link endpoint (#291) (#14854)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-07 14:35:09 -04:00
v-tarasevich-blitz-brain
61ab5a8a17
fix(ui/LineChart): adjust scaling of the line chart for the data with a small difference (#14836) 2025-10-07 14:33:51 -04:00
v-tarasevich-blitz-brain
86e5c13f29
test(customLinks): add cypress tests (#274) (#14834) 2025-10-07 14:27:33 -04:00
purnimagarg1
f2d3380226
improvement(summary-tab): hide current property in replace dropdown of property header (#14842) 2025-10-07 14:18:12 -04:00
Jesse Jia
d87f46d686
fix(entity controller) Fix case sensitivity in entity controller (#14902)
Co-authored-by: jjia <jjia@netflix.com>
2025-10-07 11:07:40 -05:00
Jay
9c22a4ae62
fix(web): embedded search list responsiveness (#14913) 2025-10-07 10:56:42 -04:00
Chakru
5d28c2fd14
fix(smoke-tests): smoke test fixes for postgres profile (#14940) 2025-10-07 20:13:56 +05:30
Aseem Bansal
c092e91223
feat(ui/ingest): add source errors, warnings (#14939) 2025-10-07 14:41:45 +05:30
Sergio Gómez Villamor
335290dfec
feat: RelationshipChangeEvent model + attribution action graph + kafka msk iam (all from SaaS) (#14938) 2025-10-07 09:10:05 +00:00
Peter Wang
5d007f04c4
fix(build): fix "grep: invalid option -- P" error in quickstart (#14916) 2025-10-07 02:47:08 +00:00
RyanHolstien
3eac7fab5b
feat(search): implement multi-client search engine shim for ES8 support (#14904)
Co-authored-by: Esteban Gutierrez <esteban.gutierrez@acryl.io>
2025-10-06 18:40:00 +00:00