Skip to content

Commit

Permalink
README: fix s3_data_naming breaking column alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chronitis committed Dec 22, 2021
1 parent 116031f commit b1d1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A dbt profile can be configured to run against AWS Athena using the following co
| work_group | Identifier of Athena workgroup | Optional | `my-custom-workgroup` |
| num_retries | Number of times to retry a failing query | Optional | `3` |
| s3_data_dir | Prefix for storing tables, if different from the connection's `s3_staging_dir` | Optional | `s3://bucket2/dbt/` |
| s3_data_naming | How to generate table paths in `s3_data_dir`: `uuid | schema_table` | Optional | `uuid` |
| s3_data_naming | How to generate table paths in `s3_data_dir`: `uuid/schema_table` | Optional | `uuid` |


**Example profiles.yml entry:**
Expand Down

0 comments on commit b1d1b24

Please sign in to comment.