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
best layout will be to use list and inline code block like this:
tasks[0]
io.kestra.plugin.fs.http.Download
io.kestra.plugin.core.http.Download
io.kestra.core.models.triggers.types.Schedule
io.kestra.plugin.core.trigger.Schedule
The text was updated successfully, but these errors were encountered:
I would like to work on it. Can I know how can I reproduce it?
Sorry, something went wrong.
@Ben8t Could you provide a sample flow with a few deprecated plugin names?
Yes, here is one:
id: test namespace: test tasks: - id: download type: io.kestra.plugin.fs.http.Download uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/orders.csv
rajatsingh23
Successfully merging a pull request may close this issue.
best layout will be to use list and inline code block like this:
tasks[0]
is deprecated.io.kestra.plugin.fs.http.Download
is replaced byio.kestra.plugin.core.http.Download
io.kestra.core.models.triggers.types.Schedule
is replaced byio.kestra.plugin.core.trigger.Schedule
The text was updated successfully, but these errors were encountered: