[Query API] Expose Script Dependencies #1050
Labels
dataflow
Related to dataflow extraction
enhancement
New feature or request
query api
relates to the query api
After #1047.
I am currently considering a format like this:
DependencyInfo
(with the value and the location)ScriptDependencyInfo
as an object withlibraries
,data
(e.g. read csvs),sources
(sourced R-files),outputs
(written files, may include "commandline")In the future we may enrich this with version guesses, or allow external scripts to do this.
The text was updated successfully, but these errors were encountered: