Created
July 28, 2023 08:03
-
-
Save anna-geller/2016c5acd78661b7ab02adc8c775b1b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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