From 5ee8858c4bf49cb07a8942e9675baf26b7270946 Mon Sep 17 00:00:00 2001 From: Jacob Beck Date: Mon, 3 Jun 2019 16:24:24 -0600 Subject: [PATCH] Update core/dbt/deprecations.py Co-Authored-By: Drew Banin --- core/dbt/deprecations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbt/deprecations.py b/core/dbt/deprecations.py index fc8b2f64b85..46cc034f804 100644 --- a/core/dbt/deprecations.py +++ b/core/dbt/deprecations.py @@ -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: