Oscar Batori

Results 30 issues of Oscar Batori

We are building a MySQL compliant database called Dolt, you can check it out [here](https://github.com/dolthub/dolt). We are in the initial stages of using `sysbench` for benchmarking the database server performance....

There are a number of untested functions in `doltpy.core` that were introduced to in 1.0.0 to match the CLI. A list of them is: - `reset`: no testing, `hard` and...

enhancement

Currently interfaces for importing Python data structures do not support replace mode. We should ensure they do so. Since they use the SQL server this is a bit trickier than...

Currently Doltpy implements logging in a suboptimal way: each file has a logging object with it's name passed. This means the library does not have an ability to configure the...

enhancement

Passing `True` to `Dolt.checkout(...)` treats `True` as a branch, and eventually errors out via a subprocess. It should error more clearly.

documentation
enhancement

See this for inspiration https://github.com/PrefectHQ/prefect/blob/master/docs/generate_docs.py

documentation

We should run our test suite on Mac and Windows boxes to validate that it works across possible usage platform. Currently we run on Ubuntu, but Python can break on...

deployment

https://github.com/dolthub/dolthub-etl-jobs/runs/3257654962?check_suite_focus=true This job does not handle a missing value correctly!

https://nex.sx/blog/2019/12/15/the-year-of-the-phish.html We may want an image solution before we do this one.

dataset