aws-samples / dbt-glue

This repository contains de dbt-glue adapter
Apache License 2.0
91 stars 59 forks source link

Fix _create_session_config isolation #350

Closed yaroslav-ost closed 3 months ago

yaroslav-ost commented 4 months ago

This PR addresses the issue related to sharing _create_session_config class attribute among Glue sessions. The fix prevents from overriding this attribute and enhances isolation.

Relates to https://github.com/aws-samples/dbt-glue/pull/234

Description

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

yaroslav-ost commented 4 months ago

@menuetb pls review and merge

moomindani commented 3 months ago

Thank you for your contribution!