354 Commits

Author SHA1 Message Date
Pedro Silva
e32d552039
fix(owner): Corrects ownership aspect generation during update operations (#8399) 2023-07-13 12:58:43 +05:30
david-leifker
a5f420ffd4
feat(browsepathv2): enable incremental update browsepath (#8354) 2023-07-06 10:42:07 -05: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
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
Joshua Eilers
620d245d57
Add retries to JavaEntityClient:deleteReferencesTo (#8268) 2023-06-22 20:03:58 +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
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
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
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
Indy Prentice
da33e27784
feat(search): Add AggregateAcrossEntities endpoint (#8000) 2023-05-19 21:26:50 +00: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
Chris Collins
37db8c635e
feat(es) Store and map containerPath to elastic search properly (#7898) 2023-05-05 10:49:23 -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
david-leifker
ebb2af637f
feat(search): enable search initial customization (#7901) 2023-05-01 13:18:19 -05:00
david-leifker
2ffa39f009
Logging and test models fixes (#7884) 2023-04-21 15:45:20 -05:00
Pedro Silva
9199c89f13
fix(cache): Fix cache key serialization in search service (#7858)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
Co-authored-by: Ryan Holstien <ryan@acryl.io>
2023-04-20 19:07:23 +01:00
John Joyce
73a12379ae
refactor(platform): Refactoring ES Utils, adding EXISTS condition support to Filter Criterion (#7832) 2023-04-20 09:42:07 -07:00
Indy Prentice
e9364ed1bd
feat(urn) Add validator to reject URNs which contain the character we plan to u… (#7859)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-04-20 11:00:00 -05:00
Indy Prentice
1b6f6e3a9e
feat(urn): Add a validator when creating an URN that it is no longer than the li… (#7836)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-04-18 22:44:45 +00:00
John Joyce
b46822399c
feat(timeseries): Support sorting timeseries aspects by non-timestampMillis field + fix operations resolver (#7840) 2023-04-18 09:10:04 -07:00
david-leifker
82e55636a7
feat(search): allow longer customProperties (#7804) 2023-04-12 16:59:11 -05:00
Indy Prentice
f23693156d
fix(search) Increase weight on fieldPath field for searching (#7725)
Co-authored-by: Indy Prentice <indy@ip-192-168-5-57.us-west-2.compute.internal>
2023-04-05 17:45:37 -05:00
Indy Prentice
2099c42213
test(elasticsearch): Add unit test for timestamp-based lineage feature (#7661)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-23 19:41:38 -07:00
david-leifker
90ecdb5417
fix(lineage): add cache key truncation for search lineage key (#7671) 2023-03-23 17:52:16 -05:00
John Joyce
7fe0171754
refactor(lineage): Refactor getAndUpdatePaths inside of ESGraphQueryDao (#7556)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-21 21:50:14 -05:00
david-leifker
1b15dd484f
lint(test): remove unused imports, other test fixes (#7659) 2023-03-21 16:53:04 -05:00
david-leifker
faf0ac1572
fix(search): missing model updates and tests (#7617)
Co-authored-by: John Joyce <john@acryl.io>
2023-03-21 12:18:51 -05:00
Shirshanka Das
fc9ad49821
fix(platform): Ensure time based lineage handles noop changes (#7657)
Co-authored-by: aditya-radhakrishnan <aditya@acryl.io>
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2023-03-21 10:43:56 -05:00
Shirshanka Das
7f5744200b
fix(impactAnalysis): fix filtering for lightning mode search (#1225) (#7652)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2023-03-21 10:00:16 -05:00
david-leifker
697e8e2647
fix(misc): misc fixes (#7633) 2023-03-21 19:42:50 +05:30
david-leifker
a27f82cae2
fix(search): tags with colons exercises search with urns, must follow… (#7602) 2023-03-20 18:07:25 -05:00
Bowen Hu
a84ec0ccf8
feat(metadata-io): add support in Neo4jGraphService for lineage time filter (#7375) 2023-03-16 15:54:49 -07:00
Aseem Bansal
2820db3a08
fix(lineage): nullpointer exceptions (#7577)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2023-03-14 17:09:14 +05:30
david-leifker
72198f98c0
feat(search): searchAcrossEntities/Lineage improvements (#7550)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2023-03-12 18:18:51 -07:00
david-leifker
2849c2fc95
fix(search): per field analyzers for simple_query_string (#7436) 2023-03-02 14:48:22 -06:00
John Joyce
d54e3b81cf
fix(lineage): Fixing Timeline Lineage Filters (#7435) 2023-02-27 16:00:57 -08:00
RyanHolstien
4e250cbd51
feat(elasticsearch): support searchAfter (#7235) 2023-02-22 19:03:14 -06:00
Pedro Silva
4f8a5c3800
feat(timeBasedLineage): add feature flag for always producing MCL (#7407) 2023-02-22 15:52:51 +00:00
david-leifker
36037cf288
fix(search): exact match updates per review (#7385) 2023-02-21 17:01:07 -06:00
david-leifker
ebec860bce
fix(search): fix search filters, handle detection of keyword subfield (#7372) 2023-02-20 19:27:10 -06:00
John Joyce
92cd2b2c1b
fix(lineage): Fix Upstream + Downstream Count in presence of Soft-Deleted / Non-Existent references (#7374) 2023-02-20 14:00:14 -08:00
John Joyce
08a215951c
feat(queries): Overhaul Queries Tab (#7366) 2023-02-20 11:10:18 -08:00