airflow.providers.trino.assets.trino

Functions

sanitize_uri(uri)

create_asset(*, host, catalog, schema, table[, port, ...])

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.trino.assets.trino.sanitize_uri(uri)[source]
airflow.providers.trino.assets.trino.create_asset(*, host, catalog, schema, table, port=8080, extra=None)[source]
airflow.providers.trino.assets.trino.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?