sdk

No menu items for this category
OpenMetadata Documentation

module ingestion_pipeline_mixin

Mixin class containing ingestion pipeline specific methods

To be used by OpenMetadata class


OpenMetadata API methods related to ingestion pipeline.

To be inherited by OpenMetadata


PUT create or update pipeline status

Args:

ingestion_pipeline_fqn: Ingestion Pipeline FQN

pipeline_status: Pipeline Status data to add


Get ingestion pipeline statues based on name

Args:

  • name (str): Ingestion Pipeline Name
  • fields (List[str]): List of all the fields

GET pipeline status

Args:

ingestion_pipeline_fqn: Ingestion Pipeline FQN

pipeline_status_run_id: Pipeline Status run id


Get pipeline status between timestamp

Args:

  • ingestion_pipeline_fqn (str): pipeline fqn
  • start_ts (int): start_ts
  • end_ts (int): end_ts

Run ingestion pipeline workflow

Args:

  • ingestion_pipeline_id (str): ingestion pipeline uuid