Error pulling image for Google Search Console to Bigquery connector

Summary

The user is facing an error while trying to check the connection for Google Search Console to Bigquery connector. The error message indicates that the image ‘airbyte/source-google-search-console:1.4.2’ could not be found locally.


Question

Hello! Im facing this error, my connections were working previously but now seem to have stopped, this is for Google Search Console to Bigquery: Getting the following error logs:

2024-07-10 10:54:17 platform > Checking if airbyte/source-google-search-console:1.4.2 exists…
14
2024-07-10 10:54:18 platform > airbyte/source-google-search-console:1.4.2 not found locally. Attempting to pull the image…
15
2024-07-10 10:54:18 platform > Image does not exist.
16
2024-07-10 10:54:18 platform > Unexpected error while checking connection:
17
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-google-search-console:1.4.2
18
at io.airbyte.workers.process.DockerProcessFactory.create(DockerProcessFactory.java:117) ~[io.airbyte-airbyte-commons-worker-0.59.1.jar:?]
19
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:149) ~[io.airbyte-airbyte-commons-worker-0.59.1.jar:?]
20
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:71) ~[io.airbyte-airbyte-commons-worker-0.59.1.jar:?]
21
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:44) ~[io.airbyte-airbyte-commons-worker-0.59.1.jar:?]
22
at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:142) ~[io.airbyte-airbyte-workers-0.59.1.jar:?]
23
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:226) ~[io.airbyte-airbyte-workers-0.59.1.jar:?]
24
at io.airbyte.commons.temporal.HeartbeatUtils.withBackgroundHeartbeat(HeartbeatUtils.java:57) ~[io.airbyte-airbyte-commons-temporal-core-0.59.1.jar:?]
25
at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.runWithJobOutput(CheckConnectionActivityImpl.java:211) ~[io.airbyte-airbyte-workers-0.59.1.jar:?]
26
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
27
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
28
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor$POJOActivityInboundCallsInterceptor.executeActivity(RootActivityInboundCallsInterceptor.java:64) ~[temporal-sdk-1.22.3.jar:?]
29
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor.execute(RootActivityInboundCallsInterceptor.java:43) ~[temporal-sdk-1.22.3.jar:?]
30
at io.temporal.internal.activity.ActivityTaskExecutors$BaseActivityTaskExecutor.execute(ActivityTaskExecutors.java:107) ~[temporal-sdk-1.22.3.jar:?]
31
at io.temporal.internal.activity.ActivityTaskHandlerImpl.handle(ActivityTaskHandlerImpl.java:124) ~[temporal-sdk-1.22.3.jar:?]
32
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handleActivity(ActivityWorker.java:278) ~[temporal-sdk-1.22.3.jar:?]
33
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:243) ~[temporal-sdk-1.22.3.jar:?]
34
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:216) ~[temporal-sdk-1.22.3.jar:?]
35
at io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:105) ~[temporal-sdk-1.22.3.jar:?]
36
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
37
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
38
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
39
2024-07-10 10:54:18 platform >
40
2024-07-10 10:54:18 platform > ----- END CHECK -----
41
2024-07-10 10:54:18 platform >
42
2024-07-10 10:54:18 platform > Retry State: RetryManager(completeFailureBackoffPolicy=BackoffPolicy(minInterval=PT10S, maxInterval=PT30M, base=3), partialFailureBackoffPolicy=null, successiveCompleteFailureLimit=5, totalCompleteFailureLimit=10, successivePartialFailureLimit=1000, totalPartialFailureLimit=10, successiveCompleteFailures=5, totalCompleteFailures=5, successivePartialFailures=0, totalPartialFailures=0)
43
Backoff before next attempt: 13 minutes 30 seconds
44
2024-07-10 10:54:18 platform > Failing job: 115, reason: Job failed after too many retries for connection 98e07296-d0b8-493f-bf9b-9f5a4fb4e181

any help in figuring this out would be appreciated



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["error", "image-pull", "google-search-console", "bigquery", "connector"]

How Airbyte instance is deployed?

Unsure what you mean by that, could you clarify please? this is Airbyte open source

Are you running it locally? What operating system do you use?