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

[DEPRECATION] as_ibis in FugueWorkflow #505

Closed
goodwanghan opened this issue Aug 16, 2023 · 0 comments · Fixed by #528
Closed

[DEPRECATION] as_ibis in FugueWorkflow #505

goodwanghan opened this issue Aug 16, 2023 · 0 comments · Fixed by #528

Comments

@goodwanghan
Copy link
Collaborator

goodwanghan commented Aug 16, 2023

This is NOT to deprecate Ibis usage from Fugue

Currently, we have two ways to use Ibis, one way is to create the dataframe and execution engine abstractions on top of Ibis, and this is used by our Bigquery and trino integrations. Another way is inside FugueWorkflow we enable a function called as_ibis to convert a FugueWorkflowDataFrame in to Ibis, this is a transition between two different dags.

This feature is rarely used by users, plus, we want to hide FugueWorkflow from the top level APIs, so maintaining the second use case no longer has value. So, to make Fugue more lightweight and more focused on useful feature, we will remove this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant