Created
February 3, 2024 19:47
-
-
Save vhe74/beb10519342c845e42e7ccd45c3399a3 to your computer and use it in GitHub Desktop.
DBT-DuckDB-Profile
This file contains 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
your_project: | |
outputs: | |
dev: | |
type: duckdb | |
path: /tmp/dbt.duckdb | |
extensions: | |
- httpfs | |
- parquet | |
settings: | |
s3_region: fr-par | |
s3_access_key_id: _YOUR_S3_KEY_ | |
s3_secret_access_key: _YOUR_S3_SECRET_ | |
s3_endpoint: s3.fr-par.scw.cloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment