Table gets created if it does not exist.
2025-06-02 13:50:52.692882 (MainThread): 13:50:52 Using snowflake connection "master"
2025-06-02 13:50:52.693683 (MainThread): 13:50:52 On master: insert into _FIR_ODD_DEV_DB._log.dbt_seed_execution
(
command_invocation_id,
node_id,
run_started_at,
was_full_refresh,
thread_id,
status,
compile_started_at,
query_completed_at,
total_node_runtime,
rows_affected,
materialization,
schema,
name,
alias,
message,
adapter_response
)
select
$1,
$2,
$3,
$4,
$5,
$6,
$7,
$8,
$9,
$10,
$11,
$12,
$13,
$14,
$15,
try_parse_json($16)
from values
(
<redacted>
)
/* {"app": "dbt", "dbt_version": "2025.5.27+006a4ba", "profile_name": "user", "target_name": "DEV", "connection_name": "master"} */
2025-06-02 13:50:52.694406 (MainThread): 13:50:52 Opening a new connection, currently in state init
2025-06-02 13:50:53.230670 (MainThread): 13:50:53 Snowflake adapter: Snowflake query id: 01bcc2de-0306-856c-0002-56ba09c76686
2025-06-02 13:50:53.231467 (MainThread): 13:50:53 Snowflake adapter: Snowflake error: 002003 (42S02): SQL compilation error:
Table '_FIR_ODD_DEV_DB._LOG.DBT_SEED_EXECUTION' does not exist or not authorized.
Overview
When running
dbt seedfor a new target where there hasn't been adbt build, the seed executionsINSERTstatement fails.How to reproduce
dbt seedusing the following config:Expected behaviour
Table gets created if it does not exist.
Screenshots
Debug log excerpt (some information redacted)
Environment
Results of running
dbt --version:Please paste the contents of your
packages.ymlfile here: