Skip to content

Commit

Permalink
Merge pull request #12 from chrisgebert/chrisgebert-add-aws-config-pr…
Browse files Browse the repository at this point in the history
…ofile

Enable reading and writing to s3
  • Loading branch information
jaanli authored Jun 8, 2024
2 parents 2f4f5b7 + 3bb29ca commit 0fb245f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data_processing/models/ahrq.gov/sdoh/sdoh_county.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ config(
materialized = 'external',
location = '../data/sdoh_county.parquet'
location = 's3://payless.health/sdoh_county.parquet'
)
}}

Expand Down
10 changes: 8 additions & 2 deletions data_processing/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ healthcare_data:
outputs:
dev:
type: duckdb
threads: 1
threads: 3
temp_directory: '/.tmp'
plugins:
- module: excel
- module: excel
extensions:
- httpfs
- parquet
- aws
use_credential_provider: aws

0 comments on commit 0fb245f

Please sign in to comment.