mik-laj commented on a change in pull request #4494: [AIRFLOW-3284] Azure Batch AI Operator URL: https://github.com/apache/airflow/pull/4494#discussion_r254998382
########## File path: docs/integration.rst ########## @@ -268,6 +268,24 @@ AzureContainerVolumeHook .. autoclass:: airflow.contrib.hooks.azure_container_volume_hook.AzureContainerVolumeHook +Azure Batch AI +'''''''''''''' + Azure Batch AI provides a method to run a docker container without having to worry +about managing infrastructure. The AzureBatchAIHook requires a service principal. The +credentials for this principal can either be defined in the extra field `key_path`, as an +environment variable named `AZURE_AUTH_LOCATION`, or by providing a login/password and tenantId in extras. + + The AzureBatchAIHook requires a host/login/password to be defined in the connection. +- :ref:`AzureBatchAIOperator` : Start/Monitor a new Azure Batch Workspace and Cluster. +- :ref:`AzureBatchAIHook` : Wrapper around a single Batch AI workspace. + + AzureBatchAIOperator +"""""""""""""""""""" + .. autoclass:: airflow.contrib.operators.azure_batchai_operator.AzureContainerInstancesOperator + + AzureBatchAIHook +"""""""""""""""" + .. autoclass:: airflow.contrib.hooks.azure_batchai_hook.AzureContainerInstanceHook Review comment: The structure of this file has changed. Can you update your PRs? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
