Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created July 28, 2023 08:03
Show Gist options
  • Save anna-geller/2016c5acd78661b7ab02adc8c775b1b9 to your computer and use it in GitHub Desktop.
Save anna-geller/2016c5acd78661b7ab02adc8c775b1b9 to your computer and use it in GitHub Desktop.
# in-process duckdb
jaffle_shop:
outputs:
dev:
type: duckdb
path: ':memory:'
extensions:
- parquet
target: dev
# MotherDuck - the Secret macro below is specific to Kestra
jaffle_shop_md:
outputs:
dev:
type: duckdb
database: jaffle_shop
disable_transactions: true
threads: 4
path: |
md:?motherduck_token={{secret('MOTHERDUCK_TOKEN')}}
target: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment