templates.general-docker.data.lineage.properties.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
#set ($comment = '#')
#set ($header = '###')
$comment Data Lineage properties
data.lineage.enabled=true
data.lineage.producer=${scmUrl}
$comment Optional Job namespace configuration overrides
#foreach($pipeline in $dataLineageStepsByPipeline.entrySet())
$comment data.lineage.${pipeline.key}.namespace=${pipeline.key}-override
#foreach($pipelineStep in $pipeline.value)
$comment data.lineage.${pipelineStep}.namespace=${pipeline.key}-override
#end
#end
$comment add Dataset namespace configurations here
© 2015 - 2025 Weber Informatics LLC | Privacy Policy