Siddhant Johari
06/04/2024, 8:15 AM2024-06-04 08:14:59 platform > Docker volume job log path: /tmp/workspace/6677a357-9e36-46a0-b612-a1782f8c48e7/0/logs.log
2024-06-04 08:14:59 platform > Executing worker wrapper. Airbyte version: 0.61.0
2024-06-04 08:14:59 platform > Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2024-06-04 08:14:59 platform > Using default value for environment variable SOCAT_KUBE_CPU_LIMIT: '2.0'
2024-06-04 08:14:59 platform > Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2024-06-04 08:14:59 platform > Using default value for environment variable SOCAT_KUBE_CPU_REQUEST: '0.1'
2024-06-04 08:14:59 platform > Checking if airbyte/source-google-sheets:0.5.1 exists...
2024-06-04 08:14:59 platform > airbyte/source-google-sheets:0.5.1 was found locally.
2024-06-04 08:14:59 platform > Creating docker container = source-google-sheets-discover-6677a357-9e36-46a0-b612-a1782f8c48e7-0-dzjxh with resources io.airbyte.config.ResourceRequirements@344b4ea7[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=,additionalProperties={}] and allowedHosts null
2024-06-04 08:14:59 platform > Preparing command: docker run --rm --init -i -w /data/6677a357-9e36-46a0-b612-a1782f8c48e7/0 --log-driver none --name source-google-sheets-discover-6677a357-9e36-46a0-b612-a1782f8c48e7-0-dzjxh --network host -v airbyte_workspace:/data -v oss_local_root:/local -e DEPLOYMENT_MODE=OSS -e WORKER_CONNECTOR_IMAGE=airbyte/source-google-sheets:0.5.1 -e AUTO_DETECT_SCHEMA=true -e LAUNCHDARKLY_KEY= -e SOCAT_KUBE_CPU_REQUEST=0.1 -e SOCAT_KUBE_CPU_LIMIT=2.0 -e FIELD_SELECTION_WORKSPACES= -e USE_STREAM_CAPABLE_STATE=true -e AIRBYTE_ROLE=dev -e WORKER_ENVIRONMENT=DOCKER -e APPLY_FIELD_SELECTION=false -e WORKER_JOB_ATTEMPT=0 -e OTEL_COLLECTOR_ENDPOINT=<http://host.docker.internal:4317> -e FEATURE_FLAG_CLIENT=config -e AIRBYTE_VERSION=0.61.0 -e WORKER_JOB_ID=6677a357-9e36-46a0-b612-a1782f8c48e7 airbyte/source-google-sheets:0.5.1 discover --config source_config.json
2024-06-04 08:14:59 platform > Reading messages from protocol version 0.2.0
2024-06-04 08:15:01 platform > Running discovery on sheet 1vOZcsSSjLtiSVHYg_bORXk20tAYhigdm_INkAkJM1zI
2024-06-04 08:15:07 platform > The sheet MBR (ID 1vOZcsSSjLtiSVHYg_bORXk20tAYhigdm_INkAkJM1zI) is empty!
2024-06-04 08:15:09 platform > The sheet Zoom (ID 1vOZcsSSjLtiSVHYg_bORXk20tAYhigdm_INkAkJM1zI) is empty!
kapa.ai
06/04/2024, 8:16 AMairbyte/source-google-sheets:0.5.1
connector using Airbyte version 0.61.0
. The job is attempting to discover the schema of a Google Sheet with the ID 1vOZcsSSjLtiSVHYg_bORXk20tAYhigdm_INkAkJM1zI
. However, the logs indicate that the sheets named "MBR" and "Zoom" within this Google Sheet are empty. Here is a summary of the key steps and messages from the log: 1. Job Initialization: - The job log path is set to /tmp/workspace/6677a357-9e36-46a0-b612-a1782f8c48e7/0/logs.log
. - The Airbyte worker wrapper is executed with Airbyte version 0.61.0
. - Default values for several environment variables are used, including SIDECAR_KUBE_CPU_LIMIT
, SOCAT_KUBE_CPU_LIMIT
, SIDECAR_KUBE_CPU_REQUEST
, and SOCAT_KUBE_CPU_REQUEST
. 2. Docker Container Creation: - The system checks if the Docker image airbyte/source-google-sheets:0.5.1
exists locally and confirms its presence. - A Docker container named source-google-sheets-discover-6677a357-9e36-46a0-b612-a1782f8c48e7-0-dzjxh
is created with specified resource requirements. 3. Discovery Command Execution: - The discovery command is prepared and executed to read the schema from the Google Sheet. - The system reads messages from protocol version 0.2.0
. 4. Discovery Results: - The discovery process runs on the sheet with ID 1vOZcsSSjLtiSVHYg_bORXk20tAYhigdm_INkAkJM1zI
. - It finds that the sheets named "MBR" and "Zoom" within this Google Sheet are empty. If you need further assistance, you might want to check the contents of the Google Sheet to ensure that the relevant data is present in the sheets "MBR" and "Zoom". If the sheets are indeed empty, you will need to populate them with data before running the discovery job again. For more details, you can refer to the original GitHub issue [here](https://github.com/airbytehq/airbyte/issues/38687).