issues
search
exasol
/
integration-test-docker-environment
A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
5
stars
2
forks
source link
Make jobid a parameter of the Tasks
#122
Closed
tkilias
closed
2 years ago
tkilias
commented
3 years ago
Background
Currently, we inject the jobid as config into the tasks
However, you can't change the jobid after you run the first task with luigi
So, we can't run multiple jobs in the same process
Acceptance Criteria
Make jobid a parameter of the BaseTask
Make sure the jobid is forwarded from parent to child task
Background
Acceptance Criteria