Skip to content

Commit

Permalink
Fix broken link to Credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
KRISHNAKUMAR THOTAPALLI committed Apr 22, 2024
1 parent 7e38c0d commit de3ba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql_reference/commands/data-management/copy-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ FROM <externalLocation>
| `<source_column_index>` | The index of the src column that will be mapped (same index for all the files). This value range is [1,2^64-1]. It needs to follow the `$` character. |
| `<source_column_name>` | The name of the src column that will be mapped (same name for all the files). |
| `<externalLocation>` | The path to an S3 location where the query result file or files are saved. If ends with `/` it interpreted as directory otherwise as single file. Folder example: `s3://my_bucket/my_folder/`. File example: `s3://my_bucket/my_folder/my_file`. |
| `CREDENTIALS` | The Amazon S3 credentials for accessing the specified `<externalLocation>`. See [CREDENTIALS](../../sql_reference/commands/data-definition/create-external-table.md#credentials). |
| `CREDENTIALS` | The Amazon S3 credentials for accessing the specified `<externalLocation>`. See [CREDENTIALS](../data-definition/create-external-table.md#credentials). |
| `PATTERN` | A regular expression pattern string (glob). For additional explenation visit: https://en.wikipedia.org/wiki/Glob_(programming). |
| `TYPE` | Specify the file type Firebolt expects to ingest given the `PATTERN`. If not specified it will be auto detected by the suffix of a file. If a file referenced using `PATTERN` does not conform to the specified `TYPE`, an error occurs. |
| `AUTO_CREATE` | Specify if the table can be automatically created by working alongside with automatic schema discovery. By default, automatic table creation is enabled (value: TRUE). If value is TRUE and the target table already exists, `AUTO_CREATE` is ignored. |
Expand Down

0 comments on commit de3ba85

Please sign in to comment.