Skip to content

Commit

Permalink
docs: The correct ENV var is MB_PASSWORD (#133) (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbryant authored Aug 17, 2022
1 parent 3a1b545 commit 4538e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ secrets. Listed below are acceptable env vars which correspond to their CLI flag
* ``DBT_PATH``
* ``DBT_MANIFEST_PATH``
* ``MB_USER``
* ``MB_PASS``
* ``MB_PASSWORD``
* ``MB_HOST``
* ``MB_DATABASE``

Expand Down
2 changes: 1 addition & 1 deletion dbtmetabase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"DBT_PATH",
"DBT_MANIFEST_PATH",
"MB_USER",
"MB_PASS",
"MB_PASSWORD",
"MB_HOST",
"MB_DATABASE",
"MB_SESSION_TOKEN",
Expand Down

0 comments on commit 4538e89

Please sign in to comment.