Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-1501 Parse YAML DAX files
  3. PM-1504

flatten out the uses section. remove the extra file property aggregation

XMLWordPrintable

      In the yaml representation of DAX we have
      uses:

      • file:
        lfn: f.b1
        metadata:
        size: "2048"
        size: "2048"
        type: output
        registerReplica: false
        stageOut: true

      Some attributes are grouped under file
      it will be good to flatten out(remove the file grouping), so that uses renders like this
      uses:

      • lfn: f.b2
        size: 2048
        metadata:
        createdBy: vahi
        type: output
        registerReplica: false
        stageOut: true

            Assignee:
            tanaka Ryan Tanaka (Inactive)
            Reporter:
            vahi Karan Vahi
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: