Skip to content

Commit 75cc1f4

Browse files
chore: revert unrelated changes to declarative_component_schema.py
Co-Authored-By: aldo.gonzalez@airbyte.io <aldo.gonzalez@airbyte.io>
1 parent 5169656 commit 75cc1f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
2+
13
# generated by datamodel-codegen:
24
# filename: declarative_component_schema.yaml
35

@@ -2739,7 +2741,7 @@ class HttpRequester(BaseModelWithDeprecations):
27392741
)
27402742
use_cache: Optional[bool] = Field(
27412743
False,
2742-
description="Enables stream requests caching. When set to true, repeated requests to the same URL will return cached responses. Parent streams automatically have caching enabled. Only set this to false if you are certain that caching should be disabled, as it may negatively impact performance when the same data is needed multiple times (e.g., for scroll-based pagination APIs where caching causes duplicate records).",
2744+
description="Enables stream requests caching. This field is automatically set by the CDK.",
27432745
title="Use Cache",
27442746
)
27452747
parameters: Optional[Dict[str, Any]] = Field(None, alias="$parameters")

0 commit comments

Comments
 (0)