diff --git a/dbt_project.yml b/dbt_project.yml index 343eadd4..4c22df99 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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" \ No newline at end of file +require-dbt-version: ">=0.13.0" diff --git a/dbtmetabase/__init__.py b/dbtmetabase/__init__.py index 3d4f3694..d4d7f4d8 100644 --- a/dbtmetabase/__init__.py +++ b/dbtmetabase/__init__.py @@ -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,