Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Sep 14, 2021
1 parent e9fc44b commit f68fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/dbt_date/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dispatch:
- macro_namespace: dbt_utils
search_order: ['tsql_utils', 'dbt_utils']
- macro_namespace: dbt_date
search_order: ['tsql_utils_dbt_utils_integration_tests', 'tsql_utils', 'dbt_date']
search_order: ['tsql_utils_dbt_date_integration_tests', 'tsql_utils', 'dbt_date']

# TODO remove these variables in the next release
vars:
Expand Down
2 changes: 1 addition & 1 deletion macros/dbt_utils/schema_tests/at_least_one.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ from (
{% endmacro %}

{% macro synapse__test_at_least_one(model, column_name) %}
{% do return( tsql_utils.sqlserver__test_at_least_one(model,, column_name)) %}
{% do return( tsql_utils.sqlserver__test_at_least_one(model, column_name)) %}
{% endmacro %}

0 comments on commit f68fe6f

Please sign in to comment.