dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
76 stars 53 forks source link

Field "database" of type typing.Union[str, NoneType] is missing in dbt.adapters.mysql.connections.MySQLCredentials instance #61

Open ghost opened 3 years ago

ghost commented 3 years ago

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:

installed version: 0.19.2
   latest version: 0.19.2

Up to date!

Plugins:
  - bigquery: 0.19.2
  - mysql: 0.19.0
  - mysql5: 0.19.0
  - postgres: 0.19.2
  - redshift: 0.19.2
  - snowflake: 0.19.2

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.