Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
About Collectors
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
Note |
---|
This collector is a metadata only collector and no usage information can be extracted at this stage. So use set Ensure that the meta_only property value is set to true. |
...
Step 1: Create the Source in K
...
FIELD | FIELD TYPE | DESCRIPTION | EXAMPLE | ||
---|---|---|---|---|---|
username | string | Username to log into the Thoughtspot account | “myuser” | ||
password | string | Password to log into the Thoughtspot account |
| ||
org_ids | list<integer> | A list of organisation ids you wish to extract from | [123, 34] | ||
output_path | string | Absolute path to the output location where files are to be written | “/tmp/output” | ||
mask | boolean | To enable masking or not | true | ||
timeout | integer | Timeout in seconds allowed against the powerbi APIs, for slower connections we recommend 30, default is 20 | 20 | ||
mapping | JSON | Mapping file of data source names against the onboarded host and database name in K | Assuming I have a “myDSN” data source name in powerbi, I’ll map it to host “myhost” and database “mydatabase” onboarded in K, snowflake type references are handled automatically
| ||
compress | boolean | To gzip the output or not | true | ||
meta_only | true | To only extract metadata or not, we currently only support this to be true. Only true is supported for this source | true |
These parameters can be added directly into the run or you can use pass the parameters in via a JSON file. The following is an example you can use that is included in the example run code below.
...