Prefect Collection for OpenMetadata ingestion in your flows: prefect-openmetadata

Docs

https://prefecthq.github.io/prefect-openmetadata/

Code

Examples

from prefect_openmetadata.flows import ingest_metadata

config = """See an example in the section: Run ingestion flow"""

if __name__ == "__main__":
    ingest_metadata(config)