7780 Commits

Author SHA1 Message Date
Mohit Yadav
6988334b45
- LowerCase the UserNames and Email in user_entity (#12942)
* - LowerCase the UserNames and Email in user_entity
-- Added Migrations for the same

* revert name

* Fix Test

* Fix Failing User tests

* Move LowerCase to DAO

* Remove Unnecessary toLowerCase

* Reverted changes

* Fix Failing Test

* remove dao level shouldLowerCaseFQN

* Remove unnecesarry changes
2023-08-23 13:03:48 +05:30
Pere Miquel Brull
9d2bc14e5d
Run Maven CI on manual dispatch (#12970)
* Add manual dispatch for CI actions

* Run maven CI on workflow dispatch
2023-08-23 09:32:14 +02:00
Pere Miquel Brull
7f9144845e
Add manual dispatch for CI actions (#12969) 2023-08-23 09:22:16 +02:00
Ayush Shah
1e8ea26bbd
Refactor converter, unique count, add registry (#12939) 2023-08-23 11:43:12 +05:30
Ashish Gupta
74e8f0b32c
fix ui styling issue (#12961) 2023-08-23 11:13:18 +05:30
Suresh Srinivas
3fce9cfbc3
Update dependencies (#12931) 2023-08-22 07:45:09 -07:00
Shailesh Parmar
ec1e5732cd
ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346 (#12837)
* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* Fix query patch

* Fix query patch

* added edit support for queryUsedIn and unit test for the same

* added cypress test for query change

* showing current table in queryUsedIn

* fixed failing unit test

* addressing comment

* Fix activity update and test

* Fix checkstyle

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-22 18:50:27 +05:30
Ashish Gupta
50f6002806
chore(ui): fix ui styling issue (#12950)
* fix ui styling issue

* url encoding breaking fix

* fix sonare

* Revert "fix sonare"

This reverts commit ed4a54c7248403bc98814f4969d7694665d5e84e.

* Revert "url encoding breaking fix"

This reverts commit 75e8d4c20f1284ba563059fb408f6460e73f1fe8.
2023-08-22 16:01:36 +05:30
Ashish Gupta
ae99ace22b
fix(ui): encoding issue in entity pages (#12955)
* fix encoding issue in entity pages

* fix double encoding while redirecting from task page
2023-08-22 15:09:59 +05:30
Mayur Singal
817b9853df
Oracle add filter for lineage query (#12945) 2023-08-22 09:46:37 +02:00
Mayur Singal
f6d5c7413f
Fix #6700: Add support for table properties: file format for datalake (#12920)
* Fix #6700: Add support for table properties: file format for datalake & storage

* pylint fix

* resolve review comments
2023-08-22 09:46:22 +02:00
Pere Miquel Brull
d140883747
Prepare 1.1.3 migrations based on 1.1.2 (#12958) 2023-08-22 09:19:16 +02:00
Ashish Gupta
e79fc64ce9
fix(ui): tags page api optimization after certain action (#12946)
* tags page api optimization after certain action

* no data fix for classification
2023-08-22 12:21:25 +05:30
Sriharsha Chintalapani
defbfeb612
Update deployment document (#12953)
* Update deployment document

* Fix image src links in the docs

---------

Co-authored-by: sureshms <srini30005@gmail.com>
2023-08-21 21:38:28 -07:00
Aniket Katkar
4fa5a1d8bb
chore(ui): added cypress tests for version pages and related bug fixes (#12943)
* Fixed version page flaky no data placeholder
removed code duplication in DataModelVersion component

* fixed clear tier functionality for containers and data models

* Added cypress tests for version pages

* fixed unit tests
2023-08-21 20:07:34 +05:30
Ayush Shah
f6fc2e3b0c
Fix Oracle case issue (#12944) 2023-08-21 16:33:20 +05:30
Shailesh Parmar
ae71a11a8c
fix(ui): Revert to initial behavior and always display the system profile graph #12869 (#12919) 2023-08-21 10:06:57 +00:00
Pere Miquel Brull
2f3a50e95f
Fix #8885 - Misleading 404 logs & suffix cleanup (#12916)
* Fix #8885 - Misleading 404 debug logs

* Clean get_suffix complexity

* Prepare airflow config

* Add bootstrap comment

* Revert "Add bootstrap comment"

This reverts commit cc053513df6e25bcc5e742786adb91339461fdd2.

* Revert "Prepare airflow config"

This reverts commit f57645fe953e17d6153652daa1f42c14b97c942d.

* add removed method

* Add icons for docs

* Add missing routes
2023-08-21 11:35:36 +02:00
Ayush Shah
316b1e3f5b
Fix Impersonation issue (#12933) 2023-08-21 14:52:15 +05:30
Sachin Chaurasiya
642e526af1
fix: mlflow cypress by adding model filter pattern (#12935) 2023-08-21 14:49:53 +05:30
Mohit Yadav
c101b3c9d1
Fix Test Suite Migrations (#12934) 2023-08-21 14:34:58 +05:30
Shailesh Parmar
f7e2ae0bb6
docs: updated heading from test definition to test type (#12937) 2023-08-21 12:45:42 +05:30
Ayush Shah
e648be9f61
Fix E2E vars (#12932) 2023-08-21 09:58:06 +05:30
Suresh Srinivas
28b5e00c0c
Clean up documentation typos and grammar issues (#12930) 2023-08-20 20:08:30 -07:00
Yu Ishikawa
6b6d4bba76
Support to impersonate a service account in the Bigquery source (#10127) 2023-08-20 19:20:02 +05:30
Sachin Chaurasiya
6e2a8d0e4f
feat(ui): generate ingestion workflow form from schema (#12774) 2023-08-20 12:01:06 +05:30
Aniket Katkar
6a21bd4044
fixes #12732: version history not showing properly for multiple changes (#12824)
* Fixed the bug for diff not showing for multiple columns changes
Fixed the bug for diff not showing for changes in nested columns

* code refactoring and optimization for EntityVersionPage component

* fixed unit test for TopicVersion

* fixed code smells
fixed bug for pipeline version page where multiple changes in tasks not showing properly

* updated icons for table and column constraints

* refactored code for topicSchema for version page changes

* refactoring and bug fixes for MlModel version page

* fixed the bug for constraint changes not showing properly on version pages

* updated test ids for better selections

* fixed unit test for TopicVersion

* removed height and width params for newly added icons

* fixed constraints not showing on version page when no constraint changes

* fixed table constraint changes not showing properly

* updated logic to show multiple table constraints for a single column

* Added cypress test for TableVersion page

* fixed partitions and replicationFactor changes not showing on topic version page

* changes to display sourceURL version change for pipeline and dashboard

* changes to show schemaType field change on topic version page

* added testid to schemaType diff Tag

* reverted cypress changes

* fixed topic version page bug

* fixed unit tests

* moved the extraInfo logic to the DataAssetsVersionHeader component
2023-08-20 11:43:41 +05:30
Ashish Gupta
b7f2209d86
chore(ui): fix ui styling issue (#12917)
* fix ui styling issue

* changes as per comments

* changes as per comments

* added comment in util function
2023-08-19 09:49:14 +00:00
Teddy
edea862082
fix: DELETE endpoint for profiler data (#12912) 2023-08-18 20:48:04 +02:00
Teddy
a45c644bc4
Issue-12884: Fix Test Case Summary Performance Issues (#12907) 2023-08-18 20:47:47 +02:00
Teddy
bfa0cc7598
fix: python tests failure after PR #12865 (#12927)
* fix: python tests failure after https://github.com/open-metadata/OpenMetadata/pull/12865

* fix: test in ometa_table_api

* fix: skip is None test temporarly
2023-08-18 18:11:47 +02:00
Pere Miquel Brull
191754ff20
Set Test Suite FQN (#12890)
* Set Test Suite FQN

* quoteName

* quoteFqn is false for TestSuites

* Fix tests
2023-08-18 18:56:26 +05:30
Pere Miquel Brull
ccad601a4f
Fix postgres migration files (#12923) 2023-08-18 14:54:43 +02:00
Mohit Yadav
9712337b01
[SecurityHeaders] Fixed issue with Security Headers (#12921) 2023-08-18 17:48:17 +05:30
karanh37
9eb3f516cf
fix: change design of mention list item (#12811)
* fix: change design of mention list item

* feat: add avatar element in mentions list

* fix: revert tooltip change

* fix: cypress tests

* fix: cypress

* fix: cypress

* fix: revert intercept change

* fix: add test id

* fix: lineage exception

* cypress fix

* feat: show breadcrumbs in mention design

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-08-18 17:38:39 +05:30
07Himank
64a258fc3d
delete alias only if it exist (#12918) 2023-08-18 17:36:25 +05:30
Mayur Singal
2f7a2193e0
Fix #12302: Add ElasticSearch Ingestion Source (#12892) 2023-08-18 15:10:31 +05:30
Pere Miquel Brull
9f4440c562
Fix #11228 - Document Airflow Permissions (#12915) 2023-08-18 11:28:21 +02:00
Mohit Yadav
ef2634970f
Fix Classification Migration for missing fqn in json causing failures (#12913) 2023-08-18 14:51:50 +05:30
Ashish Gupta
bed306fd12
chore(ui) : fix ui styling issues (#12905)
* fix ui styling issues

* fix unit tes
2023-08-18 14:11:59 +05:30
Onkar Ravgan
5b47fd4acf
Added source url to entities (#12901)
* Added source url to entites

* added support to create and update sourceUrl

* fixed pytests

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-08-18 10:17:38 +02:00
Ayush Shah
f9e3e1801f
Add External Table type support bq (#12889) 2023-08-18 13:45:14 +05:30
Shailesh Parmar
99b57db6db
ui: added title for policy and role page & fix multi selection issue in create policy (#12904) 2023-08-18 10:54:10 +05:30
Shailesh Parmar
de7c5824cb
ui: fixed multiple API call in table profiler tab (#12706) 2023-08-18 10:53:43 +05:30
Sriharsha Chintalapani
524e611edc
Deprecate Flyway and use Native migrations (#12865)
* Add ascii_bin for fqnhash, Add Constraints on timeseries

* Attemp of moving migrations to files

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Deprecate Flyway and use Native migrations

* Move upstream migrations to new path
2023-08-17 14:39:05 -07:00
Ashish Gupta
2446933cbc
supported display name in activity feed (#12888) 2023-08-17 17:29:51 +05:30
Ashish Gupta
c6d03a6eaf
ui : supported delete functionality for sample data (#12871) 2023-08-17 17:29:07 +05:30
Onkar Ravgan
795294c87f
Added dbt multiple project support for s3, azure, gcs datalake sources (#12856)
* Added dbt multiple proj support

* added reader

* common method to group by dir

* added return type
2023-08-17 11:19:20 +02:00
Mohit Yadav
801d07289c
Added LogBack File (#12897) 2023-08-17 12:20:09 +05:30
Teddy
751c96e437
Fixes Issue #12297 - Added upsert logic for DI (#12466)
* fix: enforce DB upsert on DI ingestion

* fix: ran python linting

* feat: fix conflict and added BindFQN while removing hash

* feat: update aggregation from day to minute

* feat: ran python linting
2023-08-17 08:07:44 +02:00