Support creating tables from SELECT statements #29633
chaas
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, we only support creating tables statically like:
It would be great to support creating tables from
SELECT
statements, like:Postgres supports this:
This would make our table functionality more flexible. As a bonus, it would allow us to easily create tables using dbt (dbt expects materializations to be created from
SELECT
statements).Beta Was this translation helpful? Give feedback.
All reactions