When running dbt Core with snowflake-connector-python==3.12.1 we see an average query runtime of 1.24 versus 1.53s using 3.18.0 this difference appears to be a lot of calls to validate JWT tokens via AWS STS service. This impact is 2x greater the first time a thread makes a call but a small but consistent increase in latency persists.
Is there any known issue or configuration update we need to make on our end? Why are we making these AWS auth calls?