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-load
/
io.airbyte.cdk.load.schema
/
TableSchemaFactory
Table
Schema
Factory
@
Singleton
class
TableSchemaFactory
(
mapper
:
TableSchemaMapper
,
colNameResolver
:
ColumnNameResolver
)
Members
Constructors
Table
Schema
Factory
Link copied to clipboard
constructor
(
mapper
:
TableSchemaMapper
,
colNameResolver
:
ColumnNameResolver
)
Functions
make
Link copied to clipboard
fun
make
(
finalTableName
:
TableName
,
inputSchema
:
Map
<
String
,
FieldType
>
,
importType
:
ImportType
)
:
StreamTableSchema