Skip to content

Commit ce9539c

Browse files
committed
Fix description for fields
1 parent 97a932a commit ce9539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ definitions:
27562756
additionalProperties: true
27572757
HttpComponentsResolver:
27582758
type: object
2759-
description: Component resolve and populates stream templates with components fetched via an HTTP retriever. (This component is experimental. Use at your own risk.)
2759+
description: (This component is experimental. Use at your own risk.) Component resolve and populates stream templates with components fetched via an HTTP retriever.
27602760
properties:
27612761
type:
27622762
type: string
@@ -2781,7 +2781,7 @@ definitions:
27812781
- components_mapping
27822782
DynamicDeclarativeStream:
27832783
type: object
2784-
description: A component that described how will be created declarative streams based on stream template. (This component is experimental. Use at your own risk.)
2784+
description: (This component is experimental. Use at your own risk.) A component that described how will be created declarative streams based on stream template.
27852785
properties:
27862786
type:
27872787
type: string

0 commit comments

Comments
 (0)