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

Can't query using MotherDuck connection #395

Open
Ben8t opened this issue Oct 9, 2024 · 2 comments
Open

Can't query using MotherDuck connection #395

Ben8t opened this issue Oct 9, 2024 · 2 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working

Comments

@Ben8t
Copy link
Member

Ben8t commented Oct 9, 2024

Expected Behavior

Following the documentation and blueprint, the MotherDuck doesn't seem to work anymore.

image

access to MotherDuck https://app.motherduck.com/

id: myflow
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.duckdb.Query
    url: "jdbc:duckdb:md:test?motherduck_token=<TOKEN>"
    sql: |
      SELECT by, COUNT(*) as nr_comments 
      FROM sample_data.hn.hacker_news
      GROUP BY by
      ORDER BY nr_comments DESC;
    store: true

Actual Behaviour

No response

Steps To Reproduce

No response

Environment Information

  • Kestra Version: 0.19.2
  • Plugin version:
  • Operating System (OS / Docker / Kubernetes):
  • Java Version (If not docker):

Example flow

No response

@Ben8t Ben8t added bug Something isn't working area/plugin Plugin-related issue or feature request labels Oct 9, 2024
@Ben8t Ben8t added this to Issues Oct 9, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Oct 9, 2024
@loicmathieu
Copy link
Member

This is caused by #165

@Ben8t
Copy link
Member Author

Ben8t commented Oct 9, 2024

Oh right... again... I raised again there to hopefully get an update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

3 participants