Skip to content

Commit f824abc

Browse files
committed
Make this an un-breaking change
1 parent a79f077 commit f824abc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

macros/sql/get_relations_by_prefix.sql

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}
22

3-
{%- do exceptions.warn("Warning: the `get_relations_by_prefix` macro will be replaced by `get_relations_by_pattern`. Support for `get_relations_by_prefix` will be deprecated in a future release of dbt-utils.") -%}
4-
53
{%- call statement('get_tables', fetch_result=True) %}
64

75
{{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}

0 commit comments

Comments
 (0)