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.6Additional context
Add any other context about the problem here.