Skip to content

Commit

Permalink
extend: command
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiazi committed Apr 29, 2024
1 parent 40b28ef commit 9c0311f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ def _generate_command(self):
command.append(f"--vars='{dbt_vars}'")
if self._create_external_athena_table:
command.append(f"--create_external_athena_table={self._create_external_athena_table}")
command.append(super()._generate_command())

return command

0 comments on commit 9c0311f

Please sign in to comment.