Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

delta_sync-0.0.1-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page