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
-40Lines changed: 0 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1969,46 +1969,6 @@ definitions:
1969
1969
- skip
1970
1970
- emit_parent
1971
1971
default: skip
1972
-
parent_fields_to_copy:
1973
-
title: Parent Fields To Copy
1974
-
description: List of parent field mappings to copy onto each expanded child record. Each mapping specifies a source path in the parent record and a target field name in the child record.
1975
-
type: array
1976
-
items:
1977
-
"$ref": "#/definitions/ParentFieldMapping"
1978
-
$parameters:
1979
-
type: object
1980
-
additionalProperties: true
1981
-
ParentFieldMapping:
1982
-
title: Parent Field Mapping
1983
-
description: Defines a mapping from a parent record field to a child record field.
1984
-
type: object
1985
-
required:
1986
-
- type
1987
-
- source_field_path
1988
-
- target_field
1989
-
properties:
1990
-
type:
1991
-
type: string
1992
-
enum: [ParentFieldMapping]
1993
-
source_field_path:
1994
-
title: Source Field Path
1995
-
description: Path to the field in the parent record to copy.
1996
-
type: array
1997
-
items:
1998
-
type: string
1999
-
interpolation_context:
2000
-
- config
2001
-
examples:
2002
-
- ["id"]
2003
-
- ["created"]
2004
-
- ["metadata", "timestamp"]
2005
-
target_field:
2006
-
title: Target Field
2007
-
description: Name of the field in the child record where the value will be copied.
@@ -2063,11 +2046,6 @@ class RecordExpander(BaseModel):
2063
2046
description='Behavior when the expansion path is missing, not a list, or an empty list. "skip" (default) emits nothing. "emit_parent" emits the original parent record unchanged.',
description="List of parent field mappings to copy onto each expanded child record. Each mapping specifies a source path in the parent record and a target field name in the child record.",
0 commit comments