-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Trying to run a materialized test leads to the following error:
12:09:48 Completed with 1 error and 0 warnings:
12:09:48
12:09:48 Compilation Error in macro decodable__create_table_as (macros/materializations/table/create_table_as.sql)
12:09:48 macro 'dbt_macro__decodable__create_table_as' takes not more than 3 argument(s)
12:09:48
12:09:48 > in macro create_table_as (macros/materializations/models/table/create_table_as.sql)
12:09:48 > called by macro statement (macros/etc/statement.sql)
12:09:48 > called by macro materialize_test_as_table (macros/materializations/test/test_as_table.sql)
12:09:48 > called by macro materialization_test_decodable (macros/materializations/test/test.sql)
12:09:48 > called by macro decodable__create_table_as (macros/materializations/table/create_table_as.sql)
Looking at the code, I see that the create_table_as macro takes only 3 arguments, while the test_as_table macro tries to call it with 4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working