airflow.providers.google.cloud.utils.helpers

This module contains helper functions for Google Cloud operators.

Module Contents

Functions

normalize_directory_path(source_object: Optional[str]) → Optional[str]

Makes sure dir path ends with a slash

airflow.providers.google.cloud.utils.helpers.normalize_directory_path(source_object: Optional[str]) Optional[str][source]

Makes sure dir path ends with a slash

Was this entry helpful?