Ayush Shah
81b68682aa
Fixes GEN-2198: Snowflake unencrypted key support, connection error on storing bytes ( #18927 )
2024-12-05 07:55:44 +05:30
Siddhant
e770ba8e0e
FIX: Combined index on offset and eventTime in changeEvent table ( #18922 )
...
* fix: combined index on offset and eventTime in changeEvent table
* fix: correct syntax error in Postgres query.
* fix: correct syntax error in Postgres query.
* fix: correct syntax error in Postgres query.
2024-12-04 15:14:31 -08:00
Mayur Singal
6d21dd12a4
MINOR: Snowflake UDF Lineage Support - main ( #18886 )
2024-12-05 00:19:40 +05:30
IceS2
f939e7d3c0
Reduce amount of flowable created tables ( #18882 )
...
* Reduce the number of flowable tables on postgresql
* Reduce the amount of Flowable Created Tables
2024-12-04 19:34:33 +01:00
Kenil Shah
0c202debe8
Added what new content for 1.6.0 ( #18914 )
...
* Added what new content for 1.6.0
* added video links
* added change log
2024-12-05 00:01:44 +05:30
Chirag Madlani
94e3b548bc
chore(ui): remove deprecated image-webpack-loader ( #18923 )
...
* remove gif support
* remove image-webpack-loader
* do not print file name to save build time
2024-12-04 23:21:33 +05:30
Mohit Yadav
fb9bd00a44
Fix Table Column Imports ( #18924 )
...
* Fix Table Column Imports
* Fix import status and header name
2024-12-04 22:44:05 +05:30
Sriharsha Chintalapani
0629750e0a
Minor: fix indexType definition in searchIndex spec ( #18912 )
...
* Minor: fix indexType definition in searchIndex spec
* Minor: fix indexType definition in searchIndex spec
2024-12-04 08:50:01 -08:00
Mayur Singal
e44ca06173
MINOR: Add Try/Except to store procedure yielding ( #18883 )
2024-12-04 21:36:53 +05:30
Karan Hotchandani
fe661a2f49
Change lineage positioning algorithm ( #18897 )
...
* use elk algorithm to position nodes
* change positioning
* fix spacing
* do not reset zoom value
* minor pw fix
* force click on lineage edge
2024-12-04 21:27:43 +05:30
IceS2
e2789da9dc
Set Certification Field Dynamically ( #18874 )
2024-12-04 15:36:07 +01:00
Shailesh Parmar
dbd9311a2c
GEN-2186: Fix Updating sampling config from deep link issue ( #18916 )
2024-12-04 18:15:11 +05:30
Siddhant
28f551d20a
GEN-Activity Feed Filtering ( #18873 )
...
* fix: Update configuration for activity feed.
* fix: Migrations
* remove the customProperty and testSuite feed beautification case from the feed
* fix: Remove custom properties from the source
* fix: add metric in the matchAnySource.
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-04 16:56:21 +05:30
Chirag Madlani
30196f4c8d
chore(ui): add gifsicle as it's needed for image-webpack-loader ( #18919 )
2024-12-04 16:31:28 +05:30
Pere Miquel Brull
5957b248cf
DOCS - Use the right partials and images dirs for 1.6 ( #18917 )
2024-12-04 11:44:41 +01:00
Teddy
a615f49ab2
MINOR: fix table/schema name ( #18899 )
...
* fix: fix table/schema name
* fix: minor profiler and dbt issues
* style: ran python linting
---------
Co-authored-by: Imri Paran <imri.paran@gmail.com>
2024-12-04 10:12:38 +01:00
Pere Miquel Brull
613fd331e0
MINOR - Clean up configs & add auto classification docs ( #18907 )
...
* MINOR - Clean up configs & add auto classification docs
* deprecation notice
2024-12-04 09:32:25 +01:00
Sriharsha Chintalapani
75d12720fa
Run json2ts from maven ( #18900 )
...
* Run json2ts from maven
* remove json2ts.sh script from maven build and move it to git precommit hook
* fix pre-commit hook for generating json2ts
* fix json2ts.sh
* do not delete generated schemas
* remove debug true
2024-12-04 12:46:07 +05:30
Pranita Fulsundar
5b72cbc2f0
Fix: show full fqn for reference tables ( #18858 )
...
* fix: show full fqn for reference table
* refactor: getEntityLabel function and fix e2e test
2024-12-04 11:20:53 +05:30
Sachin Chaurasiya
d598008c7c
Minor: improve the service type display name ( #18895 )
...
* Minor: improve the service type display name
* Minor: add display names for new service types in Services.constant.ts
* Minor: add display names for new service types in Services.constant.ts
2024-12-04 10:38:59 +05:30
Sriharsha Chintalapani
bf00c9c12e
Create a relationship to manage ER based on tableConstraints ( #18892 )
...
* Create a relationship to manage ER based on tableConstraints
* Add relationship/remove relationship from entity_relationship table whenever table constriants are updated/added , validate table constraints
* remove findRelatedTables queries
* Add Migrations to add constrait relationship
* remove findRelatedTables code
* Fix postgres migration query
* fix pg migration
* fix test
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-12-03 20:47:34 -08:00
Sriharsha Chintalapani
98799ba7f8
Make it clear when to use docker compose down ( #18911 )
2024-12-03 20:47:18 -08:00
Suman Maharana
11b0a9c376
Fixes: mircostrategy test connection ( #18889 )
2024-12-03 17:13:15 +01:00
Suman Maharana
e582cb4d9c
Minor: Fix dbt source file issue ( #18903 )
2024-12-03 21:42:11 +05:30
Sriharsha Chintalapani
d783316c55
Minor: removing logging on jdbcURL ( #18885 )
2024-12-03 07:40:43 -08:00
Karan Hotchandani
0372f5a5e1
refer certification icons from public folder ( #18902 )
2024-12-03 15:56:48 +01:00
Imri Paran
7ae886e8f9
chore(importer): better error message for missing plugins ( #18878 )
...
Before:
"Generic ImportError message"
After:
Error initializing metadata: You might be missing the plugin [bigquery]. Try:
pip install "openmetadata-ingestion[bigquery]==1.6.0"
2024-12-03 14:41:47 +00:00
Pranita Fulsundar
e3e686fbd9
Fix: limit change after pagination ( #18844 )
...
* fix: limit change after pagination
* refactor: getOtherDetails function
* refactor: remove limit parameter
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-03 18:21:59 +05:30
Mayur Singal
7c6f5e67dd
MINOR: Snowflake Support Alter Table Swap Lineage ( #18887 )
2024-12-03 16:23:58 +05:30
Suman Maharana
d831aa99cc
Minor: Fix TestConnectionDefinitionResourceTest update count ( #18893 )
2024-12-03 16:23:41 +05:30
Imri Paran
416ba2c9cb
chore(data-quality): improve messaging for COUNT strategy failure ( #18884 )
2024-12-03 09:44:20 +00:00
harshsoni2024
1140578b05
GEN-2157: Snowflake increased cost issue ( #18825 )
...
* exit from active connection while query lineage process
* save rows resuslt/fetchall imple.
* use serverside cursor
2024-12-03 15:02:00 +05:30
Pere Miquel Brull
7aacfe032c
MINOR - FQN encoding in ometa_api, TestSuite pipeline creation & serialization of test case results ( #18877 )
...
* DOCS - Update ES config
* MINOR - Add missing FQN encoding & force types
* MINOR - Add missing FQN encoding & force types
* format
* fix tests
2024-12-02 17:17:21 +01:00
Gyowanny P. Queiroz
e715a7c26a
Fix typo on the ingestion word ( #18881 )
2024-12-02 20:23:16 +05:30
sonika-shah
244a933adc
Minor : Fix #18775 validation on enum custom property ( #18855 )
...
* Minor : Fix #18775 validation on enum custom property
* fix tests
* Add tests
2024-12-02 20:12:47 +05:30
Shailesh Parmar
f3f2efe3d5
Minor: fixed connection modal style ( #18860 )
...
* Minor: fixed connection modal style
* addressing comment
2024-12-02 19:24:25 +05:30
Farreeda
a72b293bda
Fixes issue #18781 : Adding lambda permissions to Athena connector documentation ( #18871 )
...
* Adding lambda permissions to Athena connector documentation
* Add lambda permissions to athena connector documentation yaml file
* Adding lambda permissions to Athena doc v1.5
* Adding lambda permissions for Athena connector document v1.4.x
2024-12-02 14:44:53 +01:00
Sweta Agarwalla
17dd0ee4b9
update to reorder domain and owner tags ( #18872 )
2024-12-02 15:42:19 +05:30
RounakDhillon
bb15331340
Docs: Updating Collate in Pipeline Status Widget ( #18869 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-12-02 07:39:59 +00:00
Sachin Chaurasiya
d5e54e4791
Minor: improve the CSV import encoding for column description and glossaryTerms ( #18870 )
2024-12-02 13:04:50 +05:30
Mohit Yadav
dc4b2c9b47
Google returns null refresh token on Refresh requests ( #18868 )
2024-12-02 12:26:30 +05:30
Ashish Gupta
1ea52d7bdf
MINOR: update lineage column with new design ( #18862 )
...
* update lineage column with new design
* added border when showAllColumn button is there
* minor fix around scroll for large lineage screen
* reset the column color back to old black color
2024-12-02 10:35:25 +05:30
Sachin Chaurasiya
811feea515
Minor: improve custom properties e2e test ( #18861 )
2024-12-02 09:22:22 +05:30
Lucas Rodrigues
cbe32412b0
Fixes #18848 : "Failed to parse query parameters from JDBC URL" when query is an empty string ( #18850 )
...
* ISSUE-18848: add missing String.isEmpty() check
* ISSUE-18848: use nullOrEmpty
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-01 09:43:00 -08:00
IceS2
e9186dc577
Catch exception that arises due to a change in code. Shouldn't be an issue ( #18863 )
2024-11-30 08:26:49 -08:00
Mayur Singal
9b9509f4b9
MINOR: Mysql Lineage Support Main ( #18780 )
...
* MINOR: Mysql Lineage Support Main
* fix test
* fix test
---------
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-11-29 20:48:42 +05:30
Teddy
fc01035ce5
Minor secret utils error log ( #18856 )
...
* fix: pass exception message in SecretUtils.convert
* fix: pass throwable
2024-11-29 11:44:44 +01:00
RounakDhillon
04dfbc2257
Docs: Adding Import Entity Reference ( #18854 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-29 06:20:10 +00:00
Siddhant
3453c799f7
FIX: Mask Slack App User & Bot Tokens ( #18814 )
...
* fix: mask slack user and bot token.
* refactor: Move the code in SlackApp
2024-11-28 23:59:46 +05:30
Siddhant
8fcb8ecdd7
Add trigger option 'TestSuiteStatusUpdates' for TestSuite status changes ( #18836 )
...
* fix: Provide trigger option as TestSuiteStatusUpdates for TestSuite source
* add the playwright change to test the test suite status field in alert
* localization changes
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-11-28 23:28:36 +05:30