Re: boto vs boto3

2016-05-18 Thread David Klosowski
Great, thanks Chris. I didn't see this on Github and neglected to start looking at Jira. On Wed, May 18, 2016 at 3:14 PM, Chris Riccomini wrote: > Hey David, > > This is tracked here: > > https://issues.apache.org/jira/browse/AIRFLOW-115 > > You'll have to ask Arthur for the status. > > Cheers,

Re: boto vs boto3

2016-05-18 Thread Jeremiah Lowin
Just for clarity, the old boto library is fully compatible with Python 3. "boto3" is a completely different API that AWS is migrating to. On Wed, May 18, 2016 at 6:14 PM Chris Riccomini wrote: > Hey David, > > This is tracked here: > > https://issues.apache.org/jira/browse/AIRFLOW-115 > > You'll

Re: boto vs boto3

2016-05-18 Thread Chris Riccomini
Hey David, This is tracked here: https://issues.apache.org/jira/browse/AIRFLOW-115 You'll have to ask Arthur for the status. Cheers, Chris On Wed, May 18, 2016 at 3:09 PM, David Klosowski wrote: > Hi Airflowers: > > I was testing using the S3KeySensor and it became clear that it's using > bo

boto vs boto3

2016-05-18 Thread David Klosowski
Hi Airflowers: I was testing using the S3KeySensor and it became clear that it's using boto instead of boto3. Is there any plan to migrate to boto3 (2.0 for instance especially if there is full support for python 3)? https://aws.amazon.com/blogs/aws/now-available-aws-sdk-for-python-3-boto3/ Than