airflow.providers.mongo.assets.mongo

Functions

sanitize_uri(uri)

create_asset(*, host, database, collection[, port, extra])

convert_asset_to_openlineage(asset, lineage_context)

Translate Asset with valid AIP-60 uri to OpenLineage with assistance from the hook.

Module Contents

airflow.providers.mongo.assets.mongo.sanitize_uri(uri)[source]
airflow.providers.mongo.assets.mongo.create_asset(*, host, database, collection, port=27017, extra=None)[source]
airflow.providers.mongo.assets.mongo.convert_asset_to_openlineage(asset, lineage_context)[source]

Translate Asset with valid AIP-60 uri to OpenLineage with assistance from the hook.

Was this entry helpful?