Skip to content

Commit

Permalink
Make this an un-breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jul 9, 2020
1 parent a79f077 commit f824abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macros/sql/get_relations_by_prefix.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}

{%- 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.") -%}

{%- call statement('get_tables', fetch_result=True) %}

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

0 comments on commit f824abc

Please sign in to comment.