5336 Commits

Author SHA1 Message Date
Aseem Bansal
beb51ebf59
fix(ingestion): add logging, make job more resilient to errors (#4331) v0.8.28 2022-03-07 14:32:44 -08:00
Gabe Lyons
2903646a15
feat(impact analysis): bugfixes for Impact Analysis (#4336) 2022-03-07 14:30:00 -08:00
Gabe Lyons
a21e3c16b4
wait more for add/remove user test (#4339) 2022-03-07 14:21:44 -08:00
BZ
e2d05cd8eb
docs: postgres - update support for platform instance (#4292) 2022-03-07 13:16:39 -08:00
Salih Can
915798a5ad
fix(ingest): elasticsearch - connector should work with defaults for auth (#4329)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-03-07 13:16:05 -08:00
Swaroop Jagadish
35b187a8d4
feat(ingest): transformers - add support for processing MCP-s (#4337) 2022-03-07 13:14:29 -08:00
Dexter Lee
128148e5e9
ADd docs on attaching policies (#4334) 2022-03-07 12:07:07 -08:00
Ravindra Lanka
bd6603bec5
fix(ingest): logging - insulate 'datahub' and child loggers from external modules. (#4324) 2022-03-07 12:00:06 -08:00
Dexter Lee
424d357cfd
Fix lineage (#4326) 2022-03-07 09:36:49 -08:00
John Joyce
7efc88e389
Minor ui fixes (#4325) 2022-03-06 20:45:19 -08:00
Dexter Lee
18dd5b6c13
feat(Impact Analysis): Support impact analysis to check all downstreams of given entity (#4322) v0.8.28rc1 RC-v0.8.28 2022-03-04 16:10:25 -08:00
John Joyce
b48b215528
Correct display name for users in UI (#4323) 2022-03-04 16:08:38 -08:00
John Joyce
787a7e6dcd
fix(quickstart): Pin actions pod + add volume mount for datahub-frontend (#4318) 2022-03-04 14:05:14 -08:00
Aditya Radhakrishnan
08aab88553
fix(tags) - map tags to globalTags for entities (#4310) 2022-03-04 12:28:12 -08:00
John Joyce
902929293d
fix(ui) Misc UI fixes & styling improvements. (#4311) 2022-03-04 12:19:37 -08:00
mayurinehate
92b0e1c7c7
feat(tableau): emit workbook as container entity in tableau source, some minor fixes in tableau source (#4261) 2022-03-04 11:52:04 -08:00
John Joyce
9f1c5a8f75
feat(assertions): Adding Assertions Entity & Great Expectations BETA (#4305) 2022-03-04 11:51:31 -08:00
Aseem Bansal
9a9a5c3084
fix: revert changes to OpenApi casing (#4291) 2022-03-04 10:35:44 -08:00
Aseem Bansal
182d4d1cd2
doc: improve doc on adding source (#4316) 2022-03-04 10:22:53 -08:00
Tamas Nemeth
a4c1d5d382
fix(ingest): bigquery - remove unneeded warning (#4317) 2022-03-04 09:11:30 -08:00
Tamas Nemeth
3158e49171
fix(ingest): Removing python 3.9.9 restriction (#4312) 2022-03-04 08:21:33 -08:00
Dexter Lee
e748a70da0
fix(doc): add warning on using AWS glue schema registry (#4306) 2022-03-03 20:56:07 -08:00
Arun Vasudevan
2bf648f98a
feat (ingest): kafka-connect: adding Auth to Kafka Connect API (#4298) 2022-03-03 20:43:20 -08:00
John Joyce
acf6eaaf1c
refactor(ui): Simplify process of adding user.props (w/ docs) (#4296) 2022-03-03 19:22:35 -08:00
John Joyce
5cb02319c6
feat(ui): Introducing New group profile (#4308) 2022-03-03 18:04:48 -08:00
John Joyce
2c3effa54d
Minor fixes to policies redesign (#4309) 2022-03-03 17:05:07 -08:00
Dexter Lee
daab31d6ef
refactor(extractor): Move extractors to entity-registry (#4307)
* Move extractors to entity-registry

* Fix test

* Fix checkstyle
2022-03-03 16:57:32 -08:00
Ankit keshari
d96241c4e1
Resign the policy tab (#4232) 2022-03-03 16:02:58 -08:00
John Joyce
e64e71ee72
docs(readmes): Update module READMEs to reflect the current state of the world (#4294) 2022-03-03 14:20:35 -08:00
Dexter Lee
5e5cf701ed
Fix vulnerabilities (#4297) 2022-03-03 14:20:07 -08:00
Ankit keshari
1438abfdac
Fixed the UI issue: Height issue of editor and The Spacing issue between logo and description (#4300) 2022-03-03 14:19:46 -08:00
Dexter Lee
5d26c86a30
fix(search): Update urn tokenizer to tokenize on periods and slashes (#4085)
* Add period

* Update urn tokenizer

* Add tests
2022-03-03 10:37:10 -08:00
Aseem Bansal
53d1379a85
fix(cli): telemetry - failures should not cause the CLI to fail (#4302) 2022-03-03 09:40:01 -08:00
Ravindra Lanka
520968b247
fix(ingest): bigquery - fix stateful ingestion checkpoint reconstruction. (#4295) 2022-03-02 13:10:15 -08:00
John Joyce
29490e16c4
Small change (#4293) 2022-03-02 11:33:19 -08:00
Kevin Hu
b2b8826118
fix(ingest): clarify s3/s3a requirements and platform defaults (#4263) 2022-03-02 08:58:27 -08:00
Tamas Nemeth
2a5cf3dd07
feat(ingest): bigquery - ability to disable partition profiling (#4228) 2022-03-01 22:29:48 -08:00
Aseem Bansal
d52638a252
fix(ingest): lib - revert positional arg change, create new method (#4266)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-03-01 22:06:37 -08:00
Fabiano V. Santos
c95715448c
fix(docker): use exec form to start container main process (#4245) 2022-03-01 21:49:43 -08:00
Gabe Lyons
9a4a1bb03c
fix(docs): fix frontend docs to replace port 9001 with 9002 (#4280) 2022-03-01 16:55:16 -08:00
Ravindra Lanka
ba0c912c88
fix(ingest): snowflake - fix view upstream lineages to eliminate false edges. (#4284) 2022-03-01 16:53:26 -08:00
Sergio Gómez Villamor
a2a939d406
feat(model): adds PRE in the FabricType enum (#4226) 2022-03-01 16:45:41 -08:00
Aseem Bansal
5f35620581
docs: add details to update users when using helm (#4268) 2022-03-01 16:41:37 -08:00
MugdhaHardikar-GSLab
ec26b0d52a
fix(ingest): fix config parsing for $ (#4258) 2022-03-01 16:11:06 -08:00
Tamas Nemeth
329b0b34b2
feat(ingest): bigquery - supporting v2 audit metadata on Bigquery (#4233) 2022-03-01 16:09:19 -08:00
Aditya Radhakrishnan
1275379d7d
feat(ingest) - cli - always display CLI version (#4282) 2022-03-01 16:07:58 -08:00
RyanHolstien
d8368e92ef
fix(ci): timeline - fix assertion in test (#4285) 2022-03-01 16:05:11 -08:00
mohdsiddique
e2f8db7926
feat: powerbi - add new source (#4201) 2022-02-28 17:37:22 -08:00
buggythepirate
a439e1d4b7
fix(docs): airflow - update instructions for running locally (#4259) 2022-02-28 17:36:29 -08:00
Ravindra Lanka
f12f653366
fix(ingest): snowflake - lineage + logging & reporting improvements. (#4276) 2022-02-28 17:34:48 -08:00