generated from kestra-io/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
area/pluginPlugin-related issue or feature requestPlugin-related issue or feature requestbugSomething isn't workingSomething isn't working
Description
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
Environment
- Kestra Version: develop
Metadata
Metadata
Assignees
Labels
area/pluginPlugin-related issue or feature requestPlugin-related issue or feature requestbugSomething isn't workingSomething isn't working