-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: "One to many", "many to one" or "one to one" for dataset relationship to datasource - zero length temp dag file #204
Comments
The dataset and datasource is a one to many mapping, one dataset can have multiple data sources. Other items from this discussion would be
|
Thank you. I will think about your comments and provide feedback.
|
Ok, I have managed to think about this overnight. We can reduce the burden of understanding how the various components of singularity fit if we follow the concepts of other tools the users will be familiar with. For example sysadmins will be familiar with logical volume management such as lvm, zfs and adm. The approach these are as follows:
In the case of singularity, it means:
Example usage and output
Another issue to think about:
|
The major concern of this issue is addressed by #221 |
Description
Steps to Reproduce
Incorrect relationship datasource and dataset can produce empty dag file (see folder 01-test-out-a and 9d55c1f3-b8cd-4155-9371-2fad030d059c.car)
Observation: Dataset has two --output dir (see filepath column)
Version
singularity v0.2.47-1f0d416-dirty
Operating System
Linux
Database Backend
SQLite
Additional context
As part of testin #90
The text was updated successfully, but these errors were encountered: