We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most users don't have a need for daft connect, and it shouldn't be included as the default.
pip install getdaft
# does not work from daft.daft import connect_start
pip install getdaft[spark]
# works from daft.daft import connect_start
No response
No
The text was updated successfully, but these errors were encountered:
will likely depend on #3497
Sorry, something went wrong.
No branches or pull requests
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.
install optional spark connect
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: