We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in #5962 it would be nice to have DDL (create/refresh/drop) for materialized views.
create
refresh
drop
Backends supported by ibis that support materialized views:
PostgreSQL (create, refresh, drop)
BigQuery (create, refresh, drop)
Snowflake (create, refresh 🤷🏻♂️, drop)
ClickHouse (create, refresh 🤷🏻♂️, drop)
Trino (create, refresh, drop)
MSSQL (create, refresh, drop) ⚠️ Only in Azure Synapse
5.0.0
PostgreSQL
The text was updated successfully, but these errors were encountered:
We're not planning on tackling this any time soon.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
As mentioned in #5962 it would be nice to have DDL (
create
/refresh
/drop
) for materialized views.Describe the solution you'd like
Backends supported by ibis that support materialized views:
PostgreSQL (
create
,refresh
,drop
)BigQuery (
create
,refresh
,drop
)Snowflake (
create
,refresh
🤷🏻♂️,drop
)ClickHouse (
create
,refresh
🤷🏻♂️,drop
)Trino (
create
,refresh
,drop
)MSSQL (⚠️ Only in Azure Synapse
create
,refresh
,drop
)What version of ibis are you running?
5.0.0
What backend(s) are you using, if any?
PostgreSQL
Code of Conduct
The text was updated successfully, but these errors were encountered: