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

feat: add option to hash elements and to repeate them X number of times FPF-17261 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ejblanco
Copy link

@ejblanco ejblanco commented Nov 5, 2024

Añadimos la opción de hashear las iteraciones para poder generar IDs que luego puedan hacer JOIN con otros datasets.
La iteración empieza desde 0 y se incrementa en uno y la función de hash es SHA-256

También se añade una opción num_repetitions que repetirá el mismo elemento X numero de veces.

              "arg.properties": {
                "iteration": {
                  "start": "0"
                },
                "hashed": true,
                "num_repetitions": 4
              }

https://jira.tid.es/browse/FPF-17261

@ejblanco ejblanco changed the title feat: add option to hash elements and to repeate them X number of times feat: add option to hash elements and to repeate them X number of times FPF-17261 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant