mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 02:46:09 +00:00
Fix 17304: make ingestion pipeline APIs public (#17700)
* chore(api): make ingestion pipeline APIs public * format --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
This commit is contained in:
parent
fd2b080ed6
commit
0e43aeb1b6
@ -21,7 +21,6 @@ import static org.openmetadata.service.Entity.FIELD_PIPELINE_STATUS;
|
||||
import static org.openmetadata.service.jdbi3.IngestionPipelineRepository.validateProfileSample;
|
||||
|
||||
import io.swagger.v3.oas.annotations.ExternalDocumentation;
|
||||
import io.swagger.v3.oas.annotations.Hidden;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.Parameter;
|
||||
import io.swagger.v3.oas.annotations.media.Content;
|
||||
@ -93,7 +92,6 @@ import org.openmetadata.service.util.ResultList;
|
||||
@Tag(
|
||||
name = "Ingestion Pipelines",
|
||||
description = "APIs related pipelines/workflows created by the system to ingest metadata.")
|
||||
@Hidden
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
@Collection(name = "IngestionPipelines")
|
||||
|
Loading…
x
Reference in New Issue
Block a user