Skip to content

Commit 9c72c3b

Browse files
krisstinkouKrystsina Dubina
and
Krystsina Dubina
authored
fix: athena list schemas argument (#322)
Co-authored-by: Krystsina Dubina <[email protected]>
1 parent ba1cffe commit 9c72c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/athena/macros/adapters/metadata.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
{% macro athena__list_schemas(database) -%}
7-
{{ return(adapter.list_schemas()) }}
7+
{{ return(adapter.list_schemas(database)) }}
88
{% endmacro %}
99

1010

0 commit comments

Comments
 (0)