Chiktika
Chiktika

Reputation: 23

Datas studio community connector: getData is called twice and fields list = null

I've made a community connector getting my data from Bigquery, and in one specific case, the gatData function is called twice and one of the call does not send fields

This occured when in a dashboard :

Is anyone can explain me if it's a bug or if I'm doing something wrong.

With many thanks.

Elodie.

Upvotes: 2

Views: 325

Answers (1)

Minhaz Kazi
Minhaz Kazi

Reputation: 3168

This is a known issue that stems from compatibility with connectors other than community connectors. Usually a separate getData call is made for Summary fields in those cases.

This issue should get resolved in future. For the time being, the recommendation is to return a blank data object for getData calls with a blank field list.

Upvotes: 1

Related Questions