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

Plugin deprecation should have new line to make it readable #6771

Open
tchiotludo opened this issue Jan 15, 2025 · 3 comments · May be fixed by #6839
Open

Plugin deprecation should have new line to make it readable #6771

tchiotludo opened this issue Jan 15, 2025 · 3 comments · May be fixed by #6839
Assignees
Labels
area/frontend Needs frontend code changes enhancement New feature or request

Comments

@tchiotludo
Copy link
Member

tchiotludo commented Jan 15, 2025

image
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 by io.kestra.plugin.core.http.Download
  • io.kestra.core.models.triggers.types.Schedule is replaced by io.kestra.plugin.core.trigger.Schedule
@tchiotludo tchiotludo added bug Something isn't working area/frontend Needs frontend code changes labels Jan 15, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 15, 2025
@rajatsingh23
Copy link
Contributor

I would like to work on it. Can I know how can I reproduce it?

@MilosPaunovic
Copy link
Member

@Ben8t Could you provide a sample flow with a few deprecated plugin names?

@Ben8t
Copy link
Member

Ben8t commented Jan 20, 2025

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

@Ben8t Ben8t added enhancement New feature or request and removed bug Something isn't working labels Jan 20, 2025
@rajatsingh23 rajatsingh23 linked a pull request Jan 20, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

4 participants