Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jan 6, 2024
1 parent 393d414 commit 751fa4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ GcsProperties:
required: true
- name: gcs.credential
field_type: String
comments: The base64 encoded credential key. If not set, ADC will be used.
required: false
- name: gcs.service_account
field_type: String
comments: If credential/ADC is not set. The service account can be used to provide the credential info.
required: false
default: Default::default
- name: match_pattern
Expand Down Expand Up @@ -453,15 +455,18 @@ OpendalS3Properties:
required: false
- name: s3.assume_role
field_type: String
comments: The following are only supported by s3_v2 (opendal) source.
required: false
default: Default::default
PosixFsProperties:
fields:
- name: posix_fs.root
field_type: String
comments: The root directly of the files to search. The files will be searched recursively.
required: true
- name: match_pattern
field_type: String
comments: The regex pattern to match files under root directory.
required: false
default: Default::default
PubsubProperties:
Expand Down

0 comments on commit 751fa4e

Please sign in to comment.