3072 Commits

Author SHA1 Message Date
Onkar Ravgan
c1fa31eacc
DBT Models Lineage Fix (#5252)
DBT Models Lineage Fix (#5252)
2022-06-01 18:35:51 +02:00
Sachin Chaurasiya
63fe4f7b9a
Fix #5248 UI : Confirmation modal is showing wrong tables count on database page (#5249) 2022-06-01 16:06:35 +05:30
Onkar Ravgan
4671ca00b0
Refactored PowerBi Connector (#5107)
Refactored PowerBi Connector (#5107)
2022-06-01 10:36:12 +02:00
Abhishek Pandey
ba88aa1668
Issue 4660: Bigquery ADC FIx (#5241)
* fixed-bigquery-adc
2022-06-01 13:52:55 +05:30
Pere Miquel Brull
6ca9b816bd
Fix #3396 - Linting in OMeta 2022-06-01 08:36:07 +02:00
Shailesh Parmar
e51b50825f
Cypress: E2E test for glossary page (#5232) 2022-05-31 23:06:36 -07:00
darth-coder00
987ea13c2a
Add pagination and fix search for Users page (#5197)
* Fix Users teams apis integration

* Addressing comments and fixing tests
2022-06-01 11:17:01 +05:30
Vivek Ratnavel Subramanian
ae35909692
Revert " [issue 5222] remove redundant code used to check API response (#5223)" (#5242)
This reverts commit 1df1df616f50cf96553a99efaf77e300deeb6989.
2022-05-31 15:25:36 -07:00
Sachin Chaurasiya
db0eaa8cbb
Feat : #5057 UI : Add support for adding a custom field to an entity (#5184)
* Feat : #5057 UI : Add support for adding a custom field to an entity

* Add suport for deeplink

* Add unit test for custom entity page component

* Add unit test for custom entity detail

* Fix : params code styling for get list method

* Fetch type details on type select

* Fix failing unit test

* Fix code styling

* Fix #5042: Add a field to an entity API is failing

* Add unit test

* Add unit test

* Style : change customfields table styling.

* Add unit test

* Add support for deleting custom field

* Add unit test for delete field flow

* Fix failing unit test

* Add operation state

* Add support for edit field

* Add unit test

* Fix no-data row styling

* Complete todo items

* Add check for if no entity data available

* Add unit test

* Fix code smell

* Fix feed issue for entity `type`

* Addressing review comment

* Addressing review comments

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-05-31 23:58:55 +05:30
Filip Rembiałkowski
a5055a5585
Fix #5234 ES ingestion failure on Glossary Term. (#5236)
Co-authored-by: Filip Rembiałkowski <filip.rembialkowski@gmail.com>
2022-05-31 06:38:33 -07:00
Parth Panchal
474ef0826a
Fixed #4771: Syncing newly added tags to a glossary term to assets labeled with that glossary term (#4869)
* Propage newly added tags to a glossary term to assets labeled with that glossary term

* modified updateTags method

* addressing style check

* query change
2022-05-31 14:32:40 +05:30
Abhishek Pandey
50409eac24
removed-required-from-aws-credential (#5219)
removed-required-from-aws-credential (#5219)
2022-05-31 08:45:02 +02:00
Sriharsha Chintalapani
0b609f8d97
Fix #5135: ElasticSearch shows 10000 max hit number (#5211)
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-05-30 22:18:40 -07:00
yug-shah0106
1df1df616f
[issue 5222] remove redundant code used to check API response (#5223)
* [issue 5222] remove redundant code used to check API response

* minor fix
2022-05-31 10:16:06 +05:30
Sachin Chaurasiya
96486d745e
Fix #5213 Manage tab for service gives "invalid field id" (#5218) 2022-05-30 21:38:31 -07:00
Sriharsha Chintalapani
a75fd13695
Fix #5042: Add a field to an entity API is failing (#5215) 2022-05-30 09:23:35 -07:00
Sachin Chaurasiya
233699a7a1
Fix #5207 UI - Team Assets display table full address (#5217)
* Fix #5207 UI - Team Assets display table full address

* Add unit test
2022-05-30 20:22:07 +05:30
Pere Miquel Brull
cb414d5768
Fix BigQuery LENGTH (#5216)
* BigQuery LENGTH

* cat coverage

* Fix coverage source
2022-05-30 16:12:45 +02:00
Abhishek Pandey
12e8a1fcf6
required-fields-updated-in-snowflake-and-athena (#5143)
required-fields-updated-in-snowflake-and-athena (#5143)
2022-05-30 14:57:26 +02:00
Parth Panchal
f8f79ebb2d
Fixed#2730: added status filter support for webhooks (#5214)
* Fixed#2730: added status filter support for webhooks

* added status param

* addressing comments

* postgres query change
2022-05-30 15:53:23 +05:30
Parth Panchal
ffebbb2d28
Fix #5036: added category filter for types API (#5160)
* added category filter for types API

* added category filter for types API
2022-05-30 11:45:04 +05:30
Shailesh Parmar
1e57d03a76
Cypress: sample data testing for ingestion (#5150)
* added sample data test for bigquery

* added sample data testing for mysql connector

* added sample data testing for redshift

* added snowflake sampledata test

* miner fix

* fixing typo

* miner fix
2022-05-30 11:38:55 +05:30
Pere Miquel Brull
0005bc1292
Fix #5108 - Add Map and Struct support for Athena & Block them for profiler (#5181)
Fix #5108 - Add Map and Struct support for Athena & Block them for profiler (#5181)
2022-05-30 06:53:16 +02:00
Shailesh Parmar
c4a0ced7ec
fixed issue- 5185 MyData spec is failing for click on explore page (#5186) 2022-05-30 10:02:13 +05:30
Vivek Ratnavel Subramanian
256e192d7a
Fix #5204: Support AWS Cognito SSO for user authentication (#5205) 2022-05-28 18:27:24 -07:00
Sriharsha Chintalapani
994a83bb95
Webhook post fails due to empty secretKey (#5203) 2022-05-27 18:23:52 -07:00
Shailesh Parmar
f8751f3bb0
Cypress: E2E test for tags page (#5187) 2022-05-27 11:22:33 -07:00
Sachin Chaurasiya
4944f031db
Fix : table constraint is missing in datasetVersion schema (#5192) 2022-05-27 20:10:18 +05:30
kshinde2512
cfa690e450
Removing selenium code (#5174)
* Removing selenium code

* Removing testng.xml and
selenium related dependencies

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-05-27 19:45:55 +05:30
darth-coder00
5859c956f3
Fix #4537: Use ES for users and teams (#5104)
* Use search api for admin users in owners dropdown

* Replaced all-users list with user search and removed dependencies of all-users list

* Fixed 100000 limit issue for teams and global team refs with logged-in user teams

* Minor fix

* Minor fixes

* Fix cypress tests

* Fixed failing Cypress tests

* Fixed code smells

* Addressing comments
2022-05-27 18:46:42 +05:30
Pere Miquel Brull
8fbac82196
Sonar Base Path (#5189) 2022-05-27 13:31:10 +02:00
Sriharsha Chintalapani
cf3d4314dd
Fix #1607 Operational metrics for OpenMetadata system observability (#4386)
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2022-05-27 15:39:13 +05:30
Pere Miquel Brull
aec9ba2ddb
Sonar Project Settings (#5183) 2022-05-27 10:35:52 +02:00
Pere Miquel Brull
4bbe4ef63d
fix unshallow (#5180) 2022-05-27 10:09:42 +02:00
Pere Miquel Brull
04ede3b05b
Fix #3395 - Profiler linting (#5177)
Fix #3395 - Profiler linting (#5177)
2022-05-27 09:50:08 +02:00
Sachin Chaurasiya
a49fb8f0b2
Fix #5129 UI : Handle table constraints to show corresponding constraints Icon for columns. (#5136) 2022-05-27 12:15:11 +05:30
Shailesh Parmar
723a93fa17
UI: Unit test for Teams component (#5130) 2022-05-26 23:13:19 -07:00
Pere Miquel Brull
02c2dd9494
Fix #4689 - Rename FQDN to FQN and clean unused code (#5165) 2022-05-26 21:00:18 +02:00
darth-coder00
4b33693ffd
Fix types issue post schema changes (#5161) 2022-05-26 11:16:51 -07:00
Nahuel
628296d294
Fix #2725: Add IngestionPipeline Task logs (#5152) 2022-05-26 10:08:56 -07:00
Teddy
bbe5cfa9e7
[ISSUE-3450] openmetadata-ingestion great-expectations submodule (#4752)
[ISSUE-3450] openmetadata-ingestion great-expectations submodule (#4752)
2022-05-26 15:16:03 +02:00
Mayur Singal
f9bb54ed91
Fix #5162: Sample usage fixed (#5163)
* Fix #5162: Sample usage fixed

* Test Fix
2022-05-26 15:15:41 +02:00
Mayur Singal
cf268c9cdd
Fix #5167: Fix Tag Category Creating Issue (#5168) 2022-05-26 15:15:12 +02:00
Mayur Singal
0edb13fd2c
Fix #5169: Removed Prints & Comments (#5170) 2022-05-26 15:12:57 +02:00
Pere Miquel Brull
0f5777a9fa
Fix #4483 Airflow REST stage file loc; Fix #4738 disable rest_on_return (#5138)
Fix #4483 Airflow REST stage file loc; Fix #4738 disable rest_on_return (#5138)
2022-05-26 09:21:36 +02:00
Pere Miquel Brull
1c353b344a
Workflow to support PipelineConnection (#5157) 2022-05-26 09:21:19 +02:00
mosiac1
a47a2ce5b7
Add backend and UI support for direct joins between tables (#4943) 2022-05-25 23:41:26 -07:00
Pere Miquel Brull
35e67890b8
Fix #5141 - Iterate over all Entities in the profiler workflow (#5146)
Fix #5141 - Iterate over all Entities in the profiler workflow (#5146)
2022-05-26 07:35:23 +02:00
Milan Bariya
1889b4b0f2
Fix #5101: Snowflake Bug - TableType changes (#5144) 2022-05-26 07:23:24 +02:00
Pere Miquel Brull
7310dda620
Remove pom from python GHA (#5147)
Remove pom from python GHA  (#5147)
2022-05-25 16:30:08 +02:00