Week 1 test result #170
Replies: 1 comment
-
Thanks for taking a week to test the functionality of Singularity V2
This is intentional for two reasons
It is using a different name for database, in case it overrides anything in your default database.
I believe the new CLI command format will greatly reduce the confusion here. Please let me know otherwise.
+1 #224
It does matter. daggen is like creating a snapshot of the folder structure for the dataset. You can run daggen over the course of data preparation and create multiple snapshots while the data preparation is ongoing. This would be useful for cases where data preparation will never end (i.e. keep scanning the data source for new files) while you want to create a snapshot every month for the folder structure. Hence the daggen has a higher priority over packing.
With the new CLI design, this will likely becomes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Today I tested singularity v2 data prep on a M1 MacBook Pro running macOS Monterey 12.6.7
My golang was installed with brew but it was on version 1.18. All I had to do is run brew update && brew upgrade go and now it's on golang 1.20
Beta Was this translation helpful? Give feedback.
All reactions