Skip to content

Commit

Permalink
Fix a typo in athena.md (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Oct 26, 2023
1 parent 0a5f831 commit 420fc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/athena.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ We follow our snake_case name convention. Mind the following:

Using a staging destination is mandatory when using the athena destination. If you do not set staging to `filesystem`, dlt will automatically do this for you.

If you decide to change the [filename layout](./filesystem#data-loading) from the default value, keep the following in mind so that athena can reliable build your tables:
If you decide to change the [filename layout](./filesystem#data-loading) from the default value, keep the following in mind so that Athena can reliably build your tables:
- You need to provide the `{table_name}` placeholder and this placeholder needs to be followed by a forward slash
- You need to provide the `{file_id}` placeholder and it needs to be somewhere after the `{table_name}` placeholder.
- {table_name} must be the first placeholder in the layout.
Expand Down

0 comments on commit 420fc71

Please sign in to comment.