Damon P. Cortesi

Results 117 comments of Damon P. Cortesi

Yep, makes sense - does your `main.py` reference modules relative to `src/entrypoints`? For example, given a structure like this: ``` . └── src ├── entrypoints │   ├── main.py │   └──...

Ok, thank you, that's helpful!

Thanks for opening the issue @kaheicanaan! As @lmouhib mentioned, in progress just need to make sure it works across all the different clients. :) I'm curious, does setting `AWS_PROFILE` environment...

Thanks @soumilshah1995 for filing. Yea, I noticed in #23 that something changed with Poetry 1.6.x and it no longer installs on Python 3.7, even though 3.7 support wasn't (officially) deprecated...

Yea, the CLI maintains compatibility with 3.7 today because EMR still uses 3.7. Once that changes, I'll deprecate 3.7 support.

That's just a warning, right? The error message indicates boto3 updates will no longer be available after December, but for now you should be fine. Does that warning message cause...

Ah got it. Does your EMR Serverless job error out at all? I haven't made any SQS samples, but might be able to check tomorrow.

Thanks @wesolowskim! At first glance this looks good. I'll try to do a proper review asap and get an updated release out.

We did just have a PR opened in the official Airflow repo for the same: https://github.com/apache/airflow/pull/27784 I'd prefer to use that one as I want to keep this in sync...

Oh awesome, missed that! Would love to add this in.