Azure-databricks-api

Latest version: v0.6.2

Safety actively analyzes 624578 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.6.2

Rerelease to fix CI/CD pipeline issues

0.6.1

0.6

Adds support for the Libraries API - used for installing libraries from PyPI, Maven, CRAN, etc.

0.5.1

This adds support for DBFS API.

For example:
python
client = AzureDatabricksRESTClient('centralus', [API TOKEN])

client.dbfs.list('/tmp')
>>>[FileInfo(path='/tmp/dir/', is_dir=True, file_size=0),
FileInfo(path='/tmp/file.csv', is_dir=False, file_size=41189695)]

client.dbfs.upload_file_by_path("C:/Users/DemoUser/Desktop/test_file.csv", '/tmp/test_file_2.csv',
overwrite=False)

0.4

Adds support for the Databricks Workspace operations.

For example:
python
client = AzureDatabricksRESTClient('centralus', [API TOKEN])

client.workspace.list('/RandomTest/Workshop')
>>>[ObjectInfo(object_type='DIRECTORY', path='/RandomTest/Workshop/labs-answers', language=None),
ObjectInfo(object_type='DIRECTORY', path='/RandomTest/Workshop/workshops', language=None),
ObjectInfo(object_type='DIRECTORY', path='/RandomTest/Workshop/labs', language=None)]

0.3

Initial public release of the Python wrapper for the Azure Databricks API

This release will support 3 services only - Clusters, Groups, and Tokens

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.