airflow.providers.microsoft.azure.hooks.container_registry

Hook for Azure Container Registry.

Module Contents

Classes

AzureContainerRegistryHook

A hook to communicate with a Azure Container Registry.

class airflow.providers.microsoft.azure.hooks.container_registry.AzureContainerRegistryHook(conn_id='azure_registry')[source]

Bases: airflow.hooks.base.BaseHook

A hook to communicate with a Azure Container Registry.

Parameters

conn_id (str) – Azure Container Registry connection id of a service principal which will be used to start the container instance

conn_name_attr = 'azure_container_registry_conn_id'[source]
default_conn_name = 'azure_container_registry_default'[source]
conn_type = 'azure_container_registry'[source]
hook_name = 'Azure Container Registry'[source]
classmethod get_connection_form_widgets()[source]

Return connection widgets to add to connection form.

classmethod get_ui_field_behaviour()[source]

Return custom field behaviour.

connection()[source]
get_conn()[source]

Return connection for the hook.

Was this entry helpful?