System Connection - Md (Manifest Directory)

About

The md connection is a built-in connection that points to the directory of the manifest.

You use them in a data-uri to locate data resource that are sibling of the manifest.

Example

In a resource manifest, if your books.csv csv file is in the same directory, you would use books.csv@md as data uri

Example:

kind: csv
spec:
  data-uri: books.csv@md



Related HowTo
How to execute a bash script ?

This howto shows you how to execute a bash script against the local file system. The bash script that will be executed is: a simple hello world sample application that accepts optionally 1 argument...

Task Runner