Hi,
I need to create a connection and transfer data from Shopify to big Query using the shopify application integration and the shopify connector.
I am getting an error on my connector saying 'This provider does not support testing connections.'
could someone please help me?
Thanks
Geoff
Hello @GeoffOD, we saw your question and wanted to let you know we’re keeping it on our radar. We’ll also invite others in the community to pitch in.
Hi @GeoffOD , this error is seen when the schema (schema_v23) is specifically passed as an empty string. The possible values of schema for Shopify are REST-2023-04, REST-2023-07, GRAPHQL-2023-04, and GRAPHQL-2023-07. If no value for schema is passed while creating the connection, a default value of REST-2023-04 is taken. Can you please specify the schema as one of these for creating the connection?
Thanks!