blueprint
blueprint copied to clipboard
Baseline for Databricks Labs projects written in Python
closes #151
Workspace FS is limited to 10mb file size. The save method should have the option to break the files to 10MB Segments.
`databricks labs install` ignores the `--profile` parameter if a `DATABRICKS_HOST` environment variable is set. All other databricks command prioritize the --profile parameter.
I have searched the existing issues and no similar issues. ### Current Behavior: When running `databricks labs install blueprint` Produces the following error: `Traceback (most recent call last): File "/Users/andres.garcia/.databricks/labs/blueprint/lib/src/databricks/labs/blueprint/__init__.py",...
Support Unity Catalog Volumes by implementing VolumePath and add a function to automatically create the right path from a string based on the different referencing options (https://docs.databricks.com/en/files/index.html#do-i-need-to-provide-a-uri-scheme-to-access-data).
At present we run unit tests against all supported python versions, but not linting/format checking: these run against python 3.10. Some of the linting/format checks can produce different warnings depending...
When writing notebooks, there is no way to print all logs to the UI, there's a limit in terms of Bytes. Having a way to dump logs to a file...
Our current implementation crashes when marshalling/unmarshalling generic lists, such as `list[some_class]`. This PR fixes that crash. Our current implementation also does not support marshalling/unmarshalling generics with 'object' or 'Any' as...