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'
```
[ Full content available at:
https://github.com/apache/incubator-airflow/pull/3767 ]
This message was relayed via gitbox.apache.org for [email protected]