Skip to content

Commit

Permalink
Include slackclient in all dbt extras
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau committed Oct 18, 2023
1 parent 5c16840 commit 9fd0187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions parsons/utilities/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
or `pip install parsons[dbt-snowflake]`
or `pip install parsons[dbt-bigquery]`
For the slack integration to work, you'll need to include the slack extra:
`pip install parsons[dbt-redshift,slack]`, etc.
To run dbt commands, you will need to have a dbt project directory
somewhere on the local filesystem.
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def main():
"box": ["boxsdk"],
"braintree": ["braintree"],
"civis": ["civis"],
"dbt-redshift": ["dbt-redshift"],
"dbt-bigquery": ["dbt-bigquery"],
"dbt-postgres": ["dbt-postgres"],
"dbt-snowflake": ["dbt-snowflake"],
"dbt-redshift": ["dbt-redshift", "slackclient<2"],
"dbt-bigquery": ["dbt-bigquery", "slackclient<2"],
"dbt-postgres": ["dbt-postgres", "slackclient<2"],
"dbt-snowflake": ["dbt-snowflake", "slackclient<2"],
"facebook": ["joblib", "facebook-business"],
"geocode": ["censusgeocode"],
"github": ["PyGitHub"],
Expand Down

0 comments on commit 9fd0187

Please sign in to comment.