Mikhail K
Mikhail K
@jacalata Hi. Wanna to fix this. Which way for implementing is preferable? I suggest to replace fields' id to fields' name/caption at endpoint (datasource.calculations line:295), because it's good place where...
From programmer's side it's ok to see fields' ids in formula, but others users / bi engineers / analysts have habit to see fields' names / captions because they work...
@bcantoni when will new release be? Why it takes so long time to fix this small bug?
Same thing with the UNNEST keyword if query work with arrays in Bigquery.
[docs/defensive code] 400003: Bad Request if you skip the authSetting attribute when creating a user
Found the clue! In my case attribute `auth_setting ` is required. So the code should looks like newU = TSC.UserItem('[email protected]', 'Viewer', auth_setting='ServerDefault') [bcantoni](https://github.com/bcantoni) I suppose misunderstanding from my side was...