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
- blocks
-
KITE-475 Add EL function to build Dataset URI from Repository URI, Dataset name, and View constraints
- In Progress