Skip to content

Commit

Permalink
Make destination-clickhouse-strict-encrypt use the correct class (#21570
Browse files Browse the repository at this point in the history
)

* Use ClickhouseDestinationStrictEncrypt in strict-encrypt clickhouse destination
  • Loading branch information
grishick authored and etsybaev committed Jan 19, 2023
1 parent 6a09842 commit ad8814b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- name: Clickhouse
destinationDefinitionId: ce0d828e-1dc4-496c-b122-2da42e637e48
dockerRepository: airbyte/destination-clickhouse
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
documentationUrl: https://docs.airbyte.com/integrations/destinations/clickhouse
icon: clickhouse.svg
releaseStage: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-clickhouse:0.2.1"
- dockerImage: "airbyte/destination-clickhouse:0.2.2"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/clickhouse"
connectionSpecification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse-strict-encrypt

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.name=airbyte/destination-clickhouse-strict-encrypt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

application {
mainClass = 'io.airbyte.integrations.destination.clickhouse.ClickhouseDestination'
mainClass = 'io.airbyte.integrations.destination.clickhouse.ClickhouseDestinationStrictEncrypt'
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.name=airbyte/destination-clickhouse
7 changes: 0 additions & 7 deletions docs/reference/api/generated-api-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -2042,7 +2041,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -5873,7 +5871,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -5941,7 +5938,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -6167,7 +6163,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -6238,7 +6233,6 @@ <h3 class="field-label">Return type</h3>
<h3 class="field-label">Example data</h3>
<div class="example-data-content-type">Content-Type: application/json</div>
<pre class="example"><code>{
"didUpdateConfiguration" : true,
"message" : "message",
"jobInfo" : {
"createdAt" : 0,
Expand Down Expand Up @@ -10566,7 +10560,6 @@ <h3><a name="CheckConnectionRead"><code>CheckConnectionRead</code> - </a> <a cla
<div class="param-enum-header">Enum:</div>
<div class="param-enum">succeeded</div><div class="param-enum">failed</div>
<div class="param">message (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> </div>
<div class="param">didUpdateConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
<div class="param">jobInfo </div><div class="param-desc"><span class="param-type"><a href="#SynchronousJobRead">SynchronousJobRead</a></span> </div>
</div> <!-- field-items -->
</div>
Expand Down

0 comments on commit ad8814b

Please sign in to comment.