2022-09-08 08:18:26 INFO i.a.c.i.LineGobbler(voidCall):83 - Checking if airbyte/source-google-analytics-data-api:0.0.3 exists... 2022-09-08 08:18:26 INFO i.a.c.i.LineGobbler(voidCall):83 - airbyte/source-google-analytics-data-api:0.0.3 was found locally. 2022-09-08 08:18:26 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 12e488b6-7bd9-4fe3-bb9d-cda331c078cf 2022-09-08 08:18:26 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/12e488b6-7bd9-4fe3-bb9d-cda331c078cf/0 --log-driver none --name source-google-analytics-data-api-discover-12e488b6-7bd9-4fe3-bb9d-cda331c078cf-0-vgjgd --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=true -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/source-google-analytics-data-api:0.0.3 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.40.3 -e WORKER_JOB_ID=12e488b6-7bd9-4fe3-bb9d-cda331c078cf airbyte/source-google-analytics-data-api:0.0.3 discover --config source_config.json 2022-09-08 08:18:27 ERROR i.a.w.i.DefaultAirbyteStreamFactory(internalLog):95 - string indices must be integers Traceback (most recent call last): File "/airbyte/integration_code/main.py", line 13, in launch(source, sys.argv[1:]) File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 123, in launch for message in source_entrypoint.run(parsed_args): File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 108, in run catalog = self.source.discover(self.logger, config) File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 73, in discover streams = [stream.as_airbyte_stream() for stream in self.streams(config=config)] File "/airbyte/integration_code/source_google_analytics_data_api/source.py", line 370, in streams return [ File "/airbyte/integration_code/source_google_analytics_data_api/source.py", line 371, in type(report["name"], (GoogleAnalyticsDataApiGenericStream,), {})( TypeError: string indices must be integers 2022-09-08 08:18:27 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...