We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741a2a0 commit 5d7fdf2Copy full SHA for 5d7fdf2
airbyte_cdk/sources/declarative/declarative_component_schema.yaml
@@ -2983,6 +2983,10 @@ definitions:
2983
- "$ref": "#/definitions/SchemaNormalization"
2984
- "$ref": "#/definitions/CustomSchemaNormalization"
2985
default: None
2986
+ transform_before_filtering:
2987
+ description: If true, transformation will be applied before record filtering.
2988
+ type: boolean
2989
+ default: false
2990
$parameters:
2991
type: object
2992
additionalProperties: true
0 commit comments