From 105500adca583a8675f852de8eb3c1a05e495574 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Mon, 7 Nov 2022 15:38:31 -0800 Subject: [PATCH] Small fix --- src/preset_cli/cli/superset/sync/dbt/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preset_cli/cli/superset/sync/dbt/command.py b/src/preset_cli/cli/superset/sync/dbt/command.py index 41e8d604..92604999 100644 --- a/src/preset_cli/cli/superset/sync/dbt/command.py +++ b/src/preset_cli/cli/superset/sync/dbt/command.py @@ -81,7 +81,7 @@ def dbt_core( # pylint: disable=too-many-arguments, too-many-locals import_db: bool = False, disallow_edits: bool = True, external_url_prefix: str = "", - exposures_only: bool = True, + exposures_only: bool = False, ) -> None: """ Sync models/metrics from dbt Core to Superset and charts/dashboards to dbt exposures. @@ -310,7 +310,7 @@ def dbt_cloud( # pylint: disable=too-many-arguments, too-many-locals job_id: Optional[int] = None, disallow_edits: bool = True, external_url_prefix: str = "", - exposures_only: bool = True, + exposures_only: bool = False, ) -> None: """ Sync models/metrics from dbt Cloud to Superset.