Database and Delta storage client library for working with Delta Lake tables
Project description
Datazone SDK
Database and Delta storage client library for working with Delta Lake tables.
Overview
This package provides functionality for interacting with Delta Lake tables, including:
- Database Client: High-level client for querying Delta Lake tables with support for time intervals, time travel, and filtering.
- Delta Storage: Low-level components for working with Delta tables, schemas, and data types.
Installation
pip install datazone-sdk
Usage
import datazone as dz
# Create a client from a storage account name
client = dz.DatabaseClient.from_resource_name(
storage_account="<storage-account>",
container_name="<container-name>",
sub_path="<sub-path>",
)
# Query a table
df = client.query(
table_name="my_table",
filters={"column": "value"},
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datazone_sdk-1.0.1.tar.gz
(10.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datazone_sdk-1.0.1.tar.gz.
File metadata
- Download URL: datazone_sdk-1.0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.3 CPython/3.10.20 Linux/6.17.0-1008-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3430d72906f5dffc5212ce621b7d954ce69492490ac1984a23fcffc0416b36e
|
|
| MD5 |
f93d80a0b92a308749c39c68e9073764
|
|
| BLAKE2b-256 |
cb36af75478fe475d318b0e7c9ee2ebc7c16d8c47ce88b7844b852fdd4f523d2
|
File details
Details for the file datazone_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: datazone_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.3 CPython/3.10.20 Linux/6.17.0-1008-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5abd95cf8384dcf188aa400cb7db8419252a74e2f0361f7909425f94c97c416e
|
|
| MD5 |
f3309f45e77a1e12b93c3732ea1319f3
|
|
| BLAKE2b-256 |
c4dc6cf18b1625fbe07b4abdfb18394f685d3ed1bac2c6c8de50b5c7c35ef3bb
|