Skip to content
#

data-versioning

Here are 24 public repositories matching this topic...

liuqianhong6007
liuqianhong6007 commented Oct 21, 2021

When I try to connect dolt server using golang's go-sql-driver/mysql driver in multiple heads mode, It seems that go-sql-driver/mysql driver does't support database with a sub name. DSN string format in go-sql-driver/mysql like [username[:password]@][protocol[(address)]]/dbname[?param1=value1&...&paramN=valueN]. When dbname is "mydb", It works, but not work when dbname is "mydb/feature-branch".

kedro
lakeFS
mishraprafful
mishraprafful commented Jan 21, 2022

Description
When uploading from a windows machine using the command line. The directory structure is not preserved. All the files are named as files with the directory names prepended to it.

Maybe, as the source machine is windows the path for files are not separated by / instead are separated by \, which leads to such behavior.

Steps to Reproduce

  • Have a recursive directory s

Improve this page

Add a description, image, and links to the data-versioning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-versioning topic, visit your repo's landing page and select "manage topics."

Learn more