You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is. What command did you run? What happened?
Run - dbt debug
Encountered an error:
Field "database" of type typing.Union[str, NoneType] is missing in dbt.adapters.mysql.connections.MySQLCredentials instance
Steps To Reproduce
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
Describe the bug
A clear and concise description of what the bug is. What command did you run? What happened?
Run - dbt debug
Encountered an error:
Field "database" of type typing.Union[str, NoneType] is missing in dbt.adapters.mysql.connections.MySQLCredentials instance
Steps To Reproduce
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
The output of
dbt --version
:The operating system you're using:
windows 10
The output of
python --version
:python 3.6
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: