Questions tagged [gooddata]

The "gooddata" tag refers to the GoodData SaaS Business Intelligence Platform.

The GoodData platform is a Software as a Service (SaaS) platform designed and implemented for cloud deployment since inception. This cloud-based reporting solution integrates with dozens of data feeds and databases, internal or external to your enterprise infrastructure. The GoodData datasets can be updated multiple times each day through ETL tasks defined and managed through the CloudConnect application or your preferred ETL tool using GoodData REST API.

Feel free to find out more information about the Platform:

https://sdk.gooddata.com/gooddata-ui/

For GoodData API documentation, check out:

https://help.gooddata.com/display/doc/API+Reference

167 questions
1
vote
1 answer

Geo Chart for Canada is not working in GoodData. Any alternative solution for this?

I am trying to add a widget Geo Chart in GoodData. When I populate data for Canada in Geo Chart its not giving any result, same thing when I tried for US it was giving result. Can any one help to resolve this issue or an alternative solution for…
manu vijay
  • 367
  • 3
  • 13
1
vote
1 answer

Error creating heatmap with segmentBy but no trendBy

I'm playing around with the heatmap component using the @gooddata/react-components version 5.3.0. For the most part, everything works as expected. However, I'm running into one issue. The analytical designer allows me to design a heatmap with…
1
vote
1 answer

Exporting gooddata report python

Looking to connect to the Gooddata API and export a report via the API in python. The documentation is a bit confusing to follow. I've defined a login to my instance of gooddata: from urllib2 import Request, urlopen import json import requests def…
Matt W.
  • 3,692
  • 2
  • 23
  • 46
1
vote
1 answer

"expression not allowed in userFilter" gooddata api

I'm receiving this response when I try to create a user filter in the GoodData API, does anybody knows what is this error and how to solve it? { "error" : { "parameters" : [ …
1
vote
1 answer

Cloudconnect CSV buffer size

When I try to load a big CSV from a zip file, the execution log give me the following error: ----------------------------------------- Error details ------------------------------------------ Component [Clientes:CLIENTES1] finished with status…
1
vote
1 answer

Filters for Gooddata "Export a large report" API

I would like to know if I could filter a report before download it's data inside the csv file, I'm using this url: https://secure.gooddata.com/gdc/app/projects/project_id/execute/raw/ I couldn't found any information at gooddata api about this, the…
1
vote
2 answers

Extract report results with CloudConnect

I would like to extract raw report results within the CloudConnect process. So far I have managed to get response from the raw report API end point - https://secure.gooddata.com/gdc/app/projects/{project_id}/execute/raw/ This response contains URI…
Bulat
  • 6,869
  • 1
  • 29
  • 52
1
vote
1 answer

Is it possible change attribute folder in GoodData project by Ruby?

In GoodData project is possible to move your attributes and facts to some specific folder. I'm trying to do something like that by Ruby script. I have project blueprint and a list of attribute ids and information about their folders, but I'm still…
Michal
  • 15
  • 3
1
vote
1 answer

Load a PostgreSQL database using cloudconnect

On the side of my Gooddata project, I maintain a small PostgreSQL database that contains a few tables. I would like to be able to integrate both my ETL processes using the same tool, and it seems to me cloudconnect would be the easiest way, since I…
KKW
  • 11
  • 1
1
vote
1 answer

What are the recommended practices for collaborative development of GoodData ETLs?

We have a team of people working on GoodData ETLs at the same time and would like to follow traditional software development practice of code review before we publish those ETLs into production. We have tried to keep those ETLs in Git-based version…
1
vote
1 answer

Modify a record in GoodData

I would like to modify one attribute of a record in GoodData using CloudConnect (namely set "Status" to "Deleted"). My table contains 35 arguments, and I was told that the only way to do so was to upload the whole record with this single field…
WNG
  • 3,705
  • 2
  • 22
  • 31
1
vote
2 answers

Using Input Port in File List Component

I'm trying to pass a parameter into the File List component through input port 0. All of my attempts thus far have been met with an error, Input edge has no effect. Disconnect edge or use metadata fields as parameters in Target URL, Source path or…
hubie
  • 17
  • 4
1
vote
1 answer

Good Data TT token is expiring in less than a second

Using Java HttpUrlConnection to connect to Good Data apis: Application while running from localhost always runs perfect but on production the TT token most of the times gets expired in less than a second 2014-12-18 15:43:19.507 - Got SST token…
1
vote
1 answer

I would like to know based on which time zone or locale the MAQL time marcos 'THIS', 'PREVIOUS', 'NEXT' work

I would like to know based on which time zone or locale the MAQL time marcos 'THIS', 'PREVIOUS', 'NEXT' work. I would also like to know whether it is possible to adjust GoodData project default time zone or locale to the local time zone or regional…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
1 answer

How can I add multiple users to a GoodData project through a rest client

I am currently using the following syntax to add an individual to a project through a rest client. { "user" : { "content" : { "status":"ENABLED", "userRoles":["/gdc/projects/n32w1hmt4if84vrcinsunvo4bo72cj38/roles/4"] …
1 2
3
11 12