7127 Commits

Author SHA1 Message Date
Corentin
fbcfcfc147
feat(recommendations): add last edited entities (#6329) 2022-11-14 22:15:48 -08:00
Harshal Sheth
9c04c63813
docs(ingest): airflow - clarify docs around 1.x compat (#6436) 2022-11-14 21:30:42 -08:00
Sergio Gómez Villamor
c6eff28fbb
feat(model): adds properties, ownership, deprecated, institutional memory and tags as aspects for data platform instance entity (#5728) 2022-11-14 17:23:02 -08:00
Luis R
83950167b2
feat(frontend): Adding support to show externalUrl and institutionalMemoryFields for MLModels (#6053)
* adding externalUrl to MLModelProperty graphQL entity

* Adding externalUrl mapping for MLModelProperties

* adding externalUrl to the GraphQL frontend query

* adding institutionalMemory to the MLModel GraphQL query

* mapping externalUrl as property on the tsx template for MLModel

* fixing lint issues on MLModelEntity.tsx

Co-authored-by: Luis Redondo Cañada <luis.redondo@cabify.com>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2022-11-14 16:16:55 -08:00
dependabot[bot]
455d0619c2
build(deps): bump moment-timezone in /datahub-web-react (#5783) 2022-11-14 16:14:05 -08:00
Aditya Radhakrishnan
2a4ec99d89
fix(change-event): remove unnecessary dependencies on EntityChangeEventGeneratorRegistryFactory (#6431) 2022-11-14 12:40:48 -08:00
Harshal Sheth
f75bb470c3
fix(ingest): init dataset props if missing in transformer (#6429) 2022-11-14 15:36:03 -05:00
Mayuri Nehate
198c86a620
feat(ingest): support incremental lineage to dbt node from external platform (#6392) 2022-11-14 13:16:38 -05:00
Chris Collins
78c3bf9ab6
fix(ui) Improve HoverEntityTooltip and truncate parent glossary nodes (#6417) 2022-11-14 13:05:55 -05:00
Stan Baker
7ea97974ba
perf(ui): virtualize schema table rows for rendering performance (#6287) 2022-11-14 11:57:49 -05:00
Mayuri Nehate
443d15f346
fix(ingest): mysql - fix native data type for mysql set type (#6407) 2022-11-14 14:33:26 +01:00
Harshal Sheth
fd518cdf58
fix(ingest): snowflake - loosen snowflake connector version requirement (#6418)
Related to https://github.com/datahub-project/datahub/pull/6204.
2022-11-14 13:44:57 +01:00
Mayuri Nehate
e79b4e8c2b
feat(ingest): s3 - add status aspect for detected s3 datasets (#6402) 2022-11-13 17:29:42 -08:00
Harshal Sheth
3e907ab0d1
feat(ingest): loosen sqlalchemy dep & support airflow 2.3+ (#6204)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2022-11-11 15:04:36 -05:00
Mayuri Nehate
6c42064332
fix(ingest): snowflake - fix missing snowflake lineage when table_pattern is set (#6410) 2022-11-11 16:47:09 +01:00
Mayuri Nehate
1b739319f0
fix(ingest/snowflake): fix TypeError when columns are returned as None in snowflake query (#6404) 2022-11-10 12:02:49 -08:00
Harshal Sheth
ae2ea524a4
fix(ingest): use profiler config settings correctly (#6354)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2022-11-09 19:03:22 -08:00
Harshal Sheth
96f782730e
feat(ingest/tableau): re-authenticate if the token expires (#6380)
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
2022-11-09 18:55:24 -08:00
Tamas Nemeth
ef5c7128da
fix(ingest): unity - Removing unneeded dependency for sqlalchemy from unity-catalog to fix connector setup (#6379) 2022-11-09 15:57:17 +01:00
Marcin Szymański
44cfc29af0
fix(ingest): unity - add missing date type (#6385) 2022-11-09 15:56:22 +01:00
Harshal Sheth
9be00e9ba1
build: use acryl's gradle-avro-plugin (#6390) 2022-11-09 11:39:05 +01:00
Harshal Sheth
bfb682ace7
build(ingest): pin mypy version (#6391) 2022-11-09 11:38:42 +01:00
wangsaisai
92192d2410
feat(ingest): enable container stateful ingestion (#6343) 2022-11-08 12:34:43 +01:00
Harshal Sheth
1a81d8de6a
feat(ingest): supports MCEs in domain transformer (#6364) 2022-11-05 11:41:43 -07:00
Tamas Nemeth
8cfcefb19c
fix(spark-lineage): smoke test fixes, M1 support (#6372) 2022-11-05 11:37:50 -07:00
John Joyce
4c6dd0656f
fix(ui): Addressing minor UI issues pre-release (#6368) v0.9.2 2022-11-04 14:59:30 -07:00
Aseem Bansal
9a687caae4
feat(build): env variable for creds pass to cypress (#6367) 2022-11-05 03:08:51 +05:30
Tamas Nemeth
07a0e86470
fix(ingest): bigquery - Sending lineage aspects as patch (#6313)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-11-04 09:52:34 -07:00
Maggie Hays
8e1a50809f
docs(logos): add Hurb and Razer logos to docs site (#6363) 2022-11-04 20:44:08 +05:30
Fredrik Sannholm
9e86c6f953
fix(docker): install openjdk 11 in base ingest image (#6365) 2022-11-04 20:43:18 +05:30
Harshal Sheth
3080b9e3ee
fix(ingest): only log vars if requested (#6362) 2022-11-03 20:16:07 -07:00
John Joyce
0b9a30bd8d
refactor(ui): Refactor the Glossary Related Entities, Tag Profiles to use search filters instead of query API. (#6352) 2022-11-03 15:32:25 -07:00
Chris Collins
f24f74598b
fix(ui): Handle encoded schemaField urns on the frontend (#6321) 2022-11-03 13:43:10 -07:00
Chris Collins
8c783dac62
feat(privileges) Create privileges to allow for managing children of entities (#6346)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-634.lan>
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-666.lan>
2022-11-03 13:06:40 -07:00
mohdsiddique
3301836218
fix(): compile ranger plugin for java 8 (#6355)
Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: John Joyce <john@acryl.io>
2022-11-03 12:03:03 -07:00
cburroughs
39c84c2f5b
feat(ingest): upgrade feast (#6186)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2022-11-03 11:23:19 -07:00
Aditya Radhakrishnan
c3c2b2715b
fix(schema-history): remove unnecessary margin on version selector (#6359) 2022-11-03 11:14:43 -07:00
Harshal Sheth
ab904cdd37
fix(ingest): fix log line interpolation (#6349) 2022-11-03 10:56:56 -07:00
Aseem Bansal
4d3c25be5e
feat(build): refactor cypress tests, add some tests for invite users, domain creation (#6259) 2022-11-03 22:53:49 +05:30
Maggie Hays
6011b036aa
docs(act) update Act on Metadata landing page (#6288) 2022-11-03 10:08:12 -07:00
Harshal Sheth
0ca3383d30
feat(ingest): support reserved keywords in model codegen (#6351) 2022-11-02 22:26:56 -07:00
djordje-mijatovic
ff885f043e
refactor(ui): Enable url without mail domain (#6317) 2022-11-02 22:16:05 -07:00
Yi Kuang
dd1997642e
docs: add Razer as DataHub adopter (#6353)
Co-authored-by: yikuang <yikuang@synthesis.partners>
2022-11-02 22:15:15 -07:00
Chris Collins
29ff57d155
fix(ui): Fix filters in embedded list search component (#6350)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-638.lan>
2022-11-02 16:37:10 -07:00
John Joyce
3a6879907c
feat(ui): Enable Owner Type for Glossary Node + Domain (#6334)
* Enabling Owner Type of Glossary Nodes

* Enable Owner type for Domain
2022-11-02 16:30:59 -07:00
Ankit keshari
5b85a1f73d
fix(ui): Fix the date issue on Create Access token Modal (#6342) 2022-11-02 16:29:15 -07:00
Harshal Sheth
e0c235a0c1
doc(ingest): clarify that redshift-usage does not support column-level usage (#6347) 2022-11-02 16:27:58 -07:00
Gabe Lyons
fbd285e9b8
fix(search): fixing typo in es utils (#6348) 2022-11-02 16:27:35 -07:00
Aditya Radhakrishnan
aa06f31291
fix(perf): trim down unnecessary fields from container and domain GraphQl queries (#6337) 2022-11-02 09:33:02 -07:00
Mayuri Nehate
c01aa53aa7
fix(ingest): fix schema field urns with empty field path (#6338) 2022-11-02 15:02:13 +01:00