data-versioning
Here are 24 public repositories matching this topic...
Description
We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:
- Hello World! (15 minutes)
- [Iris Dataset](https://kedro.readthedocs.io/en/stable/02_get_started
-
Updated
Jan 31, 2022 - Python
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
-
Updated
Jan 31, 2022 - Jupyter Notebook
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Jul 3, 2019
-
Updated
Jan 28, 2022 - R
-
Updated
Jan 21, 2022 - Jupyter Notebook
-
Updated
Jan 31, 2022 - Python
While API action names have been renamed to refer to tag, there are some cases where parameter names and returned struct keys still refer to version.
Examples:
- in
resource_show_tag:version_idparameter,version_metadatain the returned dict - Same in
package_show_tag
-
Updated
Jan 6, 2021
-
Updated
Jan 31, 2022 - Go
-
Updated
Dec 21, 2021 - Java
-
Updated
Jul 28, 2021 - Jupyter Notebook
-
Updated
Aug 1, 2021 - HTML
-
Updated
Oct 4, 2021 - Python
-
Updated
Feb 12, 2020
-
Updated
Jan 16, 2022 - JavaScript
-
Updated
Mar 22, 2020 - TypeScript
Improve this page
Add a description, image, and links to the data-versioning topic page so that developers can more easily learn about it.
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."
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&...¶mN=valueN]. When dbname is "mydb", It works, but not work when dbname is "mydb/feature-branch".