625 Commits

Author SHA1 Message Date
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