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

feat: DDL Materialized Views #5964

Closed
1 task done
dpprdan opened this issue Apr 11, 2023 · 1 comment
Closed
1 task done

feat: DDL Materialized Views #5964

dpprdan opened this issue Apr 11, 2023 · 1 comment
Labels
feature Features or general enhancements

Comments

@dpprdan
Copy link

dpprdan commented Apr 11, 2023

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:

  1. PostgreSQL (create, refresh, drop)

  2. BigQuery (create, refresh, drop)

  3. Snowflake (create, refresh 🤷🏻‍♂️, drop)

  4. ClickHouse (create, refresh 🤷🏻‍♂️, drop)

  5. Trino (create, refresh, drop)

  6. MSSQL (create, refresh, drop) ⚠️ Only in Azure Synapse

What version of ibis are you running?

5.0.0

What backend(s) are you using, if any?

PostgreSQL

Code of Conduct

  • I agree to follow this project's Code of Conduct
@dpprdan dpprdan added the feature Features or general enhancements label Apr 11, 2023
@cpcloud cpcloud added this to the 6.1 milestone Jul 5, 2023
@cpcloud cpcloud modified the milestones: 6.1, 7.0 Aug 1, 2023
@cpcloud cpcloud removed this from the 7.0 milestone Sep 14, 2023
@cpcloud
Copy link
Member

cpcloud commented Jul 24, 2024

We're not planning on tackling this any time soon.

@cpcloud cpcloud closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2024
@github-project-automation github-project-automation bot moved this from backlog to done in Ibis planning and roadmap Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
Archived in project
Development

No branches or pull requests

2 participants