12076 Commits

Author SHA1 Message Date
Thomas Larsson
6610666496
fix(ingestion): dont crash on non-RecordSchema topics (#2372)
Fixes: #2371

Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-04-09 17:36:01 -07:00
Harshal Sheth
011ab9a09a
docs(ingestion): remove outdated data-source-onboarding.md docs (#2360) 2021-04-09 17:33:09 -07:00
Brian
98813ed2b5
feat(react): hide Owned By label in card if no owners (#2376) 2021-04-09 17:08:55 -07:00
shubham garg
0b01c7d9dc
fix(react): ownership rendering (#2373)
Co-authored-by: shubham.garg <shubham.garg@thoughtworks.com>
2021-04-09 16:56:42 -07:00
Brian
a19085094a
feat(react): add null state indicator in user profile when no entities (#2377) 2021-04-09 16:55:05 -07:00
Brian
fefcdd949c
feat(react): update avatar to use initial if no image, refactor all avatars with custom one (#2379) 2021-04-09 16:53:04 -07:00
Gabe Lyons
83c9f744ad
feat(lineage): support arbitrary entity types in lineage viz (#2369) 2021-04-09 11:55:25 -07:00
Thomas Larsson
e02a17aecf
fix(ingestion): Support mapping from avro "boolean" and "map" types t… (#2364)
Fixes: #2363

Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-04-08 14:23:12 -07:00
Thomas Larsson
4215dcd53c
fix(ingestion): properly detect optional fields in avro schemas (#2343)
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-04-08 14:00:01 -07:00
Brian
4a47abf605
feat(react): add empty state UI for browse when no entities (#2370) 2021-04-08 13:41:12 -07:00
Fredrik Sannholm
fd0923c445
feat(datajob): Datajob graphql query (#2242) 2021-04-08 13:40:16 -07:00
Brian
172d914ceb
feat(react): add dropdown menu links, menu styling, removed warnings (#2367) 2021-04-08 12:30:13 -07:00
Fredrik Sannholm
f837360b9a
chore(dependabot): Update pyyaml version (#2365) 2021-04-08 11:43:19 -07:00
Brian
caad3f8d0e
feat(react): add icons on entities, updated styling in LineageViz (#2366) 2021-04-08 10:24:33 -07:00
Harshal Sheth
bfe345da42
fix(ingest): add test for avro serialization and deserialization (#2351) 2021-04-07 21:30:21 -07:00
Harshal Sheth
e29082bf55
feat(cli): Add support for checking docker memory usage (#2361) 2021-04-07 16:26:21 -07:00
Brian
dca0eb312b
feat(react): original description shows in edit modal even when the description has been updated (#2358) 2021-04-07 15:02:29 -07:00
Gabe Lyons
f6e2317eef
feat(react): improving error logging on dataset entity (#2357) 2021-04-07 15:01:33 -07:00
Dexter Lee
1c6f1d7a86
fix(elasticsearch): Fix inconsistencies between documents and elasticsearch mappings (#2356) 2021-04-07 14:59:43 -07:00
Harshal Sheth
518de354d9
fix(ingest): support python3 -m datahub (#2359) 2021-04-07 14:58:58 -07:00
Harshal Sheth
455c078773
chore(ingest): remove unused plugin_requirements.txt file (#2353) 2021-04-06 18:37:39 -07:00
Harshal Sheth
b0d8f70354
fix(ingest): bump pybigquery version (#2352) 2021-04-06 18:34:06 -07:00
Harshal Sheth
c4d5f3288e
fix(ingest): support datahub --version (#2350) 2021-04-06 18:30:20 -07:00
Gabe Lyons
f51340410f
feat(lineage): improve lineage re-focus experience (#2349) 2021-04-06 18:21:33 -07:00
Fredrik Sannholm
fb559cba5e
feat(tags): Add tag graph builder (#2341) 2021-04-06 16:17:15 -07:00
John Joyce
16cada2055
fix(Ember App): Allow ember build (disabled by default) (#2348)
Co-authored-by: John Joyce <john@acryl.io>
2021-04-06 16:10:50 -07:00
Harshal Sheth
cafdd9664a
fix(cli): add --verbose flag for datahub check plugins (#2345) 2021-04-06 15:41:15 -07:00
Gabe Lyons
eccf99422a
fix(lineage): add upstream arrows back in (#2346) 2021-04-06 15:39:04 -07:00
Harshal Sheth
cfc02ee196
feat(ingest): add Oracle db support (#2347) 2021-04-06 15:38:25 -07:00
Brian
7c84faab2f
feat(react): add description edit behavior along with modal (#2336) 2021-04-06 11:55:06 -07:00
Gabe Lyons
6bec99db50
feat(lineage): adding ghost edges indicating hidden dependencies (#2340) 2021-04-05 19:23:07 -07:00
Harshal Sheth
bd78b84bd3
feat(ingest): start airflow integration + metadata builders (#2331) 2021-04-05 19:11:28 -07:00
Harshal Sheth
c1f3eaed35
fix(ingest): add support for database and table patterns to glue source (#2339) 2021-04-05 17:14:02 -07:00
Harshal Sheth
6e762ce3bc
fix(docker): remove restart: always from docker-compose for consistency (#2338) 2021-04-05 12:45:24 -07:00
Gabe Lyons
0500e50463
feat(lineage): adding directionality to lineage edges to make the visualization more clear (#2335) 2021-04-05 12:15:05 -07:00
Gabe Lyons
17f7c9efd0
fix(lineage): fixing lineage layout bugs (#2337) 2021-04-05 12:13:29 -07:00
amy m
759288161c
feat(ingest): adding support for AWS Glue (#2319)
Co-authored-by: Harry Nash <harrywilliamnash@gmail.com>
2021-04-04 11:00:27 -07:00
shakti-garg
3fb71acf71
feat(es-setup): add logic in elasticsearch setup to compare-and-update index if already exists (#2312)
* 2310 | add logic in es-setup script to compare-and-update index if already exists
2021-04-03 11:17:16 -07:00
Gabe Lyons
8ab2630fb6
feat(lineage): expandable lineage visualization for dataset <> dataset lineage (#2333) 2021-04-03 11:13:25 -07:00
Harshal Sheth
6d368ea16e
docs: add wolt logo to frontpage (#2332) 2021-04-03 11:10:31 -07:00
Grant Nicholas
fce8a535c2
feat(ingest): adds experimental support for ingesting Looker metadata (#2315) 2021-04-02 11:00:58 -07:00
Gary Lucas
9d00e8bb2e
fix(test): dbt-manifest files (#2330) 2021-04-02 10:59:20 -07:00
Brian
22a4084796
feat(react): moving filter panel from modal to drawer (#2329) 2021-04-02 10:58:40 -07:00
Harshal Sheth
478d232d2f
build: remove deprecated ember app from build (#2328) 2021-04-01 12:16:47 -07:00
Harshal Sheth
cb24628886
feat(ingest): verify dynamic registry types at runtime (#2327) 2021-04-01 12:15:05 -07:00
Joe Mirizio
f3304bec7c
feat(ingest): dynamically register plugins (#2316)
Co-authored-by: Joe Mirizio <mirizioj@email.chop.edu>
2021-03-31 20:59:45 -07:00
Harshal Sheth
7085051a73
fix(ingest): remove outdated metadata-ingestion scripts (#2325) 2021-03-31 20:50:21 -07:00
shakti-garg
1a62813e71
fix(k8s): make es-setup job parameters more contextual (#2313)
* 2301 | update property names to signify that it is a setup job (#2313)
2021-03-31 12:32:03 -07:00
Gabe Lyons
02dff7007b
docs(theme): making yarn start instructions more explicit (#2322) 2021-03-31 12:29:52 -07:00
Harshal Sheth
a8a19a3d87
doc: update slack links to https (#2317) 2021-03-31 12:29:01 -07:00