Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-load-db
/
io.airbyte.cdk.load.orchestration.db.legacy_typing_deduping
/
AlterTableReport
Alter
Table
Report
data
class
AlterTableReport
(
val
columnsToAdd
:
Set
<
String
>
,
val
columnsToRemove
:
Set
<
String
>
,
val
columnsToChangeType
:
Set
<
String
>
)
Members
Constructors
Alter
Table
Report
Link copied to clipboard
constructor
(
columnsToAdd
:
Set
<
String
>
,
columnsToRemove
:
Set
<
String
>
,
columnsToChangeType
:
Set
<
String
>
)
Properties
columns
To
Add
Link copied to clipboard
val
columnsToAdd
:
Set
<
String
>
columns
To
Change
Type
Link copied to clipboard
val
columnsToChangeType
:
Set
<
String
>
columns
To
Remove
Link copied to clipboard
val
columnsToRemove
:
Set
<
String
>
is
No
Op
Link copied to clipboard
val
isNoOp
:
Boolean
A no-op for an AlterTableReport is when the existing table matches the expected schema