aws-samples / dbt-glue

This repository contains the dbt-glue adapter
Apache License 2.0
96 stars 66 forks source link

CloudFormation Python Version #399

Closed CyCodeDev closed 3 months ago

CyCodeDev commented 3 months ago

Not directly a dbt code issue, but related.

Referencing the instructions here: https://aws.amazon.com/blogs/big-data/build-and-manage-your-modern-data-stack-using-dbt-and-aws-glue-through-dbt-glue-the-new-trusted-dbt-adapter/

The CloudFormation template rollback is caused by an old dependency on Python 3.7 within CreatePartitionsFunction. This function should be updated by default to a later version of Python 3.12.

moomindani commented 3 months ago

Thanks for the feedback. I have updated the CloudFormation template to upgrade Python version from 3.7 to 3.12.