Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Nov 7, 2022
1 parent 8ffb2b1 commit 105500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preset_cli/cli/superset/sync/dbt/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 105500a

Please sign in to comment.