Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism for passing date and parameters for potential runtime usage #61

Open
leclairm opened this issue Dec 5, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@leclairm
Copy link
Contributor

leclairm commented Dec 5, 2024

The issue

At runtime, tasks could potentially need access to:

  • their own date and parameters
  • date, parameters, port and path of input data

Potential solutions

Environment variables

Could work for the task itself, probably cumbersome for input data

Written to file

This file would be dumped in the working directory where the task could read it.
Similarly to #49, the format of choice is important. yaml is well suited for python, not at all for shell scripts. Maybe a basic text file in that case or a file to source, removing the need for parsing on the user side.

@leclairm leclairm added the enhancement New feature or request label Dec 5, 2024
@leclairm leclairm added this to the v0.0.1 milestone Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant