Aniket Katkar
d705a0831d
fix(ui)#9714: condition between applied advanced search quick filters changed from AND to OR ( #9918 )
...
* changed condition between advanced search quick filters from AND to OR
* Changed cypress flow for quick filters for new changes
2023-01-25 21:39:35 +05:30
Abhishek Pandey
933e195ef6
salesforce-test-added ( #9890 )
...
* salesforce-test-added
* license-headers-added
2023-01-25 21:24:21 +05:30
Nahuel
a153859061
Add extra info when running E2E tests ( #9927 )
2023-01-25 16:46:36 +01:00
NiharDoshi99
a817b18104
updated postgres docs ( #9920 )
2023-01-25 21:04:25 +05:30
Nahuel
a6d825d3bc
Fix sonar cloud report generation in E2E CLI tests ( #9924 )
2023-01-25 16:05:52 +01:00
Milan Bariya
49d48e0546
Update: Trino, Presto Logic and Doc ( #9859 )
...
* Update: Trino, Presto Logic and Doc
* Update: Trino, Presto Logic and Doc
* Update permissions in Doc
* Update openmetadata-docs/content/connectors/database/trino/index.md
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-01-25 19:20:06 +05:30
Sachin Chaurasiya
1cfdd6d7b0
fix(ui): JwtClaim should also check for "sub" claim and add fallback mechanism ( #9909 )
...
* fix(ui): JwtClaim should also check for "sub" claim and add fallback mechanism
* test: add unit tests
2023-01-25 13:20:39 +00:00
Nahuel
aa315a2e85
Fix run tests on coverage for E2E CLI test ( #9917 )
2023-01-25 13:44:48 +01:00
Ashish Gupta
39636fb5f9
UI : Added Permission to Edit Custom Property in Entity and fix icon width ( #9878 )
...
* Added Permission to Edit Custom Property in Entity and fix icon width
* chanegs as per comments
* changes as per comments
2023-01-25 18:10:14 +05:30
Ashish Gupta
74946964d0
Change entity active card styling and hover on cards too ( #9907 )
2023-01-25 18:07:51 +05:30
Nahuel
f175b5be20
Fix timeout field in GH action ( #9915 )
2023-01-25 13:15:31 +01:00
Mayur Singal
dd82fad5c4
Fix sample data re-ingestion for upgrade test ( #9905 )
2023-01-25 17:44:18 +05:30
Nahuel
67820c359d
Fix GH acton for E2E CLI tests coverage to Sonar ( #9914 )
2023-01-25 12:40:19 +01:00
Nahuel
b0f7cc3ca2
Fix GH acton for E2E CLI tests coverage to Sonar ( #9910 )
2023-01-25 11:56:54 +01:00
Nahuel
5608c2fde0
Add E2E CLI tests coverage to Sonar ( #9908 )
2023-01-25 11:51:25 +01:00
Milan Bariya
176111aa27
Added databricks in lineage model ( #9887 )
2023-01-25 16:06:48 +05:30
Teddy
40111d810c
Added collect endpoint to response filters ( #9884 )
...
* fix: added collect endpoint to event filter
* fix: structure of global var EXCLUDED_ENDPOINTS
2023-01-25 10:31:25 +00:00
Mayur Singal
6b4e500fa6
Update Redshift Requirement Docs ( #9902 )
2023-01-25 14:08:48 +05:30
Ashish Gupta
024519f92b
UI : Fix the alignment and view of Delete Modal ( #9895 )
...
* Fix the alignment and view of Delete Modal
* remove unwanted z-index
2023-01-25 12:18:48 +05:30
Aniket Katkar
d776224bcf
fix(ui)#9846: row count not populating on table details page ( #9896 )
...
* fixed rows not populating in table info
added skeleton loaders for rowCount and columnCount
styling and localization fixes
* added unit tests for checking rowCount and columnCount
2023-01-25 11:35:40 +05:30
Mayur Singal
74d2132883
Supserset Connection Changes Doc ( #9893 )
2023-01-25 11:06:00 +05:30
Mayur Singal
b3f9e3ba97
Update snowflake Requirement Docs ( #9900 )
2023-01-25 11:05:14 +05:30
Shailesh Parmar
bf55f13b56
fixed failing big query cypress test ( #9897 )
2023-01-25 10:34:12 +05:30
Pere Miquel Brull
bce8574f98
Dashboards and charts use the ID as name ( #9810 )
...
* Update dashboard names
* Fix: metabase lineage
Co-authored-by: Nihar Doshi <nihardoshi16@gmail.com>
2023-01-24 21:50:35 +05:30
Nahuel
fbc32bc873
Fix: MSSQL and DBT Redshift CLI E2E failing ( #9899 )
2023-01-24 16:04:42 +00:00
Shailesh Parmar
cb54662bd1
ui: revamp glossary ui as per new mock ( #9873 )
...
* ui: revamp glossary ui as per new mock
* updated UI and code improvement
* fixed glossary unit test
* fixed failing glossary cypress
* updated style
* Fixed glossary cypress and loading issue
2023-01-24 18:49:53 +05:30
Nahuel
4274a145eb
Fix: change how CLI E2E are run ( #9894 )
2023-01-24 13:18:56 +00:00
Onkar Ravgan
579d61275d
Added dbt lineage and troubleshooting docs ( #9892 )
2023-01-24 18:26:42 +05:30
Aniket Katkar
8829e6d976
Fixed issue with topic entity summary panel not showing schema fields ( #9877 )
2023-01-24 15:39:34 +05:30
karanh37
8894b9adf5
fix: start date should be less than end date on KPI page ( #9881 )
2023-01-24 15:05:46 +05:30
karanh37
cf7cee0752
fix: data quality ui issues mentioned in #9819 ( #9858 )
2023-01-24 15:05:05 +05:30
NiharDoshi99
33090c149e
Fix: superset dummy credentials update ( #9883 )
2023-01-24 07:55:16 +00:00
Aniket Katkar
275954365a
improvement(ui): advanced search quick filters improvements ( #9856 )
...
* fixed issue for 'chart' and 'task' quick filters where blank options were displayed sometimes
* added cypress tests for advanced search quick filters
* fixed duplicate options showing in quick filters
added unit test for the same case
* added mock data for ExploreQuickFilters unit test
* fixed failing cypress tests for quick filters
* fixed flaky quick filter cypress test
* fixed failing cypress tests
* removed flaky ness for advanced search quick filter cypress test
2023-01-24 12:37:33 +05:30
Mayur Singal
d0191da8ec
Fix domo pipeline test connection ( #9863 )
2023-01-24 12:23:47 +05:30
Ayush Shah
d15d96ef1a
Fix Mapper Parser issue ( #9865 )
2023-01-24 11:21:50 +05:30
Aniket Katkar
3f5277ede9
fix(ui): activity feed bugs ( #9864 )
...
* Fixed issue with activity feed on homepage where onboarding placeholder was shown if no feed data is present for 'My Data' filter
* improved message shown for no feed data found
* fixed key mismatch for localization file
2023-01-24 09:47:04 +05:30
Pere Miquel Brull
f2fb0521c2
Update airflow loggers and rename ometa loggers ( #9868 )
...
* Update airflow loggers and rename ometa loggers
* ANSI print to logger
* Remove colored logging from tests
* Merge ometa_logger into the one used in loggers class
* linting
* linting
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
2023-01-23 16:28:17 +01:00
Teddy
871cd0414e
Fix Partition for tables with profile sample + added mssql e2e tests ( #9862 )
...
* fix: partition for sampled data
* fix: added MSSQL E2E cli test
* fix: added secerets varibale to action file
* fix: python checkstyle
2023-01-23 14:16:44 +01:00
Mayur Singal
5145dced25
Datalake parquet files fix ( #9860 )
2023-01-23 17:44:34 +05:30
geoHeil
8f958675f1
fix content header types ( #9853 )
2023-01-23 08:36:43 +00:00
Pere Miquel Brull
54a311a189
Add docker patch docs for ingestion ( #9854 )
2023-01-23 08:38:02 +01:00
Shailesh Parmar
ca74bf1143
Fixed glossary no data placeholder issue ( #9832 )
2023-01-23 12:40:47 +05:30
Shailesh Parmar
8aa6ffb10e
Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725 ( #9826 )
...
* Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725
* fixed failing unit test
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-22 18:47:14 +05:30
Ayush Shah
22573ae600
Check force failure on e2e + fix bq secrets ( #9852 )
...
* Check force failure on e2e
* Update py-cli-e2e-tests.yml
* Update py-cli-e2e-tests.yml
* Update py-cli-e2e-tests.yml
2023-01-22 10:25:36 +01:00
Nahuel
93057e476f
Fix: Superset encryption and decryption not working as expected ( #9827 )
...
* Fix superset sample data
* Update ingestion/examples/superset_data/service.json
* Update ingestion/examples/superset_data/service.json
* fix: pytest error (#9824 )
* fix: pytest error
* fix: linting
* increased verbosity
* empty commit to re-run tests
* print registry and test definition set
* renamed columnValuesToBeUnique fqn
* removed print statements + verbosity
* Docs Using a Custom Ingestion Image in helm (#9835 )
* Docs Using a Custom Ingestion Image in helm
* Update openmetadata-docs/content/deployment/kubernetes/index.md
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
* Update openmetadata-docs/content/deployment/kubernetes/index.md
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
* Update openmetadata-docs/content/deployment/kubernetes/index.md
* Update index.md
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
* fix(ui): ui changes for #9695 (#9770 )
* Fix #9695 : Teams show up in lower case
* changed owner advanced search filter field from name to display name
* fixed minor quick filter bug
* fixed failing cypress tests
* fixed failing unit tests
* Fixed failing cypress tests
* added comments in unit tests for better understanding of changes
* fixed failing cypress tests for advanced search
* improved logic for showing advanced search options
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Added powerbi docs for new field (#9836 )
* Fix#9460: Avoid reuse inspector to get view definition (#9821 )
* Avoid reuse inspector to get view definition
* Update openmetadata-sqllineage version
* Feat: Update GH action for E2E tests (#9839 )
* Update E2E CI tests GH action
* Address PR comments
* Add converter for services when encypting or decrypting services objects
* Update E2E CI tests GH action
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-01-20 21:32:38 +00:00
Suresh Srinivas
89bd68cdf6
Fixes #9829 Add owner field to GlossaryTerm ( #9833 )
2023-01-20 12:20:25 -08:00
Suresh Srinivas
ca5e35eda2
Fixes #9783 Custom attributes descriptions are not updated ( #9828 )
2023-01-20 12:16:11 -08:00
Pere Miquel Brull
16a1b2c8be
Vertica comments, dbs, profiler and docs ( #9845 )
...
* Vertica comments, dbs, profiler and docs
* Revert metabase changes
* Format
* Fix median
2023-01-20 20:36:03 +01:00
Nahuel
e278b21905
Fix: py-cli-e2e-tests GH action ( #9844 )
2023-01-20 16:06:56 +01:00
Teddy
7d0eeeb802
Fix datetime fn mysql ( #9825 )
...
* fix: mysql datetime function
* empty commit to re-run tests
2023-01-20 14:33:55 +00:00