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

Investigate the use of opensource libraries to allow full local execution and potentially cross-platform compatibility #192

Open
jrampono opened this issue Sep 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jrampono
Copy link
Collaborator

jrampono commented Sep 1, 2024

Feature 1: Enable notebooks to be generated targeting local execution engine like duckdb or sqllite and then swapped to target Fabric remote environment easily

Feature 2: Enable other execution engines to be targeted such as Databricks or Snowflake

**Notes
Potentially libraries shown below. Note Ibis uses both sqlframe and sqlglot under the hood. Similarly sqlframe uses sqlglot under the hood. Thus sqlglot is likely to be the easiest place to start as it provides sql dialect translation only. Note we may need to deal with ddl carefully as none of these appear to deal with it well

@jrampono jrampono added the enhancement New feature or request label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants