Harshal Sheth
bfa28b6eaf
build(docs-website): only show release notes for recent releases ( #5621 )
...
* build(docs-website): only show release notes for recent releases
Bonus: also hides the release candidates from the docs website and
tweaks our date formatting to look better.
Changes stacked on top of
https://github.com/datahub-project/datahub/pull/5620 , so merge that
first.
* lint
2022-08-11 14:51:09 -07:00
Ankit keshari
6b819e966c
fix(ui): Schema tab -- Fixed the header issue ( #5622 )
2022-08-11 14:37:57 -07:00
Chris Collins
126235a51f
feat(tokens) Create and display non-expiring tokens on the frontend ( #5630 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-08-11 14:15:33 -07:00
Aditya Radhakrishnan
b042ab1ab0
fix(ingest): fix indenting issue in azure ad connector ( #5627 )
2022-08-11 14:10:28 -07:00
Gabe Lyons
c41f92c8d0
feat(model): Add optional message field to auditstamp ( #5611 )
...
* adding messge to audit stamp
* Update AuditStamp.pdl
* Update AuditStamp.pdl
2022-08-11 13:48:49 -07:00
Gabe Lyons
2e332d8c09
fix(graph service): only query for entities that should have lineage [Breaking Change] ( #5539 )
...
* allow filtering multiple entity types in graph service
* fixing up tests
* fixing imports
* lint fix
* another lint fix
* fixing another lint
* responding to comments
* fixing entity registry test
* always fetch yourself
2022-08-11 13:15:38 -07:00
Gabe Lyons
3ea0005fcb
do not require sources in graphql ( #5626 )
2022-08-11 11:55:50 -07:00
John Joyce
e9494f503f
feat(search): Sticky search filters + misc bug fixes & improvements ( #5601 )
2022-08-10 15:12:53 -07:00
John Joyce
03302ce409
fix(ui): Split based on Data Platform delimiter in Lineage viz ( #5613 )
2022-08-10 15:12:10 -07:00
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