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-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
message
Link copied to clipboard
open
override
val
message
:
String
primary
Key
Link copied to clipboard
val
primaryKey
:
List
<
String
>
stream
ID
Link copied to clipboard
open
override
val
streamID
:
StreamIdentifier
Functions
as
Error
Trace
Link copied to clipboard
open
fun
asErrorTrace
(
)
:
AirbyteErrorTraceMessage
?