5186 Commits

Author SHA1 Message Date
Brian
dfc99d6b6a
feat(react): fix browse link of last breadcrumb linked to unknown page (#2391) 2021-04-13 14:22:43 -07:00
Dexter Lee
7c54004b93
feat(mysql-setup): Add the ability to specify database name for mysql-setup (#2385) 2021-04-13 08:03:50 -07:00
Harshal Sheth
fb6f74b1da
feat(ingest): add generic sqlalchemy source (#2389) 2021-04-13 08:01:38 -07:00
Dexter Lee
3ddf163a91
feat(k8s): Add ability to add service accounts to setup jobs (#2390) 2021-04-13 07:59:18 -07:00
Dexter Lee
fa015c5aaa
fix(kafka-topic-convention): Fix DAOs that do not refer to TopicConvention (#2387) 2021-04-13 07:58:31 -07:00
Dexter Lee
1fc532d831
feat(index): Add index naming convention for elasticsearch (#2386) 2021-04-13 07:56:31 -07:00
Harshal Sheth
eeee8aa34e
fix(ingest): report correct version status in dev mode (#2388) 2021-04-12 19:35:40 -07:00
Harshal Sheth
41cd52f9e2
feat(ingest): add Airflow lineage backend (#2368) 2021-04-12 17:40:15 -07:00
Junqiu Zheng
cadcdd936c
fix(docs): fix config example for file sink (#2380) 2021-04-12 11:37:17 -07:00
Dexter Lee
f293add5b1
feat(k8s): Update pods with correct probes and remove unnecessary dependencies (#2362) 2021-04-09 17:49:12 -07:00
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