Syncing delta tables
Project description
Delta Sync
This package is not ready to use, still in development
This package will contain methods to sync delta table. It will use
Example
from delta import DeltaTable
from delta_sync import sync_table
source_table = DeltaTable.forName("<source table name>")
output_table = DeltaTable.forName("<output table name>")
status_table = DeltaTable.forName("<status table name>")
sync_table(source_table, output_table, status_table)
Install
pip
pip install delta-sync
poetry
poetry add delta-sync
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
delta_sync-0.0.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file delta_sync-0.0.1.tar.gz
.
File metadata
- Download URL: delta_sync-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4db1a77397dbe6a94104338dbb77bec7d23988991e901afcd33966e7b981fb1 |
|
MD5 | 8c23441e8de923143259efce407cddbc |
|
BLAKE2b-256 | 54e4218b6e2b13e21d35dd60d4470c74f98f41e96953aa5ddffd7e256783a81e |
File details
Details for the file delta_sync-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: delta_sync-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05ca7aa385acdbe78ab5da9e02a01b46c9ad57252d600d236d463e8859eeb41f |
|
MD5 | d09c9c73190ccf18ad6e3ac4fd720358 |
|
BLAKE2b-256 | b0f3fc317e953fa84c6809d76526a420bb6bd10691566413c5d9a02bf1c8eea0 |