We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1cffe commit 9c72c3bCopy full SHA for 9c72c3b
dbt/include/athena/macros/adapters/metadata.sql
@@ -4,7 +4,7 @@
4
5
6
{% macro athena__list_schemas(database) -%}
7
- {{ return(adapter.list_schemas()) }}
+ {{ return(adapter.list_schemas(database)) }}
8
{% endmacro %}
9
10
0 commit comments