RyanHolstien
b301b13474
docs(elasticsearch): add note for shim config ( #15030 )
2025-10-16 14:26:56 -05:00
Aseem Bansal
878a55e723
refactor(test): refactor smoke test ( #15019 )
2025-10-17 00:53:04 +05:30
david-leifker
caad6d5bdc
chore(): bump netty ( #15027 )
2025-10-16 13:15:20 -05:00
Aseem Bansal
45dda5e33a
feat(cli): add user add command ( #15011 )
2025-10-16 20:36:59 +05:30
Sergio Gómez Villamor
b3d354bf89
chore: migrate Unity catalog from deprecated SqlParsingBuilder to SqlParsingAggregator and remove SqlParsingBuilder ( #15005 )
2025-10-16 14:27:23 +00:00
Aseem Bansal
fb895c91e4
doc(dev): update claude md for git worktrees ( #15020 )
2025-10-16 19:11:22 +05:30
Aseem Bansal
6610883fe1
refactor(sdk): extract env variables into a single file ( #15021 )
2025-10-16 19:04:43 +05:30
Chaiwon Hyun
afc6b138b7
fix(mongo-source): Add failing test for complex topic name parsing ( #15002 )
...
Co-authored-by: Winnie <winnie@wrtn.io>
2025-10-16 18:48:02 +05:30
Neha Gslab
1934ed45e8
feat(ingestion): add ability to exclude archived mode reports. ( #14978 )
...
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2025-10-16 11:58:58 +01:00
Aseem Bansal
10c28be20c
fix(test): remove un-necessary test ( #15015 )
2025-10-16 13:14:43 +05:30
Aseem Bansal
3b0c34f84d
refactor(test): refactor smoke test ( #15010 )
2025-10-16 10:36:38 +05:30
RyanHolstien
f2321d5df9
fix(externalEvents): fixes timeout issues for external events api ( #14979 )
2025-10-15 14:20:23 -05:00
v-tarasevich-blitz-brain
673bed6595
test(summaryTab): cypress tests ( #14808 )
2025-10-15 14:17:18 -04:00
Tamas Nemeth
f02ef04e6d
fix(ingest/teradata): Fix Teradata lineage URN generation to prevent extra database prefixes ( #14715 )
2025-10-15 12:29:26 +02:00
Tamas Nemeth
ffd2e761b1
fix(doc): Update permissions in redshift quickstart doc ( #14909 )
2025-10-15 11:58:50 +02:00
Tamas Nemeth
18d3eec8d7
feat(ingest/unity): Use sql to extract query history for usage ( #14953 )
2025-10-15 10:46:59 +02:00
Tamas Nemeth
60f0abb72a
choir(ingestion/sqlparser): Bump sqlglot to v27.27.0 ( #15008 )
2025-10-15 10:46:30 +02:00
Shirshanka Das
f9913cd944
feat(cli): graphql command ( #14781 )
2025-10-14 21:04:44 -07:00
Chris Collins
e25a82abe3
fix(ui) Move template editable changes to their own files ( #14923 )
2025-10-14 13:29:05 -04:00
Anna Everhart
559a08c9af
update tag editing to include name and updated menu ( #14884 )
...
Co-authored-by: Anna Everhart <anna.everhart@datahub.com>
2025-10-14 09:37:56 -07:00
Aseem Bansal
da0d4dd499
refactor(test): refactor smoke test ( #15003 )
2025-10-14 21:15:13 +05:30
Sergio Gómez Villamor
0f71cf0ebf
chore(iceberg): bump dependency ( #15001 )
2025-10-14 14:33:31 +00:00
Sergio Gómez Villamor
c4e104eba2
feat(dataproduct): output ports ( #15000 )
2025-10-14 15:49:04 +02:00
Michael Maltese
4ce4718729
fix(ingest/mssql): ODBC connection always needs a database name ( #14994 )
2025-10-14 09:18:07 -04:00
Sergio Gómez Villamor
6e5b3580d8
fix(python): skip pydantic_core 2.41.3 ( #14997 )
2025-10-14 10:57:56 +00:00
Chakru
2b9d250c29
fix(build): add ability to specificy constraints for bundled-venvs ( #14999 )
...
pydantic v2.41.3 released on oct 7th seems to have uploaded a corrupt whl. pydantic/pydantic-core#1841
Adding the ability to specify constraints to exclude this and in future, any other package that we may need to skip for bundled_venvs.
2025-10-14 10:43:37 +00:00
Aseem Bansal
a85c4ffca8
refactor(test): refactor smoke test ( #14998 )
2025-10-14 15:52:02 +05:30
Aseem Bansal
d50a06329b
refactor(test): refactor smoke test ( #14996 )
2025-10-14 14:09:41 +05:30
Aseem Bansal
7ee4085316
fix(ingest/grafana): filter out invalid input field workunits ( #14972 )
2025-10-14 14:06:47 +05:30
Aseem Bansal
5f03c94484
refactor(test): refactor smoke test ( #14993 )
2025-10-14 11:51:29 +05:30
Saketh Varma
7e9b1353ac
fix(ui): Entity text overflow in 'owner of' section ( #14934 )
2025-10-14 07:25:37 +05:30
v-tarasevich-blitz-brain
79eac47ec5
fix(upsertLink): reorder fields to be consistent with Saas ( #14986 )
2025-10-13 15:10:56 -04:00
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