Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 0.14.1
    • Fix Version/s: None
    • Component/s: Data Module
    • Labels:
      None

      Description

      This task is to add a URIBuilder class to allow programatic construction of Dataset/View URIs from DatasetRepositoryURIs, Dataset names, and Entity attribute equality constraints.

      The URIBuilder can be leveraged by a Kite URI EL function in Oozie that might look something like this:

        <dataset name="Person" frequency="${coord:days(1)}" initial-instance="2014-04-24T00:00Z" timezone="UTC">
          <uri-template>${kite:datasetUri(repositoryUri, "person", "version", "${YEAR}_${MONTH}_${DAY}")
          </uri-template>
        </dataset>
      

      The URIBuilder is also useful in other places such as tests where the repositoryUri (or repository) is treated as a parameter.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                ben.roling Ben Roling
                Reporter:
                ben.roling Ben Roling
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: