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-core-extract
/
io.airbyte.cdk.output
/
InvalidPrimaryKey
Invalid
Primary
Key
data
class
InvalidPrimaryKey
(
val
streamID
:
StreamIdentifier
,
val
primaryKey
:
List
<
String
>
)
:
CatalogValidationFailure
Members
Constructors
Invalid
Primary
Key
Link copied to clipboard
constructor
(
streamID
:
StreamIdentifier
,
primaryKey
:
List
<
String
>
)
Properties
primary
Key
Link copied to clipboard
val
primaryKey
:
List
<
String
>
stream
ID
Link copied to clipboard
open
override
val
streamID
:
StreamIdentifier