-
Notifications
You must be signed in to change notification settings - Fork 179
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
[CT-1227] [Spike] Ibis on Snowflake #272
Comments
they did it first https://ibis-project.org/docs/dev/backends/Snowflake/ |
It is in
both could technically work: either compile Ibis down to SnowSQL locally and ship it off a la dbt-sql, or simply let it run in Snowpark. the former is limited in capability, the latter is slower and more flexible
TBA
looks like string? it outputs SnowSQL code
TBA
support via plugin: dbt-labs/dbt-core#6184
TBW -- writing some based off the PRQL PR: dbt-labs/dbt-core#5982 primary challenges:
|
implemented in dbt-labs/dbt-core#6296 |
Spike to proof-of-concept Ibis on Snowflake (Snowpark?)
The purpose of this spike is to evaluate the work needed to add Snowflake as an additional backend to Ibis.
Why?
See dbt-labs/dbt-core#5904.
Snowflake is the most popular adapter for dbt. Ibis doesn't support Snowflake, but I don't see any technical reason blocking that. We (or Snowflake) should evaluate this as we consider it as a vendor-neutral standard for analytics in Python.
What?
Evaluate the work needed to add Snowflake as a backend for Ibis. See acceptance criteria for details.
Additional reading
Acceptance criteria
No working code is required.
We should answer:
The text was updated successfully, but these errors were encountered: