7010 Commits

Author SHA1 Message Date
Teddy
8ad8001da1
skip dbt cli e2e (#11999)
* skip dbt cli e2e

* ran linting
2023-06-16 09:20:35 +02:00
Sachin Chaurasiya
abe8d5c85e
chore(ui): move connection option and arguments under advanced config (#11910)
* chore(ui): move connection option and arguments under advanced config

* chore: show advanced properties inside advanced config

* fix: typescript console error.
2023-06-16 12:50:05 +05:30
Sachin Chaurasiya
a876889924
chore(ui): improve test connection workflow delete flow (#11912)
* chore(ui): improve test connection workflow delete flow

* delete workflow on component unmount

* add unit test

* chore: simplify the condition

* chore: refactor delete workflow method

* fix: alignment issue on server connection tab

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-06-16 12:49:28 +05:30
Teddy
3f01ee938f
Fixes #11895 - Add Indexing and Search logic for TestCases (#11989)
* feat: added logic to delete logical test suite + added check to prevent adding existing testCases to executable test suite

* feat: added elasticsearch index logic for testCases

* feat: added deletion logic from index logic when deleting test suites

* feat: added test case index search to  endpoint

* feat: add executable/logical filter in list testSuite + filterOut tables without tests in Table resource

* feat: added summary field to testSuite

* feat: added executionSummary endpoint for test cases

* feat: removed tick marks around timestamp

* feat: addressed test failures

* feat: ran python linting

* feat: add limit to fetch all tables in TableResource testSuite test

* feat: fix conflict

* feat: ran java checkstyle

* feat: fixed mongo linting + disabled mongo failing tests

* feat: removed mongo test skip

* feat: removed unsued pytest import
2023-06-15 21:27:54 +02:00
Teddy
db59207ffe
temporarly disable dbt test while working on #11895 (#11997) 2023-06-15 20:27:44 +02:00
Onkar Ravgan
d08c928801
Added project property to dashboards (#11986)
* Added projects to dashboards

* Added powerbi proj

* merge conflicts after source url

* fixed mongo pytest
2023-06-15 21:23:43 +05:30
Mayur Singal
82a0222257
SourceUrl changes for dashboard, pipeline & chart entities (#11991) 2023-06-15 14:44:48 +05:30
Pere Miquel Brull
75aa3d5fa1
Fix #10542 & #10830 - Mask Sample Data PII & Column Metrics (#11919)
* Mask Sample Data PII

* Mask column profile

* Mask Test Cases

* Mask Test Cases

* Add tests

* Format

* Format

* Fix test case resource masking
2023-06-15 09:13:57 +02:00
Dương Phan Nam Hưng
105dc9d48d
Update sdk/python/ingestion/lineage.md docs (#11993) 2023-06-15 11:15:52 +05:30
Mayur Singal
7fa963eec3
Fix #1076: Add mongodb support (#11943) 2023-06-15 11:14:22 +05:30
Sriharsha Chintalapani
3c62ddc561
Fix security configuration docs (#11992) 2023-06-14 19:51:57 -07:00
YAMADA Yutaka
63e8aa57ce
Fixes #11955: Modify URL to register with Airflow Lineage Backend (#11956)
* fix: include host_port in url

* fix: run make py_format
2023-06-14 14:06:01 +02:00
Onkar Ravgan
d409c339e4
Fix 10689: Added Powerbi Datamodels (#11923) 2023-06-14 17:00:08 +05:30
Akash Jain
78eaa06fab
fix(docker): Syntax issues (#11982) 2023-06-14 10:25:37 +05:30
Suresh Srinivas
7d9b27b996
Fixes #11976 Add support for suggest and request description and tags for all the entities (#11977) 2023-06-13 12:45:07 -07:00
Akash Jain
c96e239b36
fix(docs): Update Airflow Docker environment variables (#11974) 2023-06-13 10:38:32 -07:00
Ayush Shah
2e5560926d
Add Lineage support for mssql (#11971) 2023-06-13 17:10:26 +05:30
Onkar Ravgan
81ec95ab27
dbt test value fixed (#11948) 2023-06-13 10:54:32 +05:30
Onkar Ravgan
8b7e6a4355
typo fixed (#11939) 2023-06-12 19:29:45 +05:30
Shailesh Parmar
5e7fbf9e4d
fix (ui): Add strategy and threshold to the SQL test #11848 (#11946) 2023-06-12 16:29:11 +05:30
Anuj359
b2ae9d498c
Update docker for sandbox (#11938)
* Stopping the docker before maven build
2023-06-12 10:21:05 +00:00
Pere Miquel Brull
7203f5fe5e
Fix link monitor GA (#11965) 2023-06-12 10:05:45 +02:00
Pere Miquel Brull
134d5de8d5
Use python for Slack Link Monitoring (#11964) 2023-06-12 10:02:43 +02:00
Pere Miquel Brull
ba5f929f77
Add fine-grained health validation for Airflow APIs (#11792)
* Add fine-grained health validation for Airflow APIs

* Add ingestion version response

* Improve messaging

* Format

* Format

* Update response

* ui:update the hook to return airflow status based on response status field

* ui: add unit test for useAirflowStatus hook

* chore: only show test connection if airflow is available

* feat: add airflow message banner

* chore: update icon and background color

* chore: update typography to text

* test: add unit test

* address comments

* chore: show banner on service detail page

* fix: update test suite api workflow to reflect new implementation

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2023-06-12 07:47:45 +02:00
07Himank
62af9bb633
fixed issue for lineage description (#11500)
* fixed issue for lineage description

* fixed issue while ingesting

* fixed issue while ingesting

* added test case for Lingeage with description

* addressing comments .. enhancement

* addressing comments .. enhancement

* modified py test case and removed description from addLineage as we are not using it.

* add support for topic entity and description in lineage details

* fix pylint & test

* pytest fix

* fix column lineage null issue

---------

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-06-12 11:17:32 +05:30
Pere Miquel Brull
095f15064c
Fix #11752 - Multiple inlets in AirflowLineageOperator (#11945)
* Fix multiple inlets in AirflowLineageOperator

* Update dag file
2023-06-12 07:01:19 +02:00
Naveen Kumar Vadlamudi
9b3a4f79f3
Added Note for Local File System Ingestion (ingest-dbt-ui.md) (#11958)
The following note provides, more clarification for the users that are trying to ingest data from dbt to Openmetadata.
2023-06-11 10:40:58 -07:00
Pere Miquel Brull
1aae06840a
Align bootstrap after 1.0.4 patch (#11932)
* Align bootstrap after 1.0.4 patch

* Align v012 script
2023-06-10 18:38:05 -07:00
Sachin Chaurasiya
d14ab0dd0b
chore(ui): remove refresh token on logout (#11936)
* chore(ui): remove refresh token on logout

* update test
2023-06-10 08:02:52 +00:00
Shailesh Parmar
6219158160
feat: bulk import user to the team and refactor the code (#11928)
* feat: bulk import user to the team and refactor the code

* translation-sync

* fixed failing unit test

* updated data test id for teams

* added unit test for import user feature
2023-06-09 19:44:32 +05:30
Pere Miquel Brull
20ebe70d9e
Update test conn definition on initialize (#11940) 2023-06-09 14:06:55 +02:00
Sachin Chaurasiya
e858eae87a
chore(ui): only fetch permission when logged in user data is available (#11920)
* chore(ui): only fetch permission when logged in user data is available

* add unit test
2023-06-09 08:05:07 +00:00
Sachin Chaurasiya
c9cd4101dc
fix( #11589):japanese/chinese language support in custom property name (#11916)
* fix( #11589):japanese/chinese language support in custom property name

* update regex

* update cypress test
2023-06-09 07:19:43 +00:00
Mayur Singal
05dc42bdb8
Fix #11808: Handle lineage for single db sources in superset (#11933) 2023-06-09 12:43:06 +05:30
Mayur Singal
175093d93e
Fix datamodel generate issue for 3.8 (#11934) 2023-06-09 12:33:21 +05:30
Onkar Ravgan
caabe89f9c
Centralize tags ingestion logic (#11880) 2023-06-09 10:45:53 +05:30
Mayur Singal
f43aaf4150
Add database name filed for oracle db (#11906) 2023-06-09 09:31:07 +05:30
Shailesh Parmar
5404440e41
feat: implemented export user functionality and refactor user tab (#11909)
* refactor user tab in team page

* added manage button and import export option for user tab

* integrated export for users from team

* added unit test for user tab

* addressing comments

* addressing comments
2023-06-08 14:24:49 +05:30
Onkar Ravgan
66aa28a3ee
Added check for parent nodes (#11911) 2023-06-08 10:50:11 +05:30
Ashish Gupta
8d3a8e0a37
fix(ui): the tags issue with same column name in entities (#11921)
* fix the tags issue with same column name in entities

* fix unit test
2023-06-08 06:54:34 +02:00
Teddy
75d9826911
doc: updated documentation info for DB requiremenst (#11922) 2023-06-07 14:17:15 +00:00
Pere Miquel Brull
00f07190e9
Change ES mapping maximumMessageSize & retentionSize to long (#11907) 2023-06-07 12:50:24 +02:00
Teddy
8dfa640a82
fix: check for empty description strings (#11914) 2023-06-07 12:49:29 +02:00
Teddy
2163b8de03
doc: Added profiler, apis and schemas documentation back (#11917) 2023-06-07 12:26:51 +02:00
Mayur Singal
9e6e00caf9
Fix #9282: Support Databricks Unity Catalog (#11896) 2023-06-07 11:50:31 +05:30
karanh37
c6fdbc43bb
feat: add tasks tab for feeds widget (#11894)
* feat: add tasks tab for feeds widget

* fix: code smells

* fix: styling issues for tasks tab

* fix: cypress tests
2023-06-07 11:28:06 +05:30
Sriharsha Chintalapani
2b2602b76b
Fix column resize to limit to 128 chars (#11889)
* Fix column resize to limit to 128 chars

* Fix pyformat issue

* replace column_name with col_name

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-06-07 07:24:08 +02:00
Sriharsha Chintalapani
4ecbbcd43c
Fix Japanese language indexing (#11903) 2023-06-07 07:22:55 +02:00
Suresh Srinivas
f23f67dfe9
Fixes #11617 Entity get operations check for ViewAll operation instead of specific view operations based on the field requested (#11904) 2023-06-06 15:18:57 -07:00
Teddy
b0bfbad9da
fix: disable sys. metrics for snowflake (#11900) 2023-06-06 20:58:12 +00:00