Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed May 17, 2024
1 parent 98e1727 commit c52849d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl<Src: OpendalSource> OpendalEnumerator<Src> {
);
}


if let Some(assume_role) = assume_role {
builder.role_arn(&assume_role);
}
Expand Down
12 changes: 12 additions & 0 deletions src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ GcsProperties:
field_type: String
required: false
default: Default::default
- name: decompression_format
field_type: String
required: false
IcebergProperties:
fields:
- name: catalog.type
Expand Down Expand Up @@ -549,6 +552,9 @@ OpendalS3Properties:
- name: s3.endpoint_url
field_type: String
required: false
- name: decompression_format
field_type: String
required: false
- name: s3.assume_role
field_type: String
comments: The following are only supported by `s3_v2` (opendal) source.
Expand All @@ -565,6 +571,9 @@ PosixFsProperties:
comments: The regex pattern to match files under root directory.
required: false
default: Default::default
- name: decompression_format
field_type: String
required: false
PubsubProperties:
fields:
- name: pubsub.subscription
Expand Down Expand Up @@ -676,6 +685,9 @@ S3Properties:
- name: s3.endpoint_url
field_type: String
required: false
- name: decompression_format
field_type: String
required: false
TestSourceProperties:
fields:
- name: properties
Expand Down

0 comments on commit c52849d

Please sign in to comment.