Harshal Sheth
355c129c7c
chore(ingest): drop python 3.6 support ( #5521 )
2022-08-10 15:00:31 -07:00
Harshal Sheth
44328b66e3
fix(ingest): use default telemetry ID when config is unwritable ( #5614 )
2022-08-10 14:58:03 -07:00
Shirshanka Das
5337375b87
feat(model): adding status aspect to assertions ( #5612 )
...
This will allow for soft-delete of assertion entities
2022-08-10 13:12:57 -07:00
mohdsiddique
34c2f94ede
fix(transformers): domain transformer - change config, add docs ( #5606 )
...
Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
2022-08-10 12:14:05 -07:00
Chris Collins
626196d45f
fix(ui) Followups to recent changes to UI ingestion forms ( #5602 )
2022-08-10 08:45:45 -07:00
Aseem Bansal
39c919407f
fix(ci): add env variable for creds smoke test ( #5609 )
2022-08-10 17:04:28 +05:30
Aseem Bansal
581765dd91
fix(ci): cancel docker-unified workflow only on PRs on new commits ( #5608 )
2022-08-10 16:22:56 +05:30
Aseem Bansal
fedf451668
fix(ci): use different image for smoke base image ( #5607 )
2022-08-10 14:53:30 +05:30
Ravindra Lanka
3aa74e0431
fix(ingest): glue - fix minor logging bug. ( #5605 )
2022-08-09 17:45:55 -07:00
Ankit keshari
2b2488e69e
feat(ingestion) Kafka UI ingestion form Addition and minor updates ( #5598 )
2022-08-09 16:20:10 -04:00
Aseem Bansal
526d0497a7
fix(ci): cleanup sleeps to instead use retries ( #5597 )
2022-08-09 11:18:49 -07:00
liyuhui666
0481075705
fix(ingest): Fix ingest Clickhouse without password ( #5511 )
...
* fix(ingest): Fix ingest Clickhouse without password
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-08-09 10:30:56 -07:00
Aseem Bansal
006141ab2e
fix(ci): paths for github workflows ( #5595 )
2022-08-09 10:10:08 -07:00
ksrinath
9a74054b5a
feat(metadata-service-auth): add support for eternal personal access tokens ( #5433 )
2022-08-09 10:04:39 -07:00
Harshal Sheth
c7b3413b11
fix(ingest): simplify upgrade version stats ( #5588 )
2022-08-09 22:07:34 +05:30
Harshal Sheth
b46a6cd63f
feat(ingest): remove orderedset dependency ( #5591 )
2022-08-09 22:07:20 +05:30
Aseem Bansal
d20071ad91
fix(ci): smoke test less flaky, add src, dev dep in smoke image ( #5594 )
v0.8.43
2022-08-09 19:07:12 +05:30
John Joyce
57b7ade1f0
feat(ui): Add rich UI ingestion run summary ( #5577 )
2022-08-08 14:33:57 -07:00
liyuhui666
d33eecbad5
feat(ingest): clickhouse - add metadata modification time and data size ( #5330 )
...
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-08-08 14:00:02 -07:00
John Joyce
737543900e
feat(ui): Support batch deleting from ui ( #5582 )
2022-08-08 13:41:59 -07:00
Jordan Wolinsky
3a86ff3485
Fix profiling when using {table}. ( #5531 )
...
* profiling fix for when using {table}
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-08-08 13:16:59 -07:00
Jordan Wolinsky
33339e2c89
Expose catalog_name in athena.py ( #5548 )
...
* expose catalog_name to the sql alchemy uri that is passed into pyathena
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-08 11:40:05 -07:00
mohdsiddique
0a3721cab3
feat(ingest): power-bi - make ownership ingestion optional ( #5335 )
...
Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2022-08-08 11:26:00 -07:00
Aditya Radhakrishnan
aabc55499d
fix(groups): fix user, search, and preview group membership to be fetched for both external and native group memberships ( #5587 )
2022-08-08 10:54:18 -07:00
xiphl
e4a587ac24
feat(ui): make container description searchable and have description show up in results ( #5586 )
2022-08-08 09:39:24 -07:00
mohdsiddique
d62441b937
fix apache ranger plugin readme file rendering ( #5585 )
2022-08-08 09:34:29 -07:00
Mugdha Hardikar
b32a0723a1
feat(ingest): delta-lake - extract table history into operation aspect ( #5277 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-07 11:35:09 -07:00
Shirshanka Das
da0258c6ad
fix(ingest): moving delta-lake connector to be 3.7+ only ( #5584 )
2022-08-07 09:32:18 -07:00
Mugdha Hardikar
d6621b4481
fix(ingest): sql-common - db2, snowflake bug fixes to extract table descriptions ( #5526 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-07 09:23:23 -07:00
Harshal Sheth
9790f3cefa
feat(ingest): infer aspectName from aspect type in MCP ( #5566 )
2022-08-07 07:52:58 -07:00
Mugdha Hardikar
c7f477813c
feat(datahub-client): add java file emitter ( #5578 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-07 07:21:44 -07:00
Piotr Sierkin
828a711684
feat(ingest): dbt - control over emitting test_results, test_definitions, etc. ( #5328 )
...
Co-authored-by: Piotr Sierkin <piotr.sierkin@getindata.com>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-06 21:42:53 -07:00
Harshal Sheth
69124a0a99
fix(ingest): handle when current server version is unavailable ( #5547 )
2022-08-06 20:59:52 -07:00
Chris Collins
e4fc28e747
feat(ingestion) Add Save & Run button to managed ingestion builder ( #5579 )
2022-08-05 16:36:05 -07:00
Aseem Bansal
edc31f453a
feat(test): add read-only smoke tests ( #5558 )
2022-08-05 16:35:23 -07:00
Maggie Hays
8ac436105e
chore(gradle): update node version for docs site ( #5581 )
2022-08-05 16:03:57 -07:00
John Joyce
69aba0beb3
fix(ui): Fixing batch set domains bug ( #5580 )
2022-08-05 15:45:16 -07:00
Chris Collins
6749171568
feat(ingestion) Implement secrets in new managed ingestion form ( #5574 )
2022-08-05 15:24:47 -04:00
NoahFournier
cfcc1cf760
feat(graphql): add MutableTypeBatchResolver ( #4976 )
2022-08-05 11:20:29 -07:00
John Joyce
da77752f0d
feat(ui): Support batch deprecation from the UI (Batch actions part 6/7) ( #5572 )
2022-08-04 15:14:33 -07:00
Gabe Lyons
89dd04e159
extending assertion std model ( #5575 )
2022-08-04 14:56:54 -07:00
John Joyce
6c616fd417
feat(ui): Batch set & unset Domain for assets via the UI ( #5560 )
2022-08-04 13:37:47 -07:00
Aseem Bansal
8ea5295294
chore(build): tweak stale issue timing ( #5571 )
2022-08-04 10:40:05 -07:00
Aseem Bansal
4f35a6c43d
fix(gms): missing directory for gms ( #5570 )
2022-08-04 22:09:30 +05:30
Aseem Bansal
2eef7e4c44
fix(ci): flaky smoke test fix ( #5569 )
2022-08-04 19:03:28 +05:30
Aseem Bansal
f984585990
fix(gms): ensure directory is present ( #5568 )
2022-08-04 18:58:06 +05:30
Gabe Lyons
f06b8eb4e8
(chore): upgrading ingestion to 0.8.42 ( #5562 )
2022-08-04 17:06:16 +05:30
Harshal Sheth
3c2a9c585b
fix(ingest): activate mypy support for ParamSpec typing annotation ( #5551 )
2022-08-04 17:05:52 +05:30
Gabe Lyons
60468c91a8
chore(0.8.42): update breaking changes doc ( #5563 )
2022-08-04 16:12:55 +05:30
mohdsiddique
c619ba9500
feat(transformers): Add domain transformer for dataset ( #5456 )
...
Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
2022-08-03 21:11:42 -07:00