Pere Miquel Brull
a098c20c7c
MINOR - LKML sample data ( #17359 )
2024-08-10 18:01:00 +02:00
harshsoni2024
264be13b66
databricks foreign table issue: skip table metadata for foreign tables ( #17343 )
...
* skip get_columns for foreign catalog tables
* get table type before executing column metadata
* remove duplicate query, pycheckstyle fix
* skip fk table instead of reaching till column metadata
* add debug log
2024-08-10 21:08:49 +05:30
Karan Hotchandani
cf6f2e6c2f
support nested subdomains ( #17363 )
...
* support nested subdomains
* fix domain tests
* feedbacks
2024-08-10 18:00:42 +05:30
Onkar Ravgan
f33bfe78d6
fixed dbt cloud conn ( #17376 )
2024-08-10 16:58:55 +05:30
IceS2
e5a7cff5a5
Updated oracle to use DBA_ tables ( #17274 )
...
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-08-10 16:58:21 +05:30
Sachin Chaurasiya
d3cbd5e428
minor: add column level lineage support for api endpoint ( #17334 )
2024-08-10 14:31:14 +05:30
Mayur Singal
52a7f99145
MINOR: Data insight feedbacks ( #17337 )
...
* MINOR: DI add no tier in system chart
* checkstyle
* minor ui fixes
* tier filter fix
* ignore tags and glossaries from tier table
* enhance advance search provider
* Ignore data products as well
* Empty Filter Condition & Lowecase Owner Displayname
* opensearch
* sort graph data to confirm order of graph
* address comments
* handle domain in advanced filter
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-08-10 14:20:14 +05:30
Shailesh Parmar
ea3e111fbd
Minor: fixed params calculation for aborted test ( #17374 )
2024-08-10 14:16:20 +05:30
Prajwal214
0b02a6536f
Doc: Updating Broken K8 FAQ Links ( #17368 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-10 12:44:05 +05:30
Prajwal214
08dadfabc1
Doc: Adding Note for JWT_PRINCIPAL_CLAIMS Order ( #17369 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-10 05:23:09 +00:00
Yung-Chun
453c20f53e
fix type hint ( #17354 )
2024-08-10 10:48:42 +05:30
harshsoni2024
1b04f1fb37
Fix #16573 : get table owners for databaricks & unitycatalog tables ( #17282 )
2024-08-10 10:45:22 +05:30
Sriharsha Chintalapani
98229591b5
Minor: Validate apiEndpoint response schema fields ( #17370 )
2024-08-09 21:49:26 -07:00
Sachin Chaurasiya
c6ee207837
minor: add encoding and decoding for policy rule name ( #17344 )
...
* minor: add encoding and decoding for policy rule name
* move encoding logic to util method
* refactor: move the constant to separate file
* chore: Remove unnecessary wait for timeout in Policies.spec.ts
2024-08-10 10:13:24 +05:30
Aniket Katkar
81e467a225
Minor: Ingestion list table improvements ( #17256 )
...
* Ingestion list table improvements
* Add functionality to auto-focus the delete text input on modal visibility
* remove unnecessary autoFocus prop
2024-08-10 09:22:50 +05:30
IceS2
e52c4af9ee
Fix Databricks TableQuery timestamps to str ( #17362 )
2024-08-09 17:32:32 +02:00
Mohit Yadav
6e80d3f405
Fix Migrations ( #17364 )
2024-08-09 20:58:44 +05:30
Sachin Chaurasiya
40fc179186
test: update database and api collection class methods ( #17357 )
...
* test: update database and api collection class methods
* feat: Add owner propagation for database schema in DatabaseClass
2024-08-09 20:42:57 +05:30
IceS2
8cfa6915d2
Fix permission for getPipelineStatus ( #17356 )
2024-08-09 16:13:00 +02:00
Pere Miquel Brull
bbea168c5b
MINOR - Add spec label on PRs for easy tracking ( #17289 )
2024-08-09 14:00:54 +02:00
Imri Paran
8b4f0e67da
docs: table diff ( #17303 )
...
add supported connector list
2024-08-09 15:40:15 +05:30
Imri Paran
d6f30e704a
docs: google big query ( #17355 )
...
fix path config example for gcp with path
2024-08-09 15:36:40 +05:30
Sriharsha Chintalapani
8d67382513
Minor: Fix Postgres missing policy rule migrations for EditOwners ( #17351 )
2024-08-08 23:13:57 -07:00
Onkar Ravgan
945c6b2137
Fix #16039 : Fixed sourceHash patch for DatabaseSchema entity ( #17309 )
2024-08-09 11:10:21 +05:30
IceS2
717c9709e0
Update Data Insights Pipeline to change CustomProperty key based on entityType ( #17350 )
2024-08-08 18:50:27 -07:00
Imri Paran
4b2f3fa4d0
docs: superset example ( #17347 )
...
set example port for superset to 8088 which is default port used by the application
2024-08-08 11:47:59 -07:00
Sriharsha Chintalapani
9acdab0d49
Minor: inherit owner/domain for apiEndpoints ( #17300 )
...
* Minor: inherit owner/domain for apiEndpoints
* test: add playwright test for owner propagation
* Minor: inherit owner/domain for apiEndpoints
* add script to propagate owners in search index of children entity
* exclude propagateOwners for testcase
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-08-08 10:42:10 -07:00
Shailesh Parmar
b5b55f4b81
Minor: bulk import supporting file ( #17346 )
2024-08-08 21:34:46 +05:30
IceS2
322794ecc2
MINOR: Fix usage datetime format for mssql ( #17341 )
...
* Fix usage datetime format for mssql
* Add Integration Test to check that the Usage workflow runs without error
* Fix checkstyle
2024-08-08 16:31:31 +02:00
Ashish Gupta
53ae052a3f
CYPRESS: fix AUT cypress failure for user,persona and customizeLanding ( #17338 )
...
* fix aut cypress failure for user,persona and customizeLanding
* fixes failure
2024-08-08 18:35:31 +05:30
Sachin Chaurasiya
71a57a83bb
test: add playwright test for tour and api docs ( #17328 )
...
* test: add playwright test for tour
* fix tests
* test: Add API docs test for Playwright
* test: Update API docs link selector for exact match
2024-08-08 13:01:12 +05:30
Aniket Katkar
062a7abd27
Update the metadata service ingestion form configuration fields ( #17336 )
2024-08-08 11:20:55 +05:30
IceS2
9fcc8794a5
Remove sampleData and changeDescription from Data Insights documents ( #17332 )
2024-08-08 07:50:32 +02:00
Shailesh Parmar
f7a7529461
playwright: migrate custom metric spec ( #16690 )
...
* playwright: migrate custom metric spec
* fixed customMetric failure
2024-08-08 10:43:36 +05:30
Shailesh Parmar
8ef1ab1ff8
Minor: fixed ui feedback for data quality ( #17325 )
2024-08-07 18:48:37 +00:00
IceS2
67634f9695
Add a check to see if file_client is present ( #17330 )
2024-08-07 17:34:41 +02:00
Imri Paran
62c33e026c
MINOR: handle "ignored exception" error message when running table diff ( #17322 )
...
* fix: table diff
implemented a safe iterator to handle the sneaky `KeyError`
* changed method to safe_table_diff_iterator
* format
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-08-07 17:21:17 +02:00
Onkar Ravgan
af9f45b00a
MINOR: [DOCS] dbt cloud docs update ( #17321 )
...
* dbt cloud docs update
* fix token part
2024-08-07 17:20:31 +02:00
Karan Hotchandani
5ea7f8cc55
fix: show run button only for schedule or manual ( #17327 )
2024-08-07 19:57:50 +05:30
Karan Hotchandani
c6e7fe9423
Domain restriction for non domain entities ( #17314 )
...
* add forbidden handling of entities
* add forbidden page
* move forbidden page to authenticated app router
* fix domain tests
2024-08-07 16:50:17 +05:30
Mohit Yadav
4c43509203
Check Expiry on Callback ( #17326 )
2024-08-07 15:28:03 +05:30
IceS2
66d7da05c4
MINOR: Iterate on data insights failure handling ( #17324 )
...
* Provide better errors on DataInsights Pipeline
* Improve DI Error Log
* Improve DI Error Log for OpenSearch
* Improve DI Error Log
* Fix Checkstyle
2024-08-07 11:14:55 +02:00
Ashish Gupta
6ab3d932f6
TEST : fix DataInsightSetting cypress and glossary rename playwright issue ( #17313 )
...
* fix DataInsightSetting cypress and glossary rename playwright issue
* fix sonar
2024-08-07 14:16:02 +05:30
Mayur Singal
d3baf4fcf2
MINOR: DI Improve system charts ( #17310 )
2024-08-07 14:15:09 +05:30
Ashish Gupta
c6b6c2f7c3
MINOR: remove chart from explore tree and ingestionPipeline from quick filter ( #17273 )
...
* remove chart from explore tree and ingestionPipeline from quick filter
* move the const to searchClassBase
* change variable to entity type and added ingestionPipeline in tree ignore list
2024-08-07 14:08:30 +05:30
sonika-shah
b6d3a2fbb3
Explore tree improvements ( #17277 )
...
* Explore tree improvements backend changes
* supported resizeable left panel in explore page
* change the more button feel to text
* fix playwright test for multi-owner
* minor changes
* fix playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-07 08:40:13 +02:00
Prajwal214
0140bca3e8
Doc: Adding LightDash Service Connection Docs ( #17252 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-07 11:41:12 +05:30
Prajwal214
5a1753aa2f
Doc: Updating Database Connector Docs for SSL ( #17269 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-07 11:41:00 +05:30
Prajwal214
3b8ee1ddb6
Doc: Updated Database SSL Service Connection Docs ( #17298 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-07 11:39:39 +05:30
sam-mccarty-mavenclinic
11a49ef08d
Fixes 16010: Support Looker ingestion from Gitlab ( #17284 )
...
* introduce gitlab option to lookml ingestion
* fix reader and disable test
* fix copy paste in test case
* fix file read and keyset pagination for tree
* fix credentials to include gitlab credentials
* uncomment arguments for unused credentials to fix validation error
* fix credentials test
* fix credentials test
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-08-07 06:53:44 +02:00