You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte_cdk/sources/declarative/declarative_component_schema.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2756,7 +2756,7 @@ definitions:
2756
2756
additionalProperties: true
2757
2757
HttpComponentsResolver:
2758
2758
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.
2760
2760
properties:
2761
2761
type:
2762
2762
type: string
@@ -2781,7 +2781,7 @@ definitions:
2781
2781
- components_mapping
2782
2782
DynamicDeclarativeStream:
2783
2783
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.
0 commit comments