Skip to content
#

data-modeling

Here are 204 public repositories matching this topic...

dbt
jweibel22
jweibel22 commented Sep 15, 2020

Describe the bug

When I run dbt compile against our redshift data warehouse the command fails with the error

KeyError: 'endpoint_resolver'

The error only occurs when threads > 1 and method: iam is used.

From what I can gather this is happening because the boto session object is not thread safe and it is being accessed from multiple threads without being protected, and this

Nebrethar
Nebrethar commented Sep 9, 2020

Is your feature request related to a problem? If so, please describe the problem:
When installing Augur, I tried to set up a local database. When creating database credentials, the password was not hidden while I was typing it in.

Potential solutions:
Please implement password hiding in the install, if you can.

Additional context:
The places I found this issue were in creating

Improve this page

Add a description, image, and links to the data-modeling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-modeling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.