We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro:
id: backfill_test namespace: company.team inputs: - id: taxi type: SELECT displayName: Select taxi type values: [yellow, green] defaults: green variables: file: yellow_tripdata_{{trigger.date ?? execution.startDate | date("yyyy-MM")}}.parquet tasks: - id: label type: io.kestra.plugin.core.execution.Labels labels: file: "{{render(vars.file)}}" - id: log type: io.kestra.plugin.core.log.Log message: file https://d37ci6vzurychx.cloudfront.net/trip-data/{{render(vars.file)}} triggers: - id: green_schedule type: io.kestra.plugin.core.trigger.Schedule cron: "0 9 1 * *" inputs: taxi: green - id: yellow_schedule type: io.kestra.plugin.core.trigger.Schedule cron: "0 17 1 * *" inputs: taxi: yellow
For now, backfill for the yellow_schedule will have the default value to be green - would be cool to make it "yellow" as defined by the trigger input.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
Repro:
For now, backfill for the yellow_schedule will have the default value to be green - would be cool to make it "yellow" as defined by the trigger input.
The text was updated successfully, but these errors were encountered: