AirbyteClient

interface AirbyteClient

Functions

Link copied to clipboard
abstract suspend fun countTable(tableName: TableName): Long?

Returns the number of records in a specific table within a given database.

Link copied to clipboard
abstract suspend fun createNamespace(namespace: String)