Jorge Ejarque
Jorge Ejarque
- [ ] task 1 hola
When retry trace record is generated and included in the task context with variable `trace` In the first attempt, trace is null. I tried to set a partial trace record...
close #3711 - Enables fast failure (set -e) at unstage part and removes "|| true" statement in the unstage. - Splits unstage in control and task outputs. - Unstage of...
This PR contains the changes to port the Amazon plugin to AWS SDK version 2. Find below the most relevant changes: - S3 Global Region flag: In v1, it was...
This PR include retries when performing request in git repositories. The request errors are managed at `RepositoryProvider.checkResponse`, where some `AbortException` or `RateLimitExceededExceptions` are thrown for some HTTP error codes, or...
close #5920 - Modifying canSubmit to avoid to avoid exceed `executor.queueSize` parameter. - Printing warning when array size exceeds the queueSize. This can make the task array 'unsubmitable' (Not sure...
First approach to include information which is in the `WorkflowMetadata` class in Data lineage records. - Add `revision`, `projectName` and `Manifest` to the `Workflow `class - Add `Workflowrun.metadata` field to...
Refactor lineage JSON serialization with a root element including version, kind and spec properties
This PR refactors the Lineage data encoder to serialize lineage records using the following structure: ```json { "version": , "kind": , "spec": } ``` For instance a `FileOutput `type is...
This PR is a test to validate the possibility of a global cache to share the task caching between executions. This is forcing to have the same cloud-cache, working dir...
close #5470 Adds the CmdEvalParams in the task outputs as a key to compute the hash