-
Since #3884 we can use postgres' listen/notify in conjunction with the `JdbcMessageStore`.
The current implementation is only for queues - but the listen/notify could be also used for publish/subs…
-
We should add support for an optional configuration file like **.kysely-codegen.json** or **.kysely-codegen-rc[.json]**:
```json
{
"camelCase": true,
"dialect": "postgres",
"excludePatter…
-
Recently we've switched from ruby to sql Active Record schema format. This means we currently store schema in a `structure.sql` file. This is done to utilize Postgres-related features, that are not cu…
-
I have tried to connect using the [JDBC driver](https://arrow.apache.org/docs/java/flight_sql_jdbc_driver.html) added to my Intellij IDEA, with a different combinations of parameters. The driver faile…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
I'd like to use experimental, but I'm on postgres. It does not seem to be trivial to convert the existing mysql functions to postgres, but I have a version that seems to be equivalent.
The ruby vers…
-
I am on Rails 5.2.3, OSX 10.15
Here's some of the stack trace:
/Users/malamin/.rvm/gems/ruby-2.6.2/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
/Users/malamin/.r…
-
Hi
In out project Sidekiq freezes regularly, and we have to restart Sidekiq processes to make them work again. I wrote healthcheck mechanism to investigate this problem and got some interesting log…
-
### What is the improvement or update you wish to see?
1. Create client accroding to the supabase adapter docs like this:
```
const { supabaseAccessToken } = session;
const supabase = createC…
-
### Descriptive summary
Valkyrie doesn't uniformly support custom `id` values, with some adapters providing their own ids from the data store side (e.g. the postgres adapter uses `uuid-ossp` to gen…