You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, PipelineDP supports multiple systems like apache beam, apache-spark, etc. While these systems would be used individually, they are definitely not going to be used in a combined manner, and hence we don't need to install them as well as dependencies needed for them every time.
Description
Currently, PipelineDP supports multiple systems like apache beam, apache-spark, etc. While these systems would be used individually, they are definitely not going to be used in a combined manner, and hence we don't need to install them as well as dependencies needed for them every time.
Desired behavior:
pip install pipeline-dp [apache-beam]
Additional Context
https://stackoverflow.com/questions/36490897/how-to-install-python-module-extras-with-pip-requirements-txt-file
The text was updated successfully, but these errors were encountered: