shlomiken opened a new issue #10007: URL: https://github.com/apache/airflow/issues/10007
Hi we are heavy users of sagemaker through airflow , and one thing that bothers us and cause a lot of dependency issues in deployment is that one needs to install the sagemaker SDK in order to submit a training job to sagemaker. as described here in details https://sagemaker.readthedocs.io/en/stable/workflows/airflow/using_workflow.html although the operators comes from the airflow contrib package , some of the configuration comes from sagemaker SDK for example `training_config` as described above. please make sure this contrib package is independent. (currently it bring scypi, numpy and other good stuff with it) ---------------------------------------------------------------- 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: [email protected]
