issues
search
jvalue
/
jayvee
Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
150
stars
15
forks
source link
[FEATURE] VSCode Extension: Run pipeline button
#587
Closed
georg-schwarz
closed
3 months ago
georg-schwarz
commented
5 months ago
User Story
As a {VSCode user}
I want {just to press a button to run a Jayvee pipeline}
So that {I don't need to do it via the command line myself}
User Acceptance Criteria
[ ] Pipelines are runnable individually by the interpreter
[ ] The VSCode extension checks whether there is a correct version of the Jayvee CLI installed
[ ] There is a button for users to press close to the pipeline definition
[ ] Clicking the button leads to an automated execution of the pipeline
Notes
CodeLenses might be a LSP native feature to implement this.
Definitions of Done
[ ] A PR has been opened and accepted
[ ] All user acceptance criteria are met
[ ] All tests are passing
User Story
User Acceptance Criteria
Notes
CodeLenses might be a LSP native feature to implement this.
Definitions of Done