doltpy icon indicating copy to clipboard operation
doltpy copied to clipboard

A Python API for Dolt

Results 30 doltpy issues
Sort by recently updated
recently updated
newest added

When syncing a single column table from dolt to mysql, sqlalchemy will throw a ValueError complaining about an empty update_dict CREATE TABLE `authority` ( `name` varchar(50) NOT NULL, PRIMARY KEY...

This adds a new `tag_create` method, using `dolt tag` CLI verb for tag creation.

Hi there, After a lot of debugging I just noticed that the `write_pandas` wrapper is silently discarding rows that contain NaN values. [Here](https://github.com/dolthub/doltpy/blob/ecf23fd333aab37f136973d4f62ee983dbd41340/doltpy/cli/write.py#L46) is the point where this happens. Is...

May want to consider changing `Liquidata` to `Dolt`

https://github.com/dolthub/doltpy#more-information Broken link: https://docs.dolthub.com/interfaces/python

On windows whener the library wants to create and write to a new temp file a PermissionError is raised. For example just asking for the `dolt.active_branch` will crash on windows:...

I can make the fixes for this. Just leaving a note for myself

The `sync_to_dolt` function doesn't catch empty commit errors properly. Also, if there aren't any changes to commit, why is the function trying to commit them? Traceback (most recent call last):...