Sections
Azure
1 min read
This module provides custom extensions, hooks, and operators for integrating Apache Airflow with Microsoft Azure services.
Overview
This package is part of the broader custom_sdk for Airflow, targeting capabilities for Azure-related workflows.
Features
- Custom Azure Hooks/Operators: Specialized tools for connecting to and interacting with Azure Data Lake, Blob Storage, and other Azure resources.
- (Add more specific features here as they are developed)
Usage
Import the relevant operators or hooks from this module in your DAGs:
# Example
# from custom_sdk.azure.operators import MyCustomAzureOperator