Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-iceberg-parquet
/
io.airbyte.cdk.load.toolkits.iceberg.parquet
/
SchemaUpdateResult
Schema
Update
Result
data
class
SchemaUpdateResult
(
val
schema
:
Schema
,
val
pendingUpdates
:
List
<
UpdateSchema
>
)
Members
Constructors
Schema
Update
Result
Link copied to clipboard
constructor
(
schema
:
Schema
,
pendingUpdates
:
List
<
UpdateSchema
>
)
Properties
pending
Updates
Link copied to clipboard
val
pendingUpdates
:
List
<
UpdateSchema
>
schema
Link copied to clipboard
val
schema
:
Schema