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

Navigating to Definitions from property description within plugin docs sometimes doesn't work (example: DbtCLI task) #7390

Open
anna-geller opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working

Comments

@anna-geller
Copy link
Member

anna-geller commented Feb 13, 2025

See demo https://capture.dropbox.com/FFvJlqyLWmgDuF1y

@MilosPaunovic if you don't know how to tackle this, @brian-mulier-p might be able to help as he worked quite a lot on plugin docs

image

Example repro:

id: dbt_build
namespace: company.datateam.dbt

tasks:
  - id: dbt
    type: io.kestra.plugin.dbt.cli.DbtCLI
    namespaceFiles:
      enabled: true
    taskRunner:
      type: io.kestra.plugin.scripts.runner.docker.Docker
    containerImage: ghcr.io/kestra-io/dbt-duckdb:latest
    commands:
      - dbt build --project-dir dbt

Environment

  • Kestra Version: develop
@anna-geller anna-geller added bug Something isn't working area/frontend Needs frontend code changes labels Feb 13, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 13, 2025
@anna-geller anna-geller changed the title Navigating to someDefinitions within plugin docs sometimes doesn't work Navigating to Definitions from property description within plugin docs sometimes doesn't work (example: DbtCLI task) Feb 13, 2025
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 bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants