You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20:20:06 Re-using an available connection from the pool ()
20:20:06 Encountered an error while running operation: Compilation Error
argument of type'ModelNode' is not iterable
>in macro bigquery__create_table_as (macros/adapters.sql)
> called by macro create_table_as (macros/relations/table/create.sql)
> called by macro bq_create_table_as (macros/materializations/incremental.sql)
> called by macro statement (macros/etc/statement.sql)
> called by macro materialization_incremental_bigquery (macros/materializations/incremental.sql)
> called by
20:20:06 Encountered an error while running operation: Compilation Error
argument of type'ModelNode' is not iterable
>in macro bigquery__create_table_as (macros/adapters.sql)
> called by macro create_table_as (macros/relations/table/create.sql)
> called by macro bq_create_table_as (macros/materializations/incremental.sql)
> called by macro statement (macros/etc/statement.sql)
> called by macro materialization_incremental_bigquery (macros/materializations/incremental.sql)
> called by
20:20:06 Encountered an error while running operation: Compilation Error
argument of type'ModelNode' is not iterable
>in macro bigquery__create_table_as (macros/adapters.sql)
> called by macro create_table_as (macros/relations/table/create.sql)
> called by macro bq_create_table_as (macros/materializations/incremental.sql)
> called by macro statement (macros/etc/statement.sql)
> called by macro materialization_incremental_bigquery (macros/materializations/incremental.sql)
> called by
20:20:06 Opening a new connection, currently in state closed
20:20:06 Connection 'master' was properly closed.
20:20:06 Finished running 1 incremental model in 0 hours 0 minutes and 1.09 seconds (1.09s).
20:20:06 Command end result
20:20:06 Completed with 1 error, 0 partial successs, and 0 warnings:
20:20:06 Done. PASS=0 WARN=0 ERROR=1 SKIP=0 TOTAL=1
20:20:06 Resource report: {"command_name": "build", "command_wall_clock_time": 1.4175539, "process_user_time": 8.919335, "process_kernel_time": 3.221199, "process_mem_max_rss": "323776", "process_out_blocks": "106816", "command_success": false, "process_in_blocks": "0"}
20:20:06 Observability Metric: command_success=0.0
20:20:06 Observability Metric: command_wall_clock_time=1.4175539016723633
20:20:06 Observability Metric: process_user_time=8.91933536529541
20:20:06 Observability Metric: process_kernel_time=3.2211990356445312
20:20:06 Observability Metric: process_mem_max_rss=323776.0
20:20:06 Command `cli build` failed at 20:20:06.992467 after 1.42 seconds
Running dbt...
Environment
dbt-bigquery: 1.9.0
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is this a new bug in dbt-bigquery?
Current Behavior
When running microbatch incremental models, receive the following error
Encountered an error while running operation: Compilation Error argument of type 'ModelNode' is not iterable
When I disable persist docs this error goes away
Expected Behavior
Model should run
Steps To Reproduce
with this model config
dbt run
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: