Skip to content

Commit

Permalink
Merge pull request #373 from DataRecce/feature/drc-535-bug-cli-comman…
Browse files Browse the repository at this point in the history
…d-summary-doesnt-have-dbt-params

[Fix] DRC-535 Add dbt related options in `summary` command
  • Loading branch information
kentwelcome authored Jul 2, 2024
2 parents 3e5731a + 894736a commit 7b3490e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recce/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def run(output, **kwargs):
@click.option('--format', '-f', help='Output format. Currently only markdown is supported.',
type=click.Choice(['markdown', 'mermaid', 'check'], case_sensitive=False),
default='markdown', show_default=True, hidden=True)
@add_options(dbt_related_options)
@add_options(recce_options)
@add_options(recce_cloud_options)
def summary(state_file, **kwargs):
Expand Down

0 comments on commit 7b3490e

Please sign in to comment.