We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43295c8 commit 2144d92Copy full SHA for 2144d92
1 file changed
src/ast/mod.rs
@@ -8772,9 +8772,9 @@ pub enum CopyLegacyOption {
8772
Null(String),
8773
/// CSV ...
8774
Csv(Vec<CopyLegacyCsvOption>),
8775
- /// IAM_ROLE { default | 'arn:aws:iam::<AWS account-id>:role/<role-name>' }
+ /// IAM_ROLE { default | 'arn:aws:iam::123456789:role/role1' }
8776
IamRole(Option<String>),
8777
- /// IGNOREHEADER [ AS ] number_rows
+ /// IGNOREHEADER \[ AS \] number_rows
8778
IgnoreHeader(u64),
8779
}
8780
0 commit comments