You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/16 17:58:59 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5645: [AIRFLOW-5027] Get logs from CloudWatch for ECSOperators

ashb commented on a change in pull request #5645: [AIRFLOW-5027] Get logs from CloudWatch for ECSOperators
URL: https://github.com/apache/airflow/pull/5645#discussion_r314826462
 
 

 ##########
 File path: airflow/contrib/hooks/sagemaker_hook.py
 ##########
 @@ -232,15 +234,20 @@ def get_conn(self):
 
     def get_log_conn(self):
         """
-        Establish an AWS connection for retrieving logs during training
+        This method is deprecated. Please use `airflow.contrib.hooks.AwsLogsHook.get_conn` instead.
 
 Review comment:
   ```suggestion
           This method is deprecated. Please use :py:meth:`get_conn` instead.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services