Hiep Minh Pham
10/21/2022, 1:08 PM{'name': 'page_query', 'dimensions': ['page', 'query']} but I get an errors when I try to setup a connection. Please note that it works fine without the custom report. Do you have any ideas? Appreciate your help!wp
10/21/2022, 1:32 PMHiep Minh Pham
10/21/2022, 1:50 PMuser
10/21/2022, 1:56 PMuser
10/21/2022, 2:47 PMHiep Minh Pham
10/22/2022, 7:22 PMuser
10/24/2022, 4:39 PMFrancisco Viera
10/31/2022, 6:08 PMFrancisco Viera
10/31/2022, 6:14 PMFrancisco Viera
10/31/2022, 6:15 PMuser
11/01/2022, 11:19 AMHiep Minh Pham
11/10/2022, 10:54 AM2022-11-10 10:45:49 INFO i.a.s.p.j.LoggingJobErrorReportingClient(reportJobFailureReason):23 - Report Job Error -> workspaceId: 7c2d9d60-98f2-4701-b0ef-37653707d809, dockerImage: airbyte/source-google-search-console:0.1.16, failureReason: io.airbyte.config.FailureReason@3f9c0228[failureOrigin=<null>,failureType=system_error,internalMessage={'name': 'page_query', 'dimensions': ['page', 'query']} is not of type 'array'
Failed validating 'type' in schema:
{'items': {'properties': {'dimensions': {'items': {'minLength': 1,
'type': 'string'},
'type': 'array'},
'name': {'minLength': 1, 'type': 'string'}},
'required': ['name', 'dimensions'],
'type': 'object'},
'type': 'array'}
On instance:
{'dimensions': ['page', 'query'], 'name': 'page_query'},externalMessage=Something went wrong in the connector. See the logs for more details.,metadata=io.airbyte.config.Metadata@a69725a[additionalProperties={attemptNumber=null, jobId=null, from_trace_message=true}],stacktrace=Traceback (most recent call last):
File "/airbyte/integration_code/main.py", line 13, in <module>
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 72, in discoverHiep Minh Pham
11/14/2022, 2:26 PMNataly Merezhuk (Airbyte)
11/14/2022, 3:16 PMinternalMessage={'name': 'page_query', 'dimensions': ['page', 'query']} is not of type 'array'
Could you try
[{"name": "page_query", "dimensions": ["page", "query"]}]
I think this is a matter of tweaking what you put in that input.Hiep Minh Pham
11/14/2022, 5:14 PMNataly Merezhuk (Airbyte)
11/14/2022, 5:27 PM