aws-samples / dbt-glue

This repository contains the dbt-glue adapter
Apache License 2.0
102 stars 69 forks source link

Replace retry logic with WaiterModel #250

Closed moomindani closed 1 year ago

moomindani commented 1 year ago

Description

This PR replaces retry logic with botocore's WaiterModel. This also removes the issue that dbt-glue calls too many StopSession API even during session is in Provisioning/Stopping state.

Checklist

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