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

connect: make daft spark an optional, opt-in feature. #3582

Open
universalmind303 opened this issue Dec 16, 2024 · 1 comment
Open

connect: make daft spark an optional, opt-in feature. #3582

universalmind303 opened this issue Dec 16, 2024 · 1 comment
Labels
daft-connect enhancement New feature or request

Comments

@universalmind303
Copy link
Contributor

Is your feature request related to a problem?

Most users don't have a need for daft connect, and it shouldn't be included as the default.

Describe the solution you'd like

normal installation without spark connect api.

pip install getdaft
# does not work
from daft.daft import connect_start

install optional spark connect

pip install getdaft[spark]
# works
from daft.daft import connect_start

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

No

@universalmind303 universalmind303 added enhancement New feature or request needs triage labels Dec 16, 2024
@universalmind303 universalmind303 changed the title make daft spark an optional, opt-in feature. connect: make daft spark an optional, opt-in feature. Dec 16, 2024
@universalmind303
Copy link
Contributor Author

will likely depend on #3497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
daft-connect enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant