-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moves PipelineServiceClient
to openmetadata-spec
#19381
base: main
Are you sure you want to change the base?
Moves PipelineServiceClient
to openmetadata-spec
#19381
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
This PR Moves the
PipelineServiceClient
class toopenmetadata-spec
module.As part of the work to build the Collate Hybrid Ingestion Agent, this PR moves the
PipelineServiceClient
class to theopenmetadata-spec
module so that it can be reused by other code bases without the need to import the entireopenmetadata-service
module.The package structure was kept the same in order to minimize the impact.
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>