Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose checkpoint creation for current table state in python #1058

Merged
merged 3 commits into from
Jan 11, 2023

Conversation

ismoshkov
Copy link
Contributor

Description

Current python wrapper hasn't any functionlity to create checkpoints.
This PR exposes rust functionality which is creates checkpoint at current table version.

Documentation

Sample of usage:

    delta_table = DeltaTable(some_path)
    # apply actions...
    delta_table.create_checkpoint()

@roeap
Copy link
Collaborator

roeap commented Jan 9, 2023

Thanks @ismoshkov for the contribution! One more "make format" and we are good to go :).

@wjones127 wjones127 enabled auto-merge (squash) January 11, 2023 04:49
Copy link
Collaborator

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ismoshkov!

@wjones127 wjones127 merged commit 4f9dec2 into delta-io:main Jan 11, 2023
@ismoshkov
Copy link
Contributor Author

@wjones127 Thanks for your help!

chitralverma pushed a commit to chitralverma/delta-rs that referenced this pull request Mar 17, 2023
…o#1058)

# Description
Current python wrapper hasn't any functionlity to create checkpoints.
This PR exposes rust functionality which is creates checkpoint at
current table version.


# Documentation
Sample of usage:
```Python
    delta_table = DeltaTable(some_path)
    # apply actions...
    delta_table.create_checkpoint()
```

Co-authored-by: Ilya Moshkov <ilya.moshkov@exosfinancial.com>
Co-authored-by: Will Jones <willjones127@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants