Burak Emre Kabakcı
Burak Emre Kabakcı
The `test` command should execute a metadata query referencing all dimension & measure definitions with `LIMIT 0` on the underlying data warehouse and let the user know if there is...
We have a basic version of `in_query` in SQL context but we also need to support `{{dimension_name._in_query}}` and `{{dimension_name._in_filter}}` for semantic models defined as Jinja expressions.
Here is my schema: ``` { "oneOf": [ { "properties": { "target": { "$ref": "#/definitions/target" } }, "required": ["target"] }, { "properties": { "sql": { "$ref": "#/definitions/sql" } }, "required":...
cc: @RameshByndoor
The only exception may be the enabling -parameters (that makes possible to read method parameter names) in Java 8
We should either do not allow this kind of behaviour or just use a default values (false, 0L, 0.0 etc.)
The async method `Statement.executeAsyncQuery` returns `SFAsyncResultSet` which lets us use `getStatus()` until the query is finished but in case the query is finished with status `FAILED_WITH_ERROR` there is no way...
Is there any way to make the diagram items draggable but disable the user to create new links?
The first day of the week is not always Monday in some of the countries, is the picker aware of that? If not, how can I set the first day...
Is there any plan to support [AggregatingMergeTree](https://clickhouse.tech/docs/en/engines/table-engines/mergetree-family/aggregatingmergetree/) for `table` and `incremental` models? The `AggregatingMergeTree` is already powerful and real-time so it would potentially be much more powerful than using using...