Skip to content

Commit

Permalink
Merge pull request #48 from MosBabe/patch-1
Browse files Browse the repository at this point in the history
Update adapters.sql, add WITH UR statement
  • Loading branch information
aurany authored Feb 2, 2024
2 parents e92d48c + 54d02ac commit 4f3d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/ibmdb2/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ FROM SYSCAT.TABLES
WHERE
TABSCHEMA = '{{ schema }}' AND
TYPE IN('T', 'V')

WITH UR
{% endcall %}
{{ return(load_result('list_relations_without_caching').table) }}
{% endmacro %}
Expand Down

0 comments on commit 4f3d10f

Please sign in to comment.