About
A script data resource is a special type of data resource where its content is seen as a script
A script is one ore more instruction that is executed against a connection
Type
There is two kind of script:
- a pure script that returns only an execution status (ie failed or succeeded).
- a query that returns a data resource
Data Selectors
A script is selected via a composed data selector
(globPattern@ScriptConnection)@targetConnection
where:
- the first data selector defines the file data resources (known also as script) where the scripts are written
- and the second part defines the connection where the script is executed