Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Nov 15, 2018
1 parent 350604c commit 29fedd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dbt/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ def show(self, *args, **kwargs):

class SqlWhereDeprecation(DBTDeprecation):
name = "sql_where"
description = """The `sql_where` option for incremental models is deprecated and will
be removed in a future release. Consult the documentation for more information
description = """\
The `sql_where` option for incremental models is deprecated and will be
removed in a future release. Check the docs for more information
https://docs.getdbt.com/docs/materializations#section-configuring-incremental-models
https://docs.getdbt.com/docs/materializations
"""


Expand Down

0 comments on commit 29fedd3

Please sign in to comment.