14 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
ab535900da
Faster tests (#24948)
* Add Parallel tests using the new SDK

* Make tests faster and use new SDK

* Add SDK based parallel tests

* Add SDK based parallel tests

* Fix from main

* Add Fluen APIs for Tests

* Add Fluen APIs for Tests

* Add missing Fluent APIs for SDK

* Add missing Fluent APIs for SDK - Data Contracts

* Migrate all the integration tests to new module

* Migrate all the integration tests to new module

* Improve pagination test performance

* Fix tests

* Migration Complete

* Fix the code styling; add github workflows, fix tags parallel issues

* Update migration tracker, address flaky tests

* Address comments

* rename env -> bootstrap for java package

* Fix YAML syntax in playwright-sso-tests.yml and update integration test workflows
2025-12-26 23:47:49 -08:00
Sriharsha Chintalapani
f8627a7d59
Add Input/Output ports for Data Product (#24554)
* Add Input/Output ports for Data Product

* Update generated TypeScript types

* Fix tests

* Update generated TypeScript types

* fix

* fix

* fix static

* Update generated TypeScript types

* trigger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-12-23 09:38:57 +01:00
Ram Narayan Balaji
a12587ff9d
Fix: "Problem deserializing 'setterless' property 'dataProducts': get method returned null" SDK issue (#24857) 2025-12-17 21:42:09 +05:30
Karan Hotchandani
c8501f2f4f
preparing 1.12 branch (#24870) 2025-12-17 18:36:03 +05:30
sonika-shah
e1d1fbc0c3
Complete Migration to Central Publishing Portal (Replace Nexus Staging Plugin) (#24614)
* Complete Maven Central Publishing Migration to Central Portal

* switch to latest 0.9.0 release of central-publishing-maven-plugin

* Remove distributionManagement section when using central-publishing-maven-plugin

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-12-01 12:41:29 +05:30
Sriharsha Chintalapani
abf3f7b7ca
Fix #24447: Add MSSQL SSL support (#24450)
* Add MSSQL SSL support

* Update generated TypeScript types

* Update generated TypeScript types

* fix: mssql ssl params and sidebar doc

* fix: mssql.md file

* fix: mssql ssl manager tests

* refactor: added mssql connection class converter and mssql.md connection argument description

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Keshav Mohta <keshavmohta09@gmail.com>
Co-authored-by: Keshav Mohta <68001229+keshavmohta09@users.noreply.github.com>
2025-11-25 13:06:19 +01:00
Sriharsha Chintalapani
676cabd0b3
Add includeAggregates option to the search API (#24509)
* Add includeAggregates option to the search API

* Update generated TypeScript types

* Address review comments

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bhanu Agrawal <bhanuagrawal2018@gmail.com>
2025-11-24 19:38:49 -08:00
Teddy
dec8a0e9bc
MINOR - bulk create table APIs (#24238)
* Bulk APIs for Data Assets

* Update generated TypeScript types

* Bulk apis enablement on ingestion

* feat: fixed sample data ingestion + removed thread worker

* fix: ran java linting

* chore: align alation tests

* fix: test case ordering

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-13 13:53:12 +01:00
Ajith Prasad
4a0f943ca8
Vulnerability fix for org.json (#23725) 2025-10-06 19:07:51 +05:30
Mayur Singal
b12e49049f
Fix HIERARCHYID failing test (#23697) 2025-10-03 16:55:27 +05:30
Mohit Yadav
347c26b10c
Fix failing tests from sdk (#23641)
* Fix Failing Test

* Fix testst

* Fix table Resource tests

* Fix Glossary Test

* Fix Type Resource Test

* Add sdk path

* Fix Tests

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-09-30 17:48:00 -07:00
Sriharsha Chintalapani
79955f6d54
Fix sdk (#23640)
* Disable sdk async test

* remove unnecessary files

* Fix sdk methods
2025-09-30 10:05:14 -07:00
Sriharsha Chintalapani
bb1395fc72
Implement Modern Fluent API Pattern for OpenMetadata Java Client (#23239)
* Implement Modern Fluent API Pattern for OpenMetadata Java Client

* Add Lineage, Bulk, Search static methods

* Add all API support for Java & Python SDKs

* Add Python SDKs and mock tests

* Add Fluent APIs for sdks

* Add Fluent APIs for sdks

* Add Fluent APIs for sdks, support async import/export

* Remove unnecessary scripts

* fix py checkstyle

* fix tests with new plural form sdks

* Fix tests

* remove examples from python sdk

* remove examples from python sdk

* Fix type check

* Fix pyformat check

* Fix pyformat check

* fix python integration tests

* fix pycheck and pytests

* fix search api pycheck

* fix pycheck

* fix pycheck

* fix pycheck

* Fix test_sdk_integration

* Improvements to SDK

* Remove SDK coverage for Python 3.9

* Remove SDK coverage for Python 3.9

* Remove SDK coverage for Python 3.9
2025-09-29 16:07:02 -07:00
Sriharsha Chintalapani
138d57f890
Issue-19251: Upgrade dropwizard to 4.x and Jetty to 11.x (#19252)
* Issue-19251: Upgrade dropwizard to 4.x and Jetty to 11.x

* keep jdbi3.37.1 version for ConnectionAware functionality

* Code builds

* Merge with main and fix MCP

* Fix to make server run

* Tests fix

* JsonArray causing issue

* Fix WebSockets

* fix json2schema using jakarta instead of javax

* Fix patch tests

* Fix tests

* Register auditing subtypes in OpenmeteadataOperations

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-05-27 20:31:59 +05:30