Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Mar 7, 2024
1 parent 3590a64 commit a3ef367
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ IcebergProperties:
fields:
- name: catalog.type
field_type: String
required: true
required: false
- name: s3.region
field_type: String
required: true
required: false
- name: s3.endpoint
field_type: String
required: false
Expand All @@ -56,9 +56,12 @@ IcebergProperties:
- name: warehouse.path
field_type: String
required: true
- name: catalog.name
field_type: String
required: false
- name: database.name
field_type: String
required: true
required: false
- name: table.name
field_type: String
required: true
Expand Down

0 comments on commit a3ef367

Please sign in to comment.