Skip to content

Commit

Permalink
Merge pull request #34240 from acwwat/d-aws_glue_classifier_fix_custo…
Browse files Browse the repository at this point in the history
…m_datatype_configured_desc

docs: Fix desc of custom_datatype_configured arg for aws_glue_classifier
  • Loading branch information
ewbankkit authored Nov 3, 2023
2 parents 6c7347e + 08b4d41 commit 8f5191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/glue_classifier.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This resource supports the following arguments:

* `allow_single_column` - (Optional) Enables the processing of files that contain only one column.
* `contains_header` - (Optional) Indicates whether the CSV file contains a header. This can be one of "ABSENT", "PRESENT", or "UNKNOWN".
* `custom_datatype_configured` - (Optional) A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
* `custom_datatype_configured` - (Optional) Enables the custom datatype to be configured.
* `custom_datatypes` - (Optional) A list of supported custom datatypes. Valid values are `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INT`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`.
* `delimiter` - (Optional) The delimiter used in the Csv to separate columns.
* `disable_value_trimming` - (Optional) Specifies whether to trim column values.
Expand Down

0 comments on commit 8f5191d

Please sign in to comment.