jlloyd-widen
jlloyd-widen
The `push` command allows for building an image if a prebuilt image isn't already in place, but when it does this, it uses some sort of cached version ("service image")...
https://github.com/cube-js/cube/blob/cc4092e66d6963be7ceae6dafafd6bdedd2ee40b/docs/pages/reference/data-model/pre-aggregations.mdx#L961 In this section of the docs, it would helpful if it stated that you cannot use the `incremental` key when you are using the `sql` key. For that matter,...
[request](https://classic.yarnpkg.com/en/package/request) and therefore [request-promise](https://www.npmjs.com/package/request-promise) have been deprecated for a while. On top of that they are dependent on an old version of `tough-cookie` for which there is a critical CVE...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...
Running tap within Meltano. Specifically the following command `meltano invoke tap-rest-api --infer_schema` or `meltano select --list --all tap-rest-api`. I have the following `meltano.yml`: ``` version: 1 send_anonymous_usage_stats: false elt.buffer_size: 52428800...
The documentation provided is not sufficient to even get the most basic deployment working. Specifically, it's unclear exactly how to expose the Cube deployment such that you can access the...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...
This chart has some configuration around enabling the SQL API but when I enable it all my attempts to connect to it with a JDBC client timeout. Being new to...
Resolves #35