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/bulk/toolkits/load-iceberg-parquet/src/main/kotlin/io/airbyte/cdk/load/data/iceberg/parquet/AirbyteTypeToIcebergSchema.kt
+10-2
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,23 @@ fun ObjectType.toIcebergSchema(primaryKeys: List<List<String>>): Schema {
107
107
// There's no _airbyte_data field, because we flatten the fields.
108
108
// But we should leave the _airbyte_meta field as an actual object.
109
109
val stringifyObjects = name !=Meta.COLUMN_NAME_AB_META
0 commit comments