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

Autocompletion doesn't work for nested tasks #3819

Closed
brian-mulier-p opened this issue May 24, 2024 · 0 comments
Closed

Autocompletion doesn't work for nested tasks #3819

brian-mulier-p opened this issue May 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@brian-mulier-p
Copy link
Member

Describe the issue

id: internal-storage
namespace: io.kestra.bmu
tasks:
  - id: wdir
    type: io.kestra.plugin.core.flow.WorkingDirectory
    tasks:
      - id: local_file
        type: io.kestra.plugin.core.storage.LocalFiles
        inputs:
          retrieve.py: "print('hello')"
      - id: local_file_to_internal
        type: io.kestra.plugin.scripts.shell.Commands
        outputFiles:
          - myFile.txt
        commands:
          - echo "Output myFile.txt to internalStorage"

you don't get autocompletion for outputs.local_file_to_internal

Environment

  • Kestra Version:
  • Operating System (OS/Docker/Kubernetes):
  • Java Version (if you don't run kestra in Docker):
@brian-mulier-p brian-mulier-p added the bug Something isn't working label May 24, 2024
@brian-mulier-p brian-mulier-p self-assigned this May 24, 2024
@brian-mulier-p brian-mulier-p changed the title autocompletion doesn't work for nested tasks Autocompletion doesn't work for nested tasks May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant