Skip to content

Commit

Permalink
Correct typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau committed Aug 31, 2023
1 parent 32269ff commit 525ccbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parsons/utilities/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from parsons.utilities.dbt import dbtRunner
dbt_runner = dbtRunner(
commands: ['run', 'test']
dbt_project_directory: '/home/ubuntu/code/dbt_project/',
dbt_schema: 'dbt_dev'
commands=['run', 'test'],
dbt_project_directory='/home/ubuntu/code/dbt_project/',
dbt_schema='dbt_dev'
)
dbt_runner.run()
```
Expand Down

0 comments on commit 525ccbe

Please sign in to comment.