11753 Commits

Author SHA1 Message Date
Alexey Kravtsov
89ed0fc1e5
fix(ui): add dataset qualifiedName parameter to lineage query (#5427) 2022-07-18 15:57:35 -07:00
leifker
e9c943f3b9
fix(protobuf) Set undeprecated ownership type & fix case sentitive urn corpGroup (#5425) 2022-07-18 15:56:43 -07:00
Shirshanka Das
9d79fd3767
fix(docker): fix kafka-setup command to support same capabilities as previous (#5428) 2022-07-18 13:25:17 -07:00
Mayuri Nehate
65a308a4ed
fix(ingest): looker - extract usage for dashboards allowed by pattern (#5424) 2022-07-18 14:21:17 +02:00
Shirshanka Das
238fca5191
chore: remove unnecessary modules from codebase (#5420) 2022-07-17 22:02:45 -07:00
John Joyce
f8d059901f
feat(ui): Supporting enriched search preview + misc improvements (#5419) 2022-07-17 22:02:09 -07:00
Chris Collins
d020f42d38
fix(documentation) Fix erratic cursor in documentation editor bug (#5411)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-280.lan>
2022-07-17 20:01:56 -07:00
Shirshanka Das
024797df0d
feat(quickstart): moving to official confluent images for m1 (#5416) 2022-07-17 18:59:09 -07:00
Mayuri Nehate
e6ce4324c9
fix(ingest): looker - pass transport options to all api calls (#5417) 2022-07-17 13:55:20 -07:00
Shirshanka Das
f387fa6149
fix(ingest): ensure upgrade checks run async (#5383) 2022-07-16 17:38:33 -07:00
Aseem Bansal
36f3ab3fa3
feat(quickstart,docs): updates for v0.8.41 (#5409) 2022-07-15 21:32:32 +05:30
Pedro Silva
6e07ec5924
fix(tests): Removes duplicate policies tests & makes DataHub user configurable (#5365) v0.8.41 2022-07-15 19:14:19 +05:30
Pedro Silva
bc96cf22e7
fix(metadata-ingestion) Fix broken csv enricher test (#5406) 2022-07-15 19:00:36 +05:30
Pedro Silva
5b61bcc4e0
fix(gms): Change MessageDigest to be thread safe (#5405) 2022-07-15 16:28:59 +05:30
Harshal Sheth
fdea718e38
build: improve comprehensiveness of gradle clean (#5003) 2022-07-15 15:38:32 +05:30
Mugdha Hardikar
369c65522c
fix(datahub-client): Fix kafka config issue (#5403) 2022-07-15 15:38:00 +05:30
Mayuri Nehate
2c48329810
feat(model): dashboard usage model, is_null condition added (#5397) 2022-07-15 15:37:06 +05:30
liyuhui666
d24b91df42
fix(kafka): add missing configs (#5394) 2022-07-15 14:53:55 +05:30
Chris Collins
fa07dc69eb
feat(ingestion) Build out UI form for Snowflake Managed Ingestion (#5391) 2022-07-15 14:34:25 +05:30
Pedro Silva
b2edd44b6a
Adds support for Domains in CSV source (#5372) 2022-07-15 14:20:41 +05:30
Aseem Bansal
ef02bf4b04
fix(quickstart): use platform agnostic way to get folder (#5400) 2022-07-15 14:15:24 +05:30
John Joyce
4857af57c1
feat(GMS): Adding Dashboard Usage Models (#5399) 2022-07-14 23:47:46 -07:00
Ankit keshari
ab549257b4
refactor(ui): Added Cursor pointer to tags (#5389) 2022-07-14 18:29:54 -07:00
Gabe Lyons
cd147685c7
feat(siblings): allow viewing siblings separately (#5390)
* allow pulling back curtain for siblings

* sibling pullback working for lineage + property merge

* propagating provinence to ui

* fixups from merge & some renames

* fix styling & add tooltip

* adding cypress tests

* fix lint

* updating mocks

* updating smoke test

* fixing domains smoke test

* responding to comments
2022-07-14 14:23:12 -07:00
Felix Lüdin
a0303448ba
feat(dashboards): add datasets field to DashboardInfo aspect (#5188)
Co-authored-by: John Joyce <john@acryl.io>
2022-07-14 09:54:02 -07:00
neojunjie
8d4b7cf8a1
fix(PlayCookie) PLAY_TOKEN cookie rejected because userprofile exceeds 4096 chars (#5114) 2022-07-14 09:52:51 -07:00
Navin Sharma
ee7c5f75a2
Add Changes to support smoke test on Datahub deployed on kubernetes Cluster (#5334)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2022-07-14 22:04:06 +05:30
Aseem Bansal
45315ef1d4
fix(bigquery): add storage project name (#5395) 2022-07-14 19:52:38 +05:30
Aseem Bansal
60714df08f
fix(bigquery): multi-project GCP setup run query through correct project (#5393) 2022-07-14 16:03:01 +05:30
abiwill
7bbac5ef4d
feat(kafka-setup): add options for sasl_plaintext (#5385)
allow sasl_plaintext options using environment variables
2022-07-13 13:47:23 -07:00
Tamas Nemeth
4334248953
feat(airflow): Circuit breaker and python api for Assertion and Operation (#5196) 2022-07-13 10:17:38 -07:00
Tamas Nemeth
9ec4fbae86
fix(ingest): bigquery - Graceful bq partition id date parsing failure (#5386) 2022-07-13 13:21:45 +02:00
Tamas Nemeth
4c6d427800
fix(cli): respect server telemetry settings correctly (#5384)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-13 11:24:18 +02:00
Aditya Radhakrishnan
3a2fec341a
fix(bootstrap): skip ingesting data platforms that already exist (#5382) 2022-07-12 17:23:41 -07:00
Pedro Silva
5011c2f6db
fix(gms) Propagate cache exception upstream (#5381) 2022-07-12 16:02:28 -07:00
Aditya Radhakrishnan
e2a0fddcaa
fix(users): fix to not get invite token unless the invite token modal is visible (#5380) 2022-07-12 10:20:35 -07:00
Tamas Nemeth
f0281f32ab
fix(airflow): fix for failing serialisation when Param was specified + support for external task sensor (#5368)
fixes #4546
2022-07-12 10:20:27 -07:00
Aezo
ff0aa3f24b
feat(sdk): python - add get_aspects_for_entity (#5255)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-12 10:10:07 -07:00
Aseem Bansal
9fca5277dc
fix(build): tweak ingestion build (#5374) 2022-07-12 12:37:47 +05:30
Navin Sharma
f3e5afdba9
feat(quickstart): Adding env variables and cli options for customizing mapped ports in quickstart (#5353)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-11 22:33:24 -07:00
Shirshanka Das
489b5bb5b4
fix(ingest): domains - check whether urn based domain exists during resolution (#5373) 2022-07-11 15:08:26 -07:00
Sergio Gómez Villamor
070dfa0eaf
fix(config): fixes config key in DataHubAuthorizerFactory (#5371) 2022-07-11 09:57:20 -07:00
Shirshanka Das
860d475c5e
feat(ingest): improve domain ingestion usability (#5366) 2022-07-11 09:37:38 -07:00
neojunjie
5bb7fe3691
feat(ingest) - add audit actor urn to auditStamp (#5264) 2022-07-08 09:21:16 -07:00
John Joyce
39a4ef842d
refactor(ui): Remove unnecessary fields in GraphQL (#5358) 2022-07-08 09:19:50 -07:00
Ankit keshari
2543ff1eb3
feat(ui): Added recommendation on group modal (#5362) 2022-07-08 09:19:31 -07:00
John Joyce
b927c0d219
refactor(ui): Use createTag mutation for creating new tags from the UI (#5359) 2022-07-08 09:18:33 -07:00
Justin Marozas
414252351a
fix(cassandra): fix Cassandra queries used by IngestDataPlatformInstancesStep (#5199) 2022-07-07 22:20:57 -07:00
Chris Collins
a1d0b11510
feat(lineage) Add Lineage tab to Chart and Dashboard entity profiles (#5357) 2022-07-07 17:54:11 -05:00
Chris Collins
7c8297c176
fix(glossary) Fixes a bug for yaml ingested terms without source_url (#5356) 2022-07-07 16:23:46 -05:00