Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.providers.ftp.assets.ftp

Functions

sanitize_uri(uri)

create_asset(*, host, path[, 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.ftp.assets.ftp.sanitize_uri(uri)[source]
airflow.providers.ftp.assets.ftp.create_asset(*, host, path, port=21, extra=None)[source]
airflow.providers.ftp.assets.ftp.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?