Gabe Lyons
49093ea1ce
fix(gql): removing data platform caching in gql ( #2947 )
2021-07-25 21:16:49 -07:00
Lal Rishav
99790d9052
fix(react): enable relation between glossary term and datasets searchable ( #2806 )
...
* 2805 | glossary term linked to dataset is not displayed
2021-07-22 07:25:29 -07:00
Brian
7e2c4d6e44
feat(mlFeatureTable): add graphql, ui/ux for mlFeatureTable, mlFeature, mlPrimaryKey entities ( #2887 )
2021-07-20 11:42:21 -07:00
Lal Rishav
dbf3a8fd83
fix(search): enable search on business glossary terms ( #2790 )
...
8480 | fixed glossary term search issue (#2790 )
2021-07-14 20:04:18 -07:00
Gabe Lyons
973c08dee8
fix: fixing lint issue ( #2861 )
2021-07-09 17:09:58 -07:00
Gabe Lyons
95b73c4adc
fix(frontend): handling null aspects in AspectType ( #2860 )
2021-07-09 17:04:14 -07:00
John Joyce
09cbc548a4
feat(logs): improve logging in GMS and datahub-frontend ( #2761 )
2021-06-25 10:56:45 -07:00
Harshal Sheth
19b2a42a00
feat: usage stats (part 2) ( #2762 )
...
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-06-24 19:44:59 -07:00
Harshal Sheth
937f02c6bc
feat: usage stats (part 1) ( #2750 )
...
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-06-24 17:11:00 -07:00
Gabe Lyons
48061454ff
fix(gms): fixes for version aspect fetching ( #2723 )
2021-06-22 14:16:10 -07:00
Gabe Lyons
0750332714
fix(editable descriptions): adding indexing for editable descriptions ( #2710 )
2021-06-17 10:55:26 -07:00
Brian
a5f9b8dfe9
feat(entities): add markdown description update/viewer feature in dataset, datajob, dataflow, chart and dashboard, update ui/ux ( #2707 )
2021-06-16 15:48:27 -07:00
Gabe Lyons
523c3bf1d4
feat(aspects): support fetching of versioned aspects ( #2677 )
2021-06-16 10:03:21 -07:00
John Joyce
97e9660037
feat: No Code Metadata Modeling ( #2629 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-06-03 13:24:33 -07:00
shubham garg
4e73011bb9
feat(react): replace user urn with username ( #2599 )
...
Co-authored-by: shubham.garg <shubham.garg@thoughtworks.com>
2021-06-03 11:10:03 -07:00
Brian
f720a5fc5b
feat(graphql): redesign autocomplete to search for all entity types, show suggestions grouped by entities ( #2604 )
2021-05-25 22:48:49 -07:00
Brian
aa8ba1b8e9
feat(dataflow): update dataflow to have datajobs in new tab ( #2579 )
2021-05-18 21:25:42 -07:00
shubham garg
81e7ea2044
feat(react): link glossary term to dataset page ( #2549 )
...
Co-authored-by: shubham.garg <shubham.garg@thoughtworks.com>
2021-05-17 19:19:42 -07:00
Lal Rishav
89535d7dea
feat(business glossary): search, browse and entity page for business glossary terms ( #2538 )
2021-05-12 20:48:49 -07:00
Brian
d7d8870008
feat(usergroup): implement corpgroup in graphql, refactor avatars and ownership in react ( #2519 )
2021-05-11 17:55:45 -07:00
shubham garg
95782b1acf
feat(graphql): add graphql types for business glossary ( #2485 )
...
Co-authored-by: shubham.garg <shubham.garg@thoughtworks.com>
2021-05-11 17:29:00 -07:00
John Joyce
8d0cbfab91
feat(React): Adding Tags to Previews & Fixing Dashboard / Charts Ownership Updates ( #2448 )
2021-04-23 23:43:47 -07:00
Gabe Lyons
851e00ba9f
feat(lineage): implement support for datasets, charts and dashboards downstream lineage fetching in a generic way ( #2397 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Brian <brianwebtek@gmail.com>
Co-authored-by: John Joyce <john@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2021-04-23 00:18:39 -07:00
Fredrik Sannholm
fd0923c445
feat(datajob): Datajob graphql query ( #2242 )
2021-04-08 13:40:16 -07:00
Dexter Lee
259e6af494
feat(search-by-field): Add the ability to search for field names ( #2286 )
2021-03-23 15:18:32 -07:00
Thomas Larsson
9c618b4835
feat(react): enable the react frontend to use SSL when talking with GMS ( #2267 )
...
Fixes : #2265
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-03-22 23:23:11 -07:00
Gabe Lyons
8c8de74ec2
fix(tags): fix ownership on tag create ( #2253 )
2021-03-18 14:31:44 -07:00
Gabe Lyons
039fe597f7
feat(tags): editing tags from react client on datasets, schemas, charts & dashboards ( #2248 )
2021-03-18 11:52:14 -07:00
Arun Vasudevan
7750c6120a
feat: MLmodel Graphql Query ( #2166 )
2021-03-13 08:34:48 -08:00
Harshal Sheth
d220647094
feat: add date and time types to SQL model ( #2201 )
2021-03-09 23:07:20 -08:00
John Joyce
4dc07839f0
fix(graphql): Add "fixed" SchemaFieldDataType mapping ( #2195 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-03-08 17:29:33 -08:00
Gabe Lyons
adfe60e97a
feat(tags): adding support for read/write of tags in gms & read-only in react datahub-frontend. ( #2164 )
2021-03-07 11:26:47 -08:00
John Joyce
6756c2df3f
feat(graphql): More forgiving for unknown data platforms during reads ( #2185 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-03-07 10:57:11 -08:00
John Joyce
c479191eab
feat(React): Impl browse UI for Dashboards and Charts ( #2167 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-03-04 23:24:49 -08:00
John Joyce
ae1c21a516
fix(graphql): Bubbling up exceptions logged in GraphQL resolvers ( #2163 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-03-03 13:45:18 -08:00
John Joyce
4dcea8c1d3
feat(gms): Add optional data platform display name ( #2148 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-26 21:22:18 -08:00
John Joyce
0833f8ceb1
Fixing required audit stamps bug ( #2146 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-26 11:07:22 -08:00
John Joyce
4f8d8b31ac
feat: Introducing optional DataPlatform logo url ( #2127 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-19 19:51:49 -08:00
John Joyce
8e03441ffe
fix(gms): fix getAllDataPlatforms bug ( #2126 )
2021-02-19 14:30:55 -08:00
John Joyce
b4430a534f
feat(React): Adding basic chart + dashboard UI ( #2119 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-18 12:33:17 -08:00
John Joyce
12ff330a54
feat(GraphQL API): GQL implementation of Charts + Dashboards ( #2117 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-17 23:36:17 -08:00
John Joyce
77c0a8764b
feat(graphql): Add Dashboards + Charts Models ( #2109 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-16 21:48:21 -08:00
John Joyce
da1258c335
feat(GraphQL Mutation): Introducing updateDataset mutation ( #2091 )
...
* Introducing updateDataset mutation
* WritableType -> MutableType
* Add createdAt input
Co-authored-by: John Joyce <john@acryl.io>
2021-02-09 10:08:28 -08:00
John Joyce
b0801de7ad
fix(GraphQL): Add schemaMetadata mapping & correctly form path string ( #2084 )
...
* Fixing DataHub frontend Browse bug
* Add schema mapping
Co-authored-by: John Joyce <john@acryl.io>
2021-02-05 12:56:50 -08:00
John Joyce
1a49785add
feat(GraphQL Query): Supporting complete Dataset, CorpUser with Search & Browse in GraphQL API ( #2076 )
...
Co-authored-by: John Joyce <johnjoyce@johns-mbp.home>
2021-02-02 20:18:31 -08:00
Arun Vasudevan
84e952e138
feat (graphql): Datahub GMS Graphql Api Application for Querying Dataset ( #2071 )
2021-02-01 11:51:15 -08:00
John Joyce
50cec65f57
feat(GQL Queries): Productionalizing GraphQL Part 1: Dataset Query support + adding shared GraphQL module ( #2066 )
...
* Productionalizing GraphQL Part 1: Dataset Query support + introducing common datahub-graphql-core module.
Co-authored-by: John Joyce <jjoyce0510@gmail.com>
2021-01-22 15:44:00 -08:00