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 2018/08/29 07:43:54 UTC

[GitHub] Fokko commented on issue #3767: [AIRFLOW-2524]Add SageMaker Batch Inference

Fokko commented on issue #3767: [AIRFLOW-2524]Add SageMaker Batch Inference
URL: https://github.com/apache/incubator-airflow/pull/3767#issuecomment-416857563
 
 
   It looks like the tests are failing:
   ```
   
   ======================================================================
   24) ERROR: test_create_transform_job (tests.contrib.hooks.test_sagemaker_hook.TestSageMakerHook)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       .tox/py27-backend_mysql/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
         return func(*args, **keywargs)
       tests/contrib/hooks/test_sagemaker_hook.py line 439 in test_create_transform_job
         wait_for_completion=False)
       airflow/contrib/hooks/sagemaker_hook.py line 258 in create_transform_job
         ['TransformInput']['DataSource']['S3Uri'])
      KeyError: 'S3Uri'
   ======================================================================
   25) ERROR: test_create_transform_job_db_config (tests.contrib.hooks.test_sagemaker_hook.TestSageMakerHook)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       .tox/py27-backend_mysql/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
         return func(*args, **keywargs)
       tests/contrib/hooks/test_sagemaker_hook.py line 454 in test_create_transform_job_db_config
         create_transform_params, wait_for_completion=False)
       airflow/contrib/hooks/sagemaker_hook.py line 258 in create_transform_job
         ['TransformInput']['DataSource']['S3Uri'])
      KeyError: 'S3Uri'
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services