12076 Commits

Author SHA1 Message Date
John Joyce
7cb49aaddc
docs: Add Exact match search CURL example. (#3053) 2021-08-06 11:26:44 -07:00
Kevin Hu
40ecd96c7a
feat(ingest): replace and warn against relative imports (#3033) 2021-08-06 10:25:30 -07:00
aseembansal-gogo
ac345e0ade
feat(ingest): add underlying platform for glue (#3035) 2021-08-06 10:19:21 -07:00
John Joyce
916b374a0e
docs: Add tags GMS API documentation (#3052) 2021-08-06 10:16:34 -07:00
Lal Rishav
94b35fe8a0
fix(Business Glossary): updated glossary term search strategy (#2973) 2021-08-05 23:31:06 -07:00
Jensen Yap
1fbc80bd39
feat(postgres): add postgres setup docker image (#2996) 2021-08-05 23:25:50 -07:00
Gabe Lyons
4e36c78df3
fix(frontend): fixing external url logic in charts and dashboard mapper (#3044) 2021-08-05 22:10:57 -07:00
Gabe Lyons
ae4cdf0999
fix(frontend): hide dashboard date when null (#3045) 2021-08-05 22:09:32 -07:00
Javier Sotelo
fcabd5ba91
fix(frontend): add support for SASL_KERBEROS_SERVICE_NAME & SASL_PLAINTEXT (#3022)
Co-authored-by: jsotelo <javier.sotelo@viasat.com>
2021-08-05 22:08:50 -07:00
John Joyce
b1b55e19fe
fix(frontend): Fix exception casting in EntityClient (#3036) 2021-08-05 20:07:13 -07:00
Kevin Hu
3d0534be4c
fix(ingest): detect malformed Glue S3 script paths (#3037) 2021-08-05 20:06:32 -07:00
Kevin Hu
f1bea875b2
fix(ingest): replace backticks for lookml (#3038) 2021-08-05 20:05:20 -07:00
Kevin Hu
ec3dfebc24
fix(ingest): add bigquery type mappings (#3040) 2021-08-05 20:03:21 -07:00
Gabe Lyons
d9d4d16fae
fix(frontend): fixing lineage tokenization (#3042) 2021-08-05 18:17:09 -07:00
John Joyce
4649ca7f39
fix(gms): Validate unrecognized model fields. (#3034) 2021-08-04 22:23:16 -07:00
Kevin Hu
3d061161d8
fix(ingest): glue import type stubs only for testing (#3032) v0.8.8 2021-08-04 12:43:22 -07:00
Gabe Lyons
8c4a1414fc
fix(gms): handling partial system metadata in gms (#3030) 2021-08-04 12:26:29 -07:00
John Joyce
fa8f8b239a
feat(frontend): encode Original URI in Authentication Redirect (#3026) 2021-08-04 11:55:03 -07:00
Gabe Lyons
2fc71da58d
fix(restore-indices): add system metadata restoration to restore-indices (#3029) 2021-08-04 11:44:22 -07:00
Kevin Hu
3701931363
feat(ingest): extract dbt versions into custom properties (#3021) v0.8.7 2021-08-03 12:13:49 -07:00
Gabe Lyons
ea7952ce77
fix(caching): refetch query on update (#3020) 2021-08-03 12:05:18 -07:00
Kevin Hu
07bbd50ad2
fix(ingest): don't assume Glue job description always exists (#3019) 2021-08-03 11:42:43 -07:00
Brian
35aca2cad6
fix(react): fix weird 0 rendering possible bugs (#3000)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-08-03 11:18:39 -07:00
Dexter Lee
51a2669332
feat(ingest): add kafka emitters for MetadataChangeProposal format (#3018) 2021-08-03 11:17:16 -07:00
John Joyce
2aae2fd601
fix(gms): Adding Rest.li Write-Time Model Validation (#2999) 2021-08-03 09:54:13 -07:00
John Joyce
7074d9c627
fix(quickstart): Bumping Default Memory for GMS and Frontend (#3009) 2021-08-02 23:58:33 -07:00
John Joyce
20b1685de2
fix(gms): better logging on failed MCL / MAE (#3007) 2021-08-02 17:53:56 -07:00
Gabe Lyons
f4a6d18c12
fix(blank pages): removing apollo caching (#3008) 2021-08-02 17:49:57 -07:00
John Joyce
93069e5cec
fix(ci): using AspectExtractor instead of removed SnapshotToAspectMap (#3006) 2021-08-02 15:13:08 -07:00
Gabe Lyons
9b0f8bc0d3
fix(graphql): fetching data platforms using standard procedure (#2998) 2021-08-02 11:35:09 -07:00
Enrico Minack
8e9b5f4b7a
refactor(test): Refactor GraphService tests (#2944) 2021-08-02 11:34:45 -07:00
James Lamb
fd205221b2
fix(ingest): map all LookML dimension types to corresponding avro types (#2972) 2021-08-02 11:09:05 -07:00
Dexter Lee
283f6376d1
fix(ingestion): Safeguard against empty values for profile ingestion (#3005) 2021-08-02 10:42:40 -07:00
Dexter Lee
c982626867
fix(datahub-upgrade) add config registry to datahub upgrade container (#3002) 2021-08-02 07:55:35 -07:00
John Joyce
beb9b623fb
fix(dataset stats): Fix checks for existence of row and column counts (#3003) 2021-08-02 07:53:37 -07:00
Brian
411bbeab56
feat(react): update dataset documents tab with a merged document column (#2997) 2021-08-02 07:50:03 -07:00
Brian
25e8e8f5ad
feat(react): update search result has result counts for each entities that has result (#2991) 2021-08-02 07:48:22 -07:00
John Joyce
352a0abf8d
Introducing TimeSeries Aspects + Dataset Profile (Stats) Aspect (#2983)
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-07-30 17:41:03 -07:00
Dexter Lee
15c0c4dfb3
fix(browse): Fix browse pagination and multi-browse path issue (#2984) 2021-07-30 10:48:32 -07:00
aseembansal-gogo
2712f5587e
docs(ingest): Add instructions to install required dependency (#2995) 2021-07-30 07:21:24 -07:00
Gabe Lyons
aa253f5b3b
feat(deletes): add run commands (list, show, rollback) to datahub ingest (#2960) 2021-07-29 20:04:40 -07:00
Chinmay Bhat
cabcdd0553
docs(ingest): fixed Snowflake recipe to escape dollar-sign (#2994) 2021-07-29 16:36:09 -07:00
Harshal Sheth
c8aea00082
docs: remove a few outdated docs (#2981) 2021-07-29 15:32:23 -07:00
John Joyce
f3bc300737
docs: add docs on extracting container logs (#2988) 2021-07-29 15:12:30 -07:00
Harshal Sheth
49c53394b8
test(ingestion): run full tests on both python versions (#2963) 2021-07-29 00:21:41 -07:00
James Lamb
07ff99fdbe
fix(ingest): add more debug logging to LookML metadata ingestion (#2967)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-07-28 23:46:01 -07:00
James Lamb
acffd8fb4d
fix(ingest): ensure that LookML files are always parsed in the same order (#2966) 2021-07-28 23:20:49 -07:00
James Lamb
e88ccd93e3
fix(ingest): ensure workunits are created for all LookML views (#2965) 2021-07-28 23:13:15 -07:00
Gabe Lyons
242ca71f77
fix(tags): fixing tag applied to module for tags w/ colons in the name (#2982) 2021-07-28 23:09:25 -07:00
Gabe Lyons
d9d03c9bd9
feat(ml-model): adding ml models and ml model groups (#2961) 2021-07-28 20:39:05 -07:00