12410 Commits

Author SHA1 Message Date
Sachin Chaurasiya
b486676d1d
Minor: description code block copy button should work properly (#17194) 2024-07-26 19:00:04 +05:30
Imri Paran
f696a3603b
chore: prerequisites scripts (#17146)
added support for docker 20-29
2024-07-26 18:59:50 +05:30
Imri Paran
9132902ba1
MINOR: docs: explicit install command (#17199)
* docs: explicit install command

added `pip install openmetadata-ingestion` to the external ingestion guide

* added to all versions
2024-07-26 14:41:10 +02:00
Suman Maharana
80aa9fd80f
Fix: bigquery e2e test fix (#17192) 2024-07-26 16:14:31 +05:30
Karan Hotchandani
3bcd481453
allow dropping off pipeline as node (#17020)
* allow dropping off pipeline as node

* Return Pipeline Nodes in Response

* Fix pipeline as a node

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-07-26 15:54:38 +05:30
Imri Paran
cb57941b5f
MINOR: copy data to sql server container instead of using volumes (#17191)
* copy the data files to the containers instead of using volume binds

* format
2024-07-26 10:12:04 +00:00
Imri Paran
9e67d12ab5
fix: change deploy failure message (#17164) 2024-07-26 11:56:56 +02:00
Teddy
ab7b1a444c
[GEN-976] Generic Aggregation Endpoint for Data Quality Reports (#17181)
* fix: added parser for aggregation queryParams

* feat: added generic aggregation logic

* feat: added DQ generic aggregation endpoint

* fix: typo in resources description
2024-07-26 15:23:10 +05:30
Sachin Chaurasiya
0e3cf02618
feat(#10933): API service UI (#17003)
* feat(#10933): API service UI

* feat: Add support for API collections in multiple languages

* feat: add collection page

* feat: Add support for multiple languages in endpoint-plural translation

* chore: Add 'Beta' tag to API Services card, mark 'REST' service as beta, hide Pipelines tab, and update API Schemas card in settings.

* fix: api service version page to show list of collections

* feat: add api collect version page

* feat: add custom property support for api collections and endpoints

* feat: Add API Collection and API Endpoint translations in multiple languages

* Refactor proxy configuration to use '/api/' context instead of '/api/v1'

* feat: add apiEndpoint page

* feat: add APIEndpoint summary component

* feat: add APIEndpoint schema component

* chore: remove the schema type from APIEndpointSchema component

* feat: add version page component for API endpoint

* chore: add task support for api collection and api endpoint

* chore: remove schema from request and response label

* chore: don't show add ingestion button for api services

* feat: add search support for api entity

* feat: add request and response schema field translations for multiple languages

* chore: update icons

* refactor: Add null checks in EntityUtils.tsx

* feat: show deleted child entities if service is deleted

* chore: Update addApiEndpointFollower function in apiEndpointsAPI.ts

* feat: Add API collection and endpoint retrieval in EntityPopOverCard.tsx

* chore: add api endpoint in data assets widget

* feat: Add extra info link in data assets header

* chore: Add API endpoint index to DataAssetsWidget test

* feat: add api endpoint to explore tree

* test: add cypress for apiendpoint and apicollection custom property

* test: add playwright test for api service entity

* test: add playwright test for api collection entity

* test: Add ApiEndpoint playwright test

* test: fix api endpoint and api collection test

* fix: minor issues

* test: add playwright test for creating service from ui and explore page tree

* test: add playwright test for api endpoint lineage

* feat: Update API collection page to use specific fields for owner, tags, and votes

* test: remove api endpoint class from linage spec
2024-07-26 14:31:17 +05:30
Teddy
1ed279039b
fix: typo in DQ migration filter (#17183) 2024-07-26 06:19:50 +00:00
Prajwal214
4ad652a79d
Doc: Updated Teams Typo in Docs (#17172)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-26 11:25:13 +05:30
Shailesh Parmar
58a6751dd3
Minor: added test case graph filters (#17184) 2024-07-26 10:14:14 +05:30
Chirag Madlani
21579b13d3
minor: hide username field on signup screen (#17144)
* minor: hide username field on signup screen

* add tests

* fix cypress for owner search

* fix data quality and profiler spec
2024-07-25 21:46:40 +05:30
Suman Maharana
77529d4fa0
Minor: Fix tableau e2e changed filter count (#17180) 2024-07-25 21:01:04 +05:30
Imri Paran
012aa9b804
MINOR: fix: scheduled apps (#17167)
* fix: scheduled apps

run scheduling procedures for apps with Scheduled or ScheduledOrManual schedule type

* format
2024-07-25 15:46:01 +02:00
Aniket Katkar
70f0268e26
Fix the AdditionalRuleSearch spec flakiness for AUT (#17129) 2024-07-25 18:19:42 +05:30
Chirag Madlani
befacea384
fixed: #14435 support download option for ingestion logs (#17176)
* support download option for ingestion logs

* fix tests
2024-07-25 09:27:55 +00:00
Shailesh Parmar
23073aa181
playwright: aut test failure for testSuitePipeline (#17168) 2024-07-25 14:41:06 +05:30
Prajwal214
03804783b6
Doc: Updated Node Version Docs (#17174)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-25 13:45:04 +05:30
Aniket Katkar
c481fec6ff
Minor: Bug fixes and improvements (#17121)
* Fix the empty space rendering in place of icons if no icon is present

* Localization changes

* Fix the entity suggestion errors when searched for entities with special characters

* Update the playwright user and mlModel class to provide and update patch method

* add unit test for getEntityIcon
2024-07-25 13:30:22 +05:30
Sachin Chaurasiya
6fd86092fa
chore: remove robots.txt (#17171) 2024-07-25 12:25:25 +05:30
Siddhant
d17d13cee8
Email template provider (#17015)
* Implemented TemplateProvider.

* validating templatePlaceholders.

* Refactor: Update query to fetch documents for EmailTemplate type. Implemented a function that retrieves documents from doc_store for documents of type "EmailTemplate". This function returns the email template content.

* revert commit.

* revert commit.

* revert commit.

* implemented templateProvider.

* Added placeholders definition (emailTemplatePlaceholder.json) for each emailTemplates.

* implemented resetSeedApi.
implemented schema for emailTemplate and emailTemplatePlaceholder.
implemented util functions for fetching placeHolders.

* Fix Issue in Template Provider

* Updated EmailUtil to use getTemplate from DocStore.
Updated ResetEmailTemplate API to only reset EmailTemplate type documents.
Cleaned up the previous method for retrieving the template from the path.

* fixes.

* added email validation test.

* Remove ftls

* Update code to better structure

* Fix Failing Tests

* Add Custom Exception and error on null entity

* Update Default Template Provier

* Fix Condition

* Correct Message

* added dataInsightReport.json

* fix dataInsightReport.json

* Fix Failing Test

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-07-25 12:03:34 +05:30
Teddy
c336d86a44
chore: add "learning" sample data for dynamic assertion (#17155) 2024-07-25 08:24:15 +02:00
Mayur Singal
533d88905a
MINOR: Fix Trino Azure config sceret not hidden (#17158) 2024-07-24 15:17:26 +02:00
Chirag Madlani
539e676e29
fix(cypress): domain & glossary spec (#17162) 2024-07-24 18:46:03 +05:30
Ashish Gupta
8ae4fc83a5
#17021: fix the widget placement when adding new (#17151)
* fix the widget placement when adding new

* change the placement logic and fix the added widget check in add model if removed

* minor fix
2024-07-24 09:55:36 +00:00
Onkar Ravgan
79348a2259
MINOR: Added Alation Sink connector (#16982) 2024-07-24 12:08:07 +05:30
Prajwal214
25ad439123
Doc: Updated Hive,MySQL,Postgres,Snowflake Service Connection Docs (#17127)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-07-24 10:58:56 +05:30
Prajwal214
d25efedcb6
Doc: Updated Superset Service Connection Docs (#17134)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-07-24 10:44:49 +05:30
Ayush Shah
b676f72b89
chore: Update setuptools version in Makefile and pyproject.toml (#17143) 2024-07-24 10:44:20 +05:30
Sachin Chaurasiya
303c8ce49e
minor: remove "service" field from required properties in createAPIEndpoint schema (#17147) 2024-07-23 22:38:40 +05:30
Imri Paran
b41a505795
MINOR [GEN-799]: add option to disable manual trigger using scheduleType (#17031)
* fix: raise for triggering system app

* added scheduleType ScheduledOrManual
2024-07-23 17:42:26 +02:00
Shailesh Parmar
35258fd2ec
Minor: Added whats new content for 1.4.6 release (#17148) 2024-07-23 16:05:43 +02:00
Shailesh Parmar
151dd3e48b
Minor: fixed edit modal issue for sql test case (#17132)
* Minor: fixed edit modal issue for sql test case

* fixed test
2024-07-23 17:57:02 +05:30
Karan Hotchandani
26fcf863e8
fix playwright and cypress (#17138) 2024-07-23 16:55:35 +05:30
Prajwal214
ff8d101d9b
Doc: Updating Profiler Workflow Docs URL (#17140)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-23 15:18:03 +05:30
Prajwal214
f611b3dda7
Doc: Adding OIDC Docs (#17139)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-23 13:08:59 +05:30
sonika-shah
8f5ca552e3
Get feed and count data of soft deleted user (#17135) 2024-07-23 10:19:02 +05:30
Imri Paran
b125ba7b48
MINOR: changed log level to debug (#17126)
* changed log level to debug

* fixed type

* changed type to optional
2024-07-23 00:12:37 +05:30
Karan Hotchandani
9be08d70e3
fix explore type changes for collate (#17131) 2024-07-22 16:47:44 +00:00
Ashish Gupta
986aaf42bc
#17065: fix the tags not rendering in selector after selection in edit tags task (#17107)
* fix the tags not rendering in selector after selection in edit tags taks

* added playwright test

* minor changes

* minor fix

* fix the tags not updating in edit and accept tag
2024-07-22 21:53:55 +05:30
Mayur Singal
5140203311
Fix #16692: Override Lineage Support for View & Dashboard Lineage (#17064) 2024-07-22 20:42:38 +05:30
Shailesh Parmar
b37dc06f0f
Minor: fixed AUT test (#17128) 2024-07-22 20:21:59 +05:30
Mayur Singal
04f4d824e0
MINOR: Databricks view TableType fix (#17124) 2024-07-22 16:11:24 +05:30
Karan Hotchandani
cb9d9230ed
Explore tree feedbacks (#17078)
* fix explore design

* update switcher icon

* show menu when search query exists

* fix selection of active service

* fix type error

* fix tests

* fix tests

* fix tests
2024-07-22 15:51:01 +05:30
harshsoni2024
8454bbfba6
MINOR: docs links fix (#17125)
* alation link fix

* dbt yaml config source link fix

* bigquery doc fix
2024-07-22 13:51:25 +05:30
Ashish Gupta
f500e70256
#13876: change placement of comment and close button in task approval workflow (#17044)
* change placment of comment and close button in task approval workflow

* minor change

* playwright test for the close and comment function

* supported ref in activityFeedEditor

* fix playwright test

* added playwright test for data steward

* fix the test for the data streward user

* fix the close button not showing if task has no suggestions and icon fixes

* fix sonar issue

* change glossary and add suggestion button to dropdown button

* fix the glossary failure due to button change

* icon change for add tag and description

* fix glossary cypress failure due to button chnages

* changes as per comments
2024-07-22 12:45:07 +05:30
Onkar Ravgan
b19b7f59a5
Fix #17098: Fixed case sensitive partition column name in Bigquery (#17104)
* Fixed case sensitive partiion col name bigquery

* update test
2024-07-22 12:36:41 +05:30
Suman Maharana
d3ea1ead01
Fix #12677: Added Synapse Connector - docs and side docs (#17041) 2024-07-22 12:35:46 +05:30
Prajwal214
59d9a0299c
Doc: Updated Doris & Redshift Docs (#17123)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-22 06:42:54 +00:00