module ingestion_pipeline_mixin
Mixin class containing ingestion pipeline specific methods
To be used by OpenMetadata class
class OMetaIngestionPipelineMixin
OpenMetadata API methods related to ingestion pipeline.
To be inherited by OpenMetadata
method create_or_update_pipeline_status
PUT create or update pipeline status
Args:
ingestion_pipeline_fqn: Ingestion Pipeline FQN
pipeline_status: Pipeline Status data to add
method get_ingestion_pipeline_by_name
Get ingestion pipeline statues based on name
Args:
name(str): Ingestion Pipeline Namefields(List[str]): List of all the fields
method get_pipeline_status
GET pipeline status
Args:
ingestion_pipeline_fqn: Ingestion Pipeline FQN
pipeline_status_run_id: Pipeline Status run id
method get_pipeline_status_between_ts
Get pipeline status between timestamp
Args:
ingestion_pipeline_fqn(str): pipeline fqnstart_ts(int): start_tsend_ts(int): end_ts
method run_pipeline
Run ingestion pipeline workflow
Args:
ingestion_pipeline_id(str): ingestion pipeline uuid