Chris Collins
de40d251e2
feat(structuredProps) Add delete structured props endpoint and handle null props ( #11418 )
2024-09-18 18:32:49 -04:00
Chris Collins
b57de90fd1
feat(structuredProps) Add created and lastModified timestamps to structured prop entity ( #11419 )
2024-09-18 15:16:40 -04:00
david-leifker
6a165a8cc3
refactor(search): refactor field type detection ( #11395 )
2024-09-17 09:33:26 -05:00
milindgupta
a483172078
feat(graphql): Support START_WITH and END_WITH operator in GraphQL API ( #11026 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-09-17 08:56:12 -05:00
david-leifker
d38507694f
feat(search): search query rewriter ( #11279 )
2024-09-12 07:28:31 -05:00
david-leifker
f23765ec30
feat(auth): implement session authorization cache ( #11327 )
2024-09-11 15:06:24 -05:00
ksrinath
fd6d4c88ec
fix(gms): filter out runs of a dataJob without any run-events ( #11223 )
2024-09-11 10:27:21 -05:00
arpanchakra29
33e898af4a
Feature/custom highlight on search ( #11339 )
...
Co-authored-by: Arpan Chakraborty <arpan.chakraborty@blackrock.com>
Co-authored-by: krekacsk <krekacs.k@outlook.com>
2024-09-11 10:25:48 -05:00
siladitya
35d134b981
fix(search): Search not returning result if query text contains forward slash ( #10932 )
...
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-09-05 11:42:24 -05:00
david-leifker
ede9520b87
feat(schemaField): populate schemaFields with side effects ( #10928 )
2024-09-04 15:36:12 -05:00
david-leifker
2946131caa
feat(graphql): Lazy dataLoaders ( #11293 )
2024-09-03 18:43:10 -05:00
Chris Collins
be7b3439fd
fix(forms) Fix small bug in createForm graphql endpoint ( #11216 )
2024-08-20 19:15:18 -04:00
Chris Collins
8e35eb953e
fix(graphql) Fix NPE on form actor assignemnt ( #11203 )
2024-08-20 09:30:05 -04:00
John Joyce
7d08ee2ba1
feat(propagation): UI for rendering propagated column documentation ( #11047 )
...
Co-authored-by: Sam Black <sam.black@acryl.io>
Co-authored-by: John Joyce <john@Johns-MBP.lan>
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP-139.lan>
Co-authored-by: John Joyce <john@Johns-MBP-140.lan>
Co-authored-by: John Joyce <john@Johns-MBP-203.lan>
2024-08-19 20:47:07 -07:00
Pedro Silva
fa43b67dc6
fix(graphql): Correct ownership check when removing owners ( #11154 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2024-08-19 18:28:43 -07:00
RyanHolstien
06562f320d
feat(search): support sorting on multiple fields ( #10775 )
2024-08-09 15:29:43 -05:00
jayasimhankv
3a38415d6b
feat(ui): Changes to allow editable dataset name ( #10608 )
...
Co-authored-by: Jay Kadambi <jayasimhan_venkatadri@optum.com>
2024-08-09 09:02:17 -07:00
Felix Lüdin
aa07e2a937
fix(graphql): add missing entities to EntityTypeMapper and EntityTypeUrnMapper ( #10366 )
2024-08-09 08:59:38 -07:00
david-leifker
543e447787
fix(ingestion): enforce lastObserved timestamps in SystemMetadata ( #11104 )
2024-08-06 17:57:01 -05:00
John Joyce
8657288f29
fix(ui): Adding view, forms GraphQL query, remove showing a fallback error message on unhandled GraphQL error ( #11084 )
...
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
2024-08-05 09:00:19 -07:00
Pinaki Bhattacharjee
2c9e3b74ed
chore(vulnerability): Risky Cryptographic Algorithm ( #11059 )
2024-08-03 08:05:30 -05:00
Pinaki Bhattacharjee
aeef69cbaf
chore(vulnerability): Insertion of sensitive information into log files ( #11088 )
2024-08-03 08:02:43 -05:00
Aseem Bansal
27e1130586
fix(lint): apply spotless ( #11050 )
2024-07-31 15:48:52 +05:30
Shirshanka Das
7d4b645225
fix(models): chart schema fields mapping, add dataHubAction entity, t… ( #11040 )
2024-07-30 23:04:20 +00:00
Sam Black
c2470f1d9b
feat(propagation): Add models for Action feature settings ( #11029 )
2024-07-30 10:49:14 -07:00
Shirshanka Das
43e3cd9602
feat(propagation): Add graphql API ( #11030 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2024-07-30 09:45:57 -07:00
Hyejin Yoon
a6eb1f47c2
docs: standardize terminology to DataHub Cloud ( #11003 )
2024-07-30 09:52:51 +09:00
Andrew Sikowitz
bc75f7a1b1
fix(graphql/upsertIngestionSource): Validate cron schedule; parse error in CLI ( #11011 )
2024-07-26 12:06:01 -07:00
ksrinath
1717a300bc
fix(backend): allow excluding soft-deleted entities in relationship-queries; exclude soft-deleted members of groups ( #10920 )
...
- allow excluding soft-deleted entities in relationship-queries
- exclude soft-deleted members of groups
2024-07-26 13:59:56 +05:30
Chris Collins
eace710aee
feat(siblings) Add flag to prevent combining siblings in the UI ( #10952 )
2024-07-19 13:41:18 -04:00
John Joyce
a7ae99ca5e
chore() Set a default lineage filtering end time on backend when a start time is present ( #10925 )
...
Co-authored-by: John Joyce <john@ip-192-168-1-200.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.lan>
2024-07-18 08:55:35 -07:00
Chris Collins
5f38d13eb7
fix(gms) Add Form entity type to EntityTypeMapper ( #10916 )
2024-07-15 18:47:36 -04:00
david-leifker
cd932c3849
fix(manage-tokens): fix manage access token policy ( #10853 )
2024-07-09 21:30:37 -05:00
Chris Collins
65c7adb53e
feat(structuredProperties) Add CRUD graphql APIs for structured property entities ( #10826 )
2024-07-02 17:26:40 -04:00
Chris Collins
f067573494
feat(deprecation) Return actor entity with deprecation aspect ( #10832 )
2024-07-02 17:25:20 -04:00
Chris Collins
3175571c9a
feat(forms) Add CRUD endpoints to GraphQL for Form entities ( #10825 )
2024-07-02 15:22:37 -04:00
Mayuri Nehate
3056cd8f97
fix(assertions): minor changes in custom assertion api ( #10794 )
2024-07-01 12:29:52 -07:00
John Joyce
a35089048a
feat(backend): Add new PDL entities + models for persona capture ( #9637 )
...
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
2024-06-28 15:21:37 -07:00
Raj Tekal
0b09181bc1
fix(ERModelRelationship) UUID should mimic datahub_guid.py ( #10355 )
2024-06-28 15:01:33 -07:00
Mayuri Nehate
5735d9ec87
feat(data quality): custom assertions models, graphql, sdk ( #10761 )
2024-06-25 09:16:13 -07:00
amit-apptware
1b56035b1d
feat(ui/data-contract): Data contract UI under Validation Tab ( #10625 )
...
Co-authored-by: jayacryl <159848059+jayacryl@users.noreply.github.com>
2024-06-19 10:44:02 -04:00
david-leifker
333799c338
feat(strucutred-properties): structured properties delete and schema change support ( #10711 )
2024-06-17 19:53:54 -05:00
Jay
82204eb451
feat(observe) expose assertion runId and lastObservedMillis to graphql ( #10726 )
2024-06-17 15:37:12 -04:00
david-leifker
bb44c4c265
fix(graphql): fix plugin collection ( #10696 )
2024-06-13 15:46:26 -05:00
Jay
71f9574aab
fix(metadata-models) bridge gaps between graphql and pegasus models ( #10692 )
2024-06-12 15:29:33 -04:00
Jay
54a2d2a23e
feat(graphql) data contract resolvers ( #10632 )
2024-06-07 17:03:25 +00:00
RyanHolstien
8f40229da2
feat(lineage): change query structure for explored hop limit ( #10607 )
2024-06-03 16:34:44 -05:00
Davi Arnaut
1ac740d288
fix(views): handle unknown view when resolving a view to a filter ( #10640 )
2024-06-03 14:02:32 -07:00
Jay
bc0c3ef7ef
Revert "feat(graphql) data contract resolvers for graphql" ( #10631 )
2024-05-31 23:07:21 -04:00
Jay
979ee074a6
feat(graphql) data contract resolvers for graphql ( #10618 )
2024-05-31 23:01:06 -04:00