633 Commits

Author SHA1 Message Date
John Joyce
e380f7d317
feat(search): Allow aggregating on facets that are not explicitly part of default filter set (#8540) 2023-08-01 15:31:24 -07:00
david-leifker
de1f23d9d9
feat(metrics): add metrics for aspect write and bytes (#8526) 2023-07-31 11:10:40 -03:00
david-leifker
b77b4e2ba9
feat(elasticsearch): allow bulk delete (#8424) 2023-07-31 10:05:26 +05:30
Indy Prentice
55c6592575
feat(search): Throw exception instead of returning an empty response from scroll in an error case (#8517)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-07-29 13:27:10 +05:30
Indy Prentice
e09a2e6c85
feat(lineage): Apply search flags to scroll query in LineageSearchService (#8518)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-07-29 13:26:49 +05:30
david-leifker
fa05aae959
fix(search): fix lightning cache enable logic (#8522) 2023-07-28 17:41:58 -05:00
david-leifker
3640291493
config(ebean): add ebean retry configuration (#8500) 2023-07-28 14:09:44 -05:00
Aseem Bansal
db42998a69
fix(browsepathv2): default browse path with empty space (#8503) 2023-07-25 21:58:44 +05:30
Indy Prentice
27392f9f81
refactor(search): Support searching multiple entities in search() as in scroll() (#8461)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-07-24 15:39:44 -03:00
Chris Collins
a4f4ff386c
fix(cache) Fix caching bug with new search filters (#8434)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2023-07-21 10:44:57 -04:00
RyanHolstien
93fde6bf93
feat(io): refactor metadata-io module (#8306) 2023-07-20 06:39:14 +05:30
Pedro Silva
e32d552039
fix(owner): Corrects ownership aspect generation during update operations (#8399) 2023-07-13 12:58:43 +05:30
Indy Prentice
a884cf3f90
feat(elasticsearch): optimization to reindex instead of deleteByQuery (#8352) 2023-07-12 17:12:23 +05:30
Chris Collins
18c1f12436
feat(ui) Allow a configurable default tab for domain entity profile page (#8316) 2023-07-11 10:30:47 -04:00
david-leifker
a5f420ffd4
feat(browsepathv2): enable incremental update browsepath (#8354) 2023-07-06 10:42:07 -05:00
Indy Prentice
a679e661c6
feat(usagestats): Optimize elasticsearch query for usage stats aggregations (#8333)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-06-29 13:55:15 -05:00
Joshua Eilers
80fcb21169
Container link in browse v2 sidebar (#8305) 2023-06-28 22:20:31 +00:00
Indy Prentice
6b8c4c83bc
feat(elasticsearch): Add rest.li endpoint that does truncation cleanup of a timeseries index (#8277)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
Co-authored-by: Indy Prentice <indy@ip-172-16-225-44.us-west-2.compute.internal>
2023-06-28 17:06:51 -05:00
Chris Collins
96dd91e994
fix(search) Add facets list to our cache key to avoid cache collisions (#8327) 2023-06-28 17:05:12 -04:00
Indy Prentice
71633c788c
tests(elasticsearch): Add fixture test for basic scroll functionality (#8321)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-06-28 12:37:24 -05:00
Indy Prentice
6ebef9a0de
tests(urn): Add tests for more cases of invalid urns (#8285)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-06-23 12:53:56 +05:30
Felix Lüdin
5bab604432
fix(metadata-io): retry transactions on serialization errors when using a PostgreSQL database (#8278) 2023-06-22 21:25:59 -05:00
Joshua Eilers
620d245d57
Add retries to JavaEntityClient:deleteReferencesTo (#8268) 2023-06-22 20:03:58 +00:00
Indy Prentice
3a0b2ed0e9
feat(elasticsearch): Add endpoint for getting the size of timeseries indices (#8265)
enabling auto-merge as flaky tests succeeded on the first run
2023-06-21 16:47:13 +00:00
Chris Collins
ed2159bc36
feat(ui) Update Search & Browse to be a unified experience (#8235)
Co-authored-by: Josh Eilers <josh.eilers@acryl.io>
2023-06-21 13:40:07 +05:30
John Joyce
18b5a916b3
fix(patch): Fix exception when using default patch for patching missing aspects (#8221) 2023-06-16 11:16:59 -07:00
Indy Prentice
e35ac44f58
fix(ingest): Call validator on the base urn as well as aspect components when ingesting (#8250)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-06-16 11:47:19 -05:00
John Joyce
d1ff9024b9
feat(search): Supporting Aggregations for hasX fields (#8241) 2023-06-16 13:33:29 +05:30
RyanHolstien
6ce0a248fd
feat(ui): create fast path for immediate processing of ui sourced changes (#8200)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-06-15 16:47:13 +05:30
Indy Prentice
6c445c891a
fix(lineagecounts) Include entities that are filtered out due to sibling logic in the filtered count of lineage counts (#8152)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-31 09:05:48 -05:00
RyanHolstien
4f50445d98
fix(scroll): fix scroll cache key for hazelcast (#8149) 2023-05-30 18:50:16 -05:00
Gabe Lyons
bb4a912d9b
feat(search): adding support for _entityType filter in the application layer + frontend (#8102)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-05-30 10:21:33 -07:00
Pedro Silva
ea92b86e6a
feat(custom ownership): Adds Custom ownership types as a top level entity (#8045)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-05-26 17:54:09 +01:00
Indy Prentice
c075c5e2df
fix(search): Transform _entityType/index output for scroll across entities as well (#8117)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-24 14:43:00 -05:00
Indy Prentice
1f67463778
fix(search): Update _entityType transform logic to work for entities containing _ (#8112)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-24 10:47:19 -05:00
RyanHolstien
530b9a6540
fix(jackson): increase max serialized string length default (#8053) 2023-05-23 11:38:58 -05:00
RyanHolstien
dcc2ec112b
chore(vulnerability): add exclusions for json to prevent leaking dependency (#8090) 2023-05-19 16:39:30 -05:00
Indy Prentice
da33e27784
feat(search): Add AggregateAcrossEntities endpoint (#8000) 2023-05-19 21:26:50 +00:00
Joshua Eilers
d3dc2f22a5
feat(embed): embed lookup route (#8033) 2023-05-19 18:42:46 +00:00
david-leifker
820981072f
fix(metadata-io): remove assert in favor of exceptions (#8035) 2023-05-18 16:46:14 -05:00
Shirshanka Das
b3c790aab6
feat: Add support for Data Products (#8039)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2023-05-17 07:17:25 +00:00
Chris Collins
620df8b7d2
fix(es) Fix browseV2 index mappings (#8034) 2023-05-15 12:27:06 -04:00
david-leifker
ada78cb617
fix(platform): fix NPE in change event processing (#8038) 2023-05-13 20:57:06 -07:00
david-leifker
cd819bdacc
fix(search): fix custom search config parsing (#8010) 2023-05-10 09:56:51 -05:00
RyanHolstien
ee5480bcbd
fix(cache): update search cache when skipped, but enabled (#7936) 2023-05-08 17:50:50 -05:00
Joshua Eilers
99b75e4d60
fix(SearchBar): Restore explore all link (#7973) 2023-05-05 12:36:13 -07:00
Chris Collins
37db8c635e
feat(es) Store and map containerPath to elastic search properly (#7898) 2023-05-05 10:49:23 -04:00
Indy Prentice
27c7c40002
fix(search): Handle .keyword properly in the entity type query to ind… (#7957)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-04 22:03:57 +00:00
Chris Collins
abeda11ba1
feat(tracking) Add tracking events to our chrome extension page (#7967) 2023-05-04 17:52:07 -04:00
Indy Prentice
5c1283afa6
feat(search): add filter for specific entities (#7919)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-05-01 23:15:47 +00:00