-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test + publish fix destination clickhouse illegal state exception #9009
Test + publish fix destination clickhouse illegal state exception #9009
Conversation
2021-12-21 05:48:35 destination > 2021-12-21 05:48:35 INFO r.y.c.ClickHouseDriver(<clinit>):49 - {} - Driver registered 2021-12-21 05:48:35 destination > Exception in thread "main" java.lang.IllegalStateException: jdbc destinations must specify a schema. 2021-12-21 05:48:35 destination > at com.google.common.base.Preconditions.checkState(Preconditions.java:502) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.destination.jdbc.JdbcBufferedConsumerFactory.createWriteConfigs(JdbcBufferedConsumerFactory.java:71) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.destination.jdbc.JdbcBufferedConsumerFactory.create(JdbcBufferedConsumerFactory.java:54) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.destination.jdbc.AbstractJdbcDestination.getConsumer(AbstractJdbcDestination.java:99) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.base.ssh.SshWrappedDestination.getConsumer(SshWrappedDestination.java:58) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:127) 2021-12-21 05:48:35 destination > at io.airbyte.integrations.destination.clickhouse.ClickhouseDestination.main(ClickhouseDestination.java:89)
destination_specs.yaml and standard definition file
/test connector=connectors/destination-clickhouse
|
/publish connector=connectors/destination-clickhouse
|
#8982