Skip to content

Duckdb sync error #114

@Ben8t

Description

@Ben8t

Describe the issue

id: cloudquery-sync
namespace: sanitychecks.blueprints
tasks:
  - id: hn_to_duckdb
    type: io.kestra.plugin.cloudquery.Sync
    env:
      CLOUDQUERY_API_KEY: "XXXX"
    incremental: false
    configs:
      - kind: source
        spec:
          name: hackernews
          path: cloudquery/hackernews
          version: v3.8.2
          tables:
            - "*"
          destinations:
            - duckdb
          spec:
            item_concurrency: 100
            start_time: "{{ trigger.date ?? execution.startDate | dateAdd(-1, 'DAYS') }}"
      - kind: destination
        spec:
          name: duckdb
          path: cloudquery/duckdb
          version: v6.2.2
          write_mode: overwrite-delete-stale
          spec:
            connection_string: hn.db
triggers:
  - id: schedule
    type: io.kestra.plugin.core.trigger.Schedule
    cron: "@daily"
    timezone: US/Eastern
Image

Environment

  • Kestra Version: develop

Metadata

Metadata

Labels

area/pluginPlugin-related issue or feature requestbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions