Skip to content

Commit

Permalink
Update to dbt config v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gouline committed Jun 9, 2020
1 parent d577db5 commit d4c2567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: 'metabase'
version: '0.1.4'
version: '0.4.3'

config-version: 2

target-path: "target"
clean-targets: ["target", "dbt_modules"]
macro-paths: ["macros"]
log-path: "logs"

require-dbt-version: ">=0.13.0"
require-dbt-version: ">=0.13.0"
2 changes: 1 addition & 1 deletion dbtmetabase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .dbt import DbtReader
from .metabase import MetabaseClient

__version__ = '0.4.2'
__version__ = '0.4.3'

def export(dbt_path: str,
mb_host: str, mb_user: str, mb_password: str,
Expand Down

0 comments on commit d4c2567

Please sign in to comment.