-
Just mentioning before I forget it...
GeoWEB reported an issue where they for any given data source need to present different model runs in a dropdown box with timestamps. Currently EDR only allow…
geira updated
1 month ago
-
This is actually a feature request and it would be cool to use Postgres' check constraints. `text` and `json(b)` fields are (almost) unlimited by default so that would be a nice addition to this libra…
jaulz updated
2 weeks ago
-
I thought I'd contribute a tiny snippet of code to constrain the integer values used for template specialization to powers of two using the new c++20 `requires` feature.
```
#include
constexpr…
-
Currently the kv write path does not recheck that a replicating row abides by the destination table's CHECK constraints. That being said, since LDR only supports single column family tables & tables w…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
In the RC! and RC2 and the latest weekly builds, when creating a slot in Sketcher, the res…
-
Consider this example:
```rs
namespace main(4);
// Two bit-constrained witness columns
// In practice, bit1 is always one (but this is not constrained)
col witness bit1(i) query Que…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
The dialog boxes related to constraints don't make it very clear if the constraint is set …
-
At the moment, we have python==3.10 in the README. This was only the case because the handling of the toml library changed between versions 3.10 and 3.11. We should be able to relax this constraint.
-
Currently, if I provide column comments or NOT NULL constraints for 100 columns in a model, dbt-databricks adapter ends up running 200 separate queries resulting in significantly long total model run …
-
### Describe what you want
https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-PARMS-DEFERRABLE
I'm looking for something along the lines of:
```typescript
export const foo…