Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAREHOUSE value of Dynamic Table 'xxxx' unsupported #1145

Closed
dataders opened this issue Jul 23, 2024 Discussed in #774 · 2 comments
Closed

WAREHOUSE value of Dynamic Table 'xxxx' unsupported #1145

dataders opened this issue Jul 23, 2024 Discussed in #774 · 2 comments

Comments

@dataders
Copy link
Contributor

Discussed in #774

Originally posted by nauxliu September 14, 2023
I encountered the strange error when changing a model to dynamic_table.

Error

15:55:52  Completed with 1 error and 0 warnings:
15:55:52
15:55:52    Database Error in model dd_reps (models/marts/discovery_data/dd_reps.sql)
  002736 (22023): SQL compilation error: WAREHOUSE value of Dynamic Table 'XXXX' unsupported.
  compiled Code at target/run/rightcapital/models/marts/discovery_data/dd_reps.sql

The config code:

{{
  config(
      materialized = 'dynamic_table',
      target_lag = '1 minute',
      snowflake_warehouse = 'DEFAULT',
      on_configuration_change = 'apply'
  )
}}

My dbt version.

Core:
  - installed: 1.6.2
  - latest:    1.6.2 - Up to date!

Plugins:
  - snowflake: 1.6.2 - Up to date!
```</div>
@dataders
Copy link
Contributor Author

@nauxliu are you still experiencing this issue? Have you tried this on a newer version of dbt, like 1.8?

@amychen1776
Copy link

Due to lack of response and inability to replicate this error, I'm going to close this issue for now but please reopen if it does come up.

@amychen1776 amychen1776 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants