5980 Commits

Author SHA1 Message Date
Sachin Chaurasiya
209aecc4a0
Fix #7352 Add Service Improvements (#7553) 2022-09-19 20:39:25 +05:30
Sachin Chaurasiya
7e9fbee743
UI: Fix Bots Listing Page is not showing updated name and description (#7484)
* UI: Fix Bots Listing Page is not showing updated name and description

* Add cypress test for bots page

* Add cypress tests for webhook

* Fix bots displayName test

* Fix Add bot flow

* Fix update bot test flow
2022-09-19 20:38:30 +05:30
Nahuel
2a6c6134f4
Fix#7272: Improve logging when initializing workflow from CLI (#7522)
* Improve logging when initializing workflow from CLI

* Fix broken tests
2022-09-19 08:00:00 -07:00
Shailesh Parmar
d7d2d7eae9
Fixed issue Create test suite ingestion pipelines with underscores instead of spaces #7279 (#7547)
* Fixed issue Create test suite ingestion pipelines with underscores instead of spaces #7279

* used utils method for replacing space
2022-09-19 19:28:16 +05:30
Ashish Gupta
c12cc0276e
Fix UI : Added check for airflow while creating TestSuite (#7543)
* Added check for airflow  while creating TestSuite

* Changes as per comments
2022-09-19 19:17:23 +05:30
Aniket Katkar
0990e6467f
Fixed expansion issue for rows in entity tables. (#7549) 2022-09-19 19:05:33 +05:30
Sachin Chaurasiya
74e508954c
Fix #7409 If the airflow service not available we throw IP exception (#7546) 2022-09-19 19:01:00 +05:30
Shailesh Parmar
f52f6eccd8
UI: Added cypress test for Data quality and profiler (#7463)
* added initial cypress test for profiler

* added profiler ingestion workflow

* added data-testid for no profiler placeholder

* added create test suite and test case cypress

* added edit and delete flow for table test case

* added test-suite delete test

* added cypress for add column test case

* added delete and edit cypress test for column test

* fixed delete service cypress issue

* removed only keyword
2022-09-19 18:43:39 +05:30
Onkar Ravgan
e6de43b081
Added miising dictionaries (#7545)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-19 18:00:14 +05:30
Akash Jain
08166ac239
fix typo error (#7542) 2022-09-19 15:21:49 +05:30
Ashish Gupta
2333796d28
Fix UI Issue : Made Testcase nodata description more descriptive and decrease the ic… (#7487)
* Made testcase nodata description more descriptive and decrease the icon size

* Changes as per comments
2022-09-19 13:10:34 +05:30
mohitdeuex
4c6932e172
[Basicauth] update table name (#7538)
* Fixed issue with testCases not posted in slack

* Return empty string in case of faling to build url

* [BasicAuth] Added Basic Authentication APIs

* [BasicAuth] Checkstyle

* [BasicAuth] Test yaml updated

* [BasicAuth] Update review comments

* [BasicAuth] Refresh logic added

* [BasicAuth] Add sql updates

* [BasicAuth] Maintain dependency version in main pom.xml

* [BasicAuth] Updated as per new module

* [BasicAuth] Fixes for refresh and missing edge scenario handled

* [BasicAuth] remove quotes

* [BasicAuth] Fix merge conflicts

* [BasicAuth] Update table name
2022-09-19 12:03:12 +05:30
mohitdeuex
4b594d0d6e
[BasicAuth] Added Basic Authentication (#7390)
* Fixed issue with testCases not posted in slack

* Return empty string in case of faling to build url

* [BasicAuth] Added Basic Authentication APIs

* [BasicAuth] Checkstyle

* [BasicAuth] Test yaml updated

* [BasicAuth] Update review comments

* [BasicAuth] Refresh logic added

* [BasicAuth] Add sql updates

* [BasicAuth] Maintain dependency version in main pom.xml

* [BasicAuth] Updated as per new module

* [BasicAuth] Fixes for refresh and missing edge scenario handled

* [BasicAuth] remove quotes

* [BasicAuth] Fix merge conflicts
2022-09-19 11:38:45 +05:30
Marisa Smith
8679ed1511
Bot image update (#7505)
* Updating the bot image to the new UI

* Updated path for new bot image

* Deleting old image
2022-09-19 11:33:39 +05:30
Sachin Chaurasiya
404dba18b5
Add unit tests for policies components (#7467)
* Add unit tests for policies components

* Add unit test for policy listing page
2022-09-19 10:19:51 +05:30
Ashish Gupta
449526e590
Fix issue #7234 : Add MlModel filter pattern in UI (#7479)
* Fix issue #7234 : Add MlModel filter pattern in UI

* fix the Ml Model name
2022-09-19 09:54:58 +05:30
Akash Jain
fc8312c5fb
feat: Refactor openmetadata/ingestion docker image (#7456)
* centralize openmetadata/ingestion docker image

* update volume mappings; fix ingestion tag!

* fix PR comments

* fix cypress mysql tests!
2022-09-19 09:20:54 +05:30
Suresh Srinivas
78bd0c40c6
Change camel case package name to lower case (#7534) 2022-09-18 20:09:08 -07:00
Cristian Calugaru
a326d3bcc0
lib upgrades (#7536)
* lib upgrades

* black reformatting

* downgraded datamode-core-generator to 0.13.0 and pydantic to 1.9.0
2022-09-18 16:51:49 -07:00
Sriharsha Chintalapani
b2bdc54ac7
Fix #7516: Move data folder into openmetadta-service (#7517) 2022-09-17 11:35:45 -07:00
sivaarumalla
3a9576a75c
Update airflow.md (#7530) 2022-09-17 10:56:48 -07:00
sivaarumalla
916dfc1b76
Update cli.md (#7529) 2022-09-17 10:56:26 -07:00
Pere Miquel Brull
6700f169ab
Fix #7165 - Handle SSL certificates on ometa client (#7502)
Fix #7165 - Handle SSL certificates on ometa client (#7502)
2022-09-16 09:39:27 +02:00
Mayur Singal
02f0945bb6
Fix #7159: Fixed nested column issue in bigquery (#7492) 2022-09-16 07:05:35 +02:00
Teddy
1ba6e284fe
Fixes #7118 by cleaning up test names (#7494)
* Cleaned up tests names and add registry name tests

* Updated documentation for test types supported by OM
2022-09-16 07:04:56 +02:00
Vivek Ratnavel Subramanian
8e00a6eb8a
Docs: Update backup.md (#7499) 2022-09-16 07:03:49 +02:00
Teddy
25d1789195
Fixes #7500 Added logic to fetch compose file from release (#7501)
* Added logic to fetch compose file from release

* Used client version utility
2022-09-15 19:32:30 +02:00
Teddy
3fdbe6ecfb
Added logic to report column level metric computation failure for profiler (#7465) 2022-09-15 17:39:29 +02:00
Ashish Gupta
d587eb481d
Fix UI Issue: Allow decimal point in profile sample (#7485)
* Allow decimal point in profile sample

* remove custom styling and use antd component style
2022-09-15 19:37:08 +05:30
Sachin Chaurasiya
30e3012e66
UI : Remove bot option from create user page (#7476) 2022-09-15 18:35:37 +05:30
Milan Bariya
8502bf8e49
Fix: DBT root config error handled (#7446)
* Fix: DBT root config error handled

* Fix: DBT root config error handled

* Fix: Py-test

* Fix: Change based on comments
2022-09-15 18:26:05 +05:30
Nahuel
86ebb2025f
Fix#7407: Add custom source connections for different service types (#7419)
* Fix #4639: Custom Service Schema

* Add custom source as service for different connections type

* Minor typo fix

* Add new service connections to UI

* Fix minor error

* Rename field config to connectionOptions

* Remove sourcePythonClass default value

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-09-15 10:53:27 +02:00
NiharDoshi99
5eb45948bd
Fixed: PostGIS geometry type (#7382)
Fixed: PostGIS geometry type (#7382)
2022-09-15 10:35:15 +02:00
Pere Miquel Brull
3f561448cb
Fix flask app context management (#7464) 2022-09-15 10:32:54 +02:00
Sriharsha Chintalapani
656b50dd3a
Fix #7469: Refactor OpenMetadata code modules (#7474) 2022-09-14 23:14:02 -07:00
Sachin Chaurasiya
639d1c73d7
UI : Remove pre hook script (#7455)
* UI : Remove pre hook script

* Remove pretest coverage
2022-09-15 11:34:03 +05:30
kshinde2512
3c788b02dd
Replacing cy.wait with api wait (#7460)
* services wait

* changing project id

* fixing flaky bigquery test

* Changing flaky tests

* test

* test

* Custom properties and change in services test wait

* Entity details wait

* Glossary api wait

* minor changes for glossary

* mydata api wait

* policies api wait

* mydata page changes

* Roles and services api wait

* Tags and teams api wait

* Users api wait

* tags page failure fix

* minor code change for users

* test fail fix

* test fail fix

* removing it.only

* removing timeout and reducing wait timeout

* changing description element to constant &test fix

* removing timeout on wait

* Teams page fix

* changing the project id

* changing api intercept url for flaky tests

* bigquery test fail fix

* fix flaky tests

* changing project id
2022-09-14 19:19:42 +05:30
Onkar Ravgan
898e596c1c
Added DBT owner docs (#7459)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-14 15:10:37 +02:00
Milan Bariya
591517a487
Fix: Align pre-commit isort (#7380) 2022-09-14 15:10:06 +02:00
Teddy
0bb83f138b
Fixed table filter pattern for bigquery service (#7416) 2022-09-14 15:00:45 +02:00
Aniket Katkar
1d0c6360bf
Fix(UI) #7441: Fixed issue with profile picture. (#7451)
* Fixed issue with profile picture showing fallback image in navbar even with profile image is present in user details

* Added additional check for displaying profile picture in user details page

* Worked on comments
2022-09-14 18:00:20 +05:30
Onkar Ravgan
2c609b4ea4
Added example configs (#7450)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-14 11:07:34 +02:00
Pere Miquel Brull
67437060bc
Update GCS docs (#7443) 2022-09-14 08:12:23 +02:00
Mayur Singal
95b570178a
Fixed Logging Error for airflow lineage backend (#7438)
* Fixed Loggin Error

* pyformat
2022-09-14 06:33:09 +02:00
Aniket Katkar
c1608b14f8
UI: Fixed issue with search not working properly for queries with space on explore page (#7344)
* Fixed issue with search not working properly for queries with space between characters

* Bug fixes

* Code optimisation

* Worked on comments

* fixed failing unit test
2022-09-14 09:41:37 +05:30
Shailesh Parmar
3e81bd0df0
Fix #7400 UI : Upgrade cypress version to 10.7.0 (#7423)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-09-13 11:59:20 -07:00
Chirag Madlani
a6e7862eb3
fix(ui): silent sign-in (#7431) 2022-09-13 10:14:39 -07:00
Aniket Katkar
c0f122a42d
Removed Collapse Component in enable security pages in docs (#7437) 2022-09-13 17:52:31 +02:00
Shailesh Parmar
b8fd072e48
UI: Fixed Clicking "profiler & data quality" and "data quality" tab making the main tabs disappear #7351 (#7417)
* UI: Fixed Clicking "profiler & data quality" and "data quality" tab making the main tabs disappear #7351

* miner fix

* addressing comment
2022-09-13 21:00:46 +05:30
Pere Miquel Brull
747b27c356
Add Hive troubleshooting (#7377) 2022-09-13 16:14:54 +02:00