databrickslabs / blueprint

Baseline for Databricks Labs projects written in Python
https://pypi.org/project/databricks-labs-blueprint/
Other
19 stars 8 forks source link

Updating _build_wheel, upload_to_wsfs and upload_to_dbfs (dependecies download) #98

Closed aminmovahed-db closed 5 months ago

aminmovahed-db commented 5 months ago

Resolves #573

The output of the build wheel function will be a list of all the dependent wheel packages. Upload functions will get a new flag as input to either include the dependencies in the download list or just limit the download to the main wheel package.