diff --git a/data_processing/profiles.yml b/data_processing/profiles.yml index 6a625f3..2ed78e4 100644 --- a/data_processing/profiles.yml +++ b/data_processing/profiles.yml @@ -4,6 +4,12 @@ healthcare_data: outputs: dev: type: duckdb - threads: 1 + threads: 3 + temp_directory: '/.tmp' plugins: - - module: excel \ No newline at end of file + - module: excel + extensions: + - httpfs + - parquet + - aws + use_credential_provider: aws \ No newline at end of file