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
Is your feature request related to a problem? Please describe.
Currently, boto3 is installed as a default package in the DataProfiler.
I suggest adding it as an optional package such that it can be installed only if desired to use s3.
Might be beneficial for things like parque as well due to package size.
Describe the outcome you'd like:
pip install dataprofiler # doesn't install boto3 + req packages for it
pip install 'dataprofiler[s3]' # installs boto3 + req packages for it
Additional context:
This can limit the size of docker images or lambda jobs requiring DataProfiler.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently,
boto3
is installed as a default package in the DataProfiler.I suggest adding it as an optional package such that it can be installed only if desired to use s3.
Might be beneficial for things like parque as well due to package size.
Describe the outcome you'd like:
Additional context:
This can limit the size of docker images or lambda jobs requiring DataProfiler.
The text was updated successfully, but these errors were encountered: