Chris Collins
3b85c79ada
fix(ingestion) Set pipeline_name on UI recipes with forms ( #5535 )
2022-08-01 19:26:46 -04:00
Aditya Radhakrishnan
d0f0fae431
chore(issues): reduce time for issues to be marked stale and then closed ( #5537 )
2022-08-01 15:53:18 -07:00
Alexey Kravtsov
c182fe7fca
feat(ingestion): add groups to ldap users ( #5470 )
2022-08-01 15:04:30 -07:00
Maggie Hays
2163d75c83
docs(townhall) add past townhall agendas ( #5536 )
2022-08-01 14:01:43 -07:00
Harshal Sheth
4f93aaa3a7
feat(ingest): add deprecation warning for Python 3.6 ( #5519 )
2022-08-01 10:20:41 -07:00
mohdsiddique
c31e380489
feat(apache-ranger): Apache Ranger Authorizer support in datahub-gms ( #4999 )
2022-08-01 09:47:08 -07:00
Chris Collins
d9d77646af
fix(glossary) Fix Glossary success messages and sort Glossary ( #5533 )
...
* show error and success messages in glossary properly
* sort glossary nodes and terms alphabetically
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-08-01 09:37:34 -07:00
Chris Collins
d1f0c7a6aa
feat(ingestion) Add frontend connection test for Snowflake ( #5520 )
2022-08-01 09:12:02 -07:00
Chris Collins
160f8e8b1e
fix(ui) Display Term Group name properly in Recently Viewed ( #5528 )
2022-08-01 14:45:44 +05:30
Harshal Sheth
465e2c6e9a
fix(ingest): fix unbound variable bug in cli ingest list-runs ( #5527 )
2022-07-29 17:30:35 -07:00
Vishal Shah
f11172f94c
fix(ingest): airflow: update subdag check for compatibility with older Airflow versions ( #5523 )
...
* use getattr to default None if no subdag
* add None check
* add other None check
* Apply suggestions from code review- double quotes
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
* minor tweak to fix lint
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2022-07-29 13:28:20 -07:00
Harshal Sheth
55cb34e5d4
test(ingest): limit GMS retries in test ( #5509 )
2022-07-29 15:11:31 +05:30
John Joyce
c0eb8a1b8b
feat(ui): Adding Search Select feature(frontend only) ( #5507 )
2022-07-28 17:40:03 -07:00
Aditya Radhakrishnan
c8fc246319
feat(identity): update azure and okta connectors to emit Origin aspects ( #5495 )
2022-07-28 16:03:57 -07:00
Ankit keshari
6ccf698b41
feat(ui): Added form to Looker and Tableau ( #5487 )
2022-07-28 14:56:12 -07:00
Ankit keshari
e34ff1c177
fix(ui): Flickering Issue on search input field ( #5515 )
2022-07-28 09:12:19 -07:00
Harshal Sheth
9c7d4bd465
fix(ingest): respect rest emitter timeout setting ( #5508 )
2022-07-28 09:42:14 +05:30
Ankit keshari
362b3610c9
fix(ui): Fix Flickering Issue on search input field ( #5503 )
2022-07-27 14:56:36 -07:00
Chris Collins
be296d69a5
feat(ui) Show Glossary and Domains header links to everyone ( #5506 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-07-27 14:55:27 -07:00
Harshal Sheth
64e7da8a68
fix(ingest): use temp dir for file generated during test ( #5505 )
2022-07-27 14:29:11 -07:00
Aseem Bansal
9b5afcce51
feat(cli): delete - add --only-soft-deleted option, perf improvements ( #5485 )
2022-07-27 11:22:24 -07:00
Maggie Hays
d407904f66
docs(slack): update to Slack guidelines ( #5504 )
2022-07-27 11:10:35 -07:00
Harshal Sheth
2d68097ff4
refactor(ci): refactor Docker build-and-push workflows ( #5494 )
2022-07-27 22:27:31 +05:30
Harshal Sheth
690443ce14
fix(ingest): cleanup unused flake8 noqa statements ( #5492 )
...
* fix(ingest): cleanup unused flake8 noqa statements
In the future, we can discover these using `flake8-noqa`.
* add back c901
2022-07-27 22:02:32 +05:30
Mayuri Nehate
5981fdd957
docs(updating-datahub): add note for breaking change in looker usage ingestion ( #5499 )
2022-07-27 21:54:32 +05:30
Aseem Bansal
b00e78cd1e
docs(auth): fix link to point to new doc ( #5501 )
2022-07-27 21:14:01 +05:30
Mugdha Hardikar
d8b2350724
feat(spark-lineage, java-emitter): Support ssl cert disable verification functionality ( #5488 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-26 18:06:03 -07:00
Harshal Sheth
44122d4e08
refactor(ci): use custom action for checking codegen status ( #5493 )
2022-07-26 18:04:57 -07:00
Aezo
85a55ffac7
fix(ingest): dbt - add support for trino datatypes ( #5379 )
2022-07-26 17:02:00 -07:00
Harshal Sheth
6840240355
build(ingest): make gradle build less chatty ( #5491 )
2022-07-26 16:37:46 -07:00
Harshal Sheth
c294e89317
refactor(ingest): cleanup importlib.import_module calls ( #5490 )
2022-07-26 16:34:54 -07:00
Harshal Sheth
97d508fa2e
fix(ingest): loosen confluent-kafka dep requirement ( #5489 )
2022-07-26 14:43:33 -07:00
Aseem Bansal
639feafcfb
feat(build): automatically mark issues as stale to close inactive issues ( #5482 )
2022-07-26 09:30:40 -07:00
Mayuri Nehate
04de6c27b7
feat(ingest): snowflake - test_connection add support for capability report ( #5472 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-26 09:29:57 -07:00
Mayuri Nehate
455ec182e5
feat(model, ingest): add user email in dashboard user usage counts ( #5471 )
2022-07-25 23:06:53 -07:00
Aseem Bansal
252992f15e
fix(ci): intermittent failure in github actions ( #5452 )
2022-07-25 23:02:02 -07:00
Shirshanka Das
d97dc7212c
fix(docs): add missing closing marker for note section ( #5480 )
2022-07-26 07:51:30 +05:30
Aseem Bansal
5d71f73062
feat(cli): delete - hard delete deletes soft deleted entities ( #5478 )
2022-07-25 18:17:02 -07:00
Ankit keshari
f59b21e951
refactor(ui): Adding checkbox option to select multiple results at once. ( #5422 )
2022-07-25 16:34:15 -07:00
Harshal Sheth
91ca1e6425
docs(reindex): fix docsearch config ( #5479 )
2022-07-25 15:08:28 -07:00
Ankit keshari
5ec7b9d4c6
Ingestion: Added form in Big Query type to edit the queries. ( #5431 )
2022-07-25 17:57:42 -04:00
Gabe Lyons
efc5602493
feat(ingest): dbt - updating source lineage logic ( #5414 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-07-24 23:55:01 -07:00
Shirshanka Das
941770f3bc
feat(cli): quickstart - experimental support for backup restore ( #5418 )
2022-07-24 23:52:25 -07:00
Shirshanka Das
86012fd40c
feat(ci): datahub-upgrade - support multiplatform image ( #5477 )
2022-07-24 18:25:39 -07:00
Shirshanka Das
b010efa6cf
fix(ingest): kafka - revert deps back to < 1.9.0 ( #5476 )
2022-07-24 15:04:24 -07:00
Tamas Nemeth
cb05159474
fix(ingest): bigquery: multiproject profiling fix ( #5474 )
2022-07-23 18:44:46 +02:00
John Joyce
f8697ba54f
feat(ui): Partial support for Chart usage ( #5473 )
2022-07-22 15:19:04 -07:00
Aseem Bansal
935b423452
fix(docs,build): remove base image not needed, cleanup docs ( #5469 )
2022-07-22 19:43:48 +05:30
Sergio Gómez Villamor
0455ae00d5
doc(bigquery): groups grants by requirements ( #5468 )
2022-07-22 18:49:37 +05:30
Aseem Bansal
e21efbe9d2
fix(build): add base image with gradle wrapper cached ( #5467 )
2022-07-22 17:44:37 +05:30