Skip to content

Commit

Permalink
FEAT: make sql_from_csv externally callable
Browse files Browse the repository at this point in the history
  • Loading branch information
pruoff authored and psousa50 committed Apr 15, 2024
1 parent 3b2ffd9 commit f00b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/input_parsing.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endmacro %}

{% macro sql_from_csv(options={}) %}
{{ return (sql_from_csv_input(caller(), options)) }}
{{ return (dbt_unit_testing.sql_from_csv_input(caller(), options)) }}
{% endmacro %}

{% macro sql_from_csv_input(csv_table, options) %}
Expand Down

0 comments on commit f00b6d4

Please sign in to comment.