Skip to content

Commit

Permalink
Update core/dbt/deprecations.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Drew Banin <drew@fishtownanalytics.com>
  • Loading branch information
beckjake and drewbanin committed Jun 3, 2019
1 parent 2f7c38e commit 5ee8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/deprecations.py
Expand Up @@ -39,7 +39,7 @@ class SeedDropExistingDeprecation(DBTDeprecation):
class GenerateSchemaNameSingleArgDeprecated(DBTDeprecation):
name = 'generate-schema-name-single-arg'
description = '''As of dbt v0.14.0, the `generate_schema_name` macro
accepts a second "node" argument. The one-argument form of
accepts a second "node" argument. The one-argument form of `generate_schema_name`
is deprecated, and will become unsupported in a future release.
For more information, see:
Expand Down

0 comments on commit 5ee8858

Please sign in to comment.