airflow.providers.amazon.aws.assets.redshift

Functions

sanitize_uri(uri)

create_asset(*, host, database, 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.amazon.aws.assets.redshift.sanitize_uri(uri)[source]
airflow.providers.amazon.aws.assets.redshift.create_asset(*, host, database, schema, table, port=5439, extra=None)[source]
airflow.providers.amazon.aws.assets.redshift.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?