Deividas J.
Deividas J.
Based on https://github.com/ClosureTree/closure_tree/pull/338 Adds ability to set `database_type` in `initializers/closure_tree_config.rb`: ```ruby ClosureTree.configure do |config| config.database_type = :mysql end ``` The type will be used across all the closure tree models...
Hi, For anyone still struggling with outputing useful info for non technical staff:  https://i.imgur.com/h0l2K9U.jpg Snippet to add to the custom messaging class: ```ruby def payload_for_updated { attachments: [ {...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
We have a couple of applications where `postmark` uses this gem. After updating bunch of gems we noticed a memory leak in sidekiq processes(we have a script that restarts sidekiq...
### Connector Name source-mssql ### Connector Version 2.0.1 ### What step the error happened? Other ### Relevant information Airbyte version 0.50.30 hosted on prem Instance has dedicated 4 vCPU and...
Hi, I have an issue with `kamal setup` crashing on redis accessory. ``` INFO [4243044c] Running docker run --name app-redis --detach --restart unless-stopped --log-opt max-size="10m" --publish 36379:6379 --env-file .kamal/env/accessories/app-redis.env --volume...
cloud airbyte Connection UI has a `Transformation` tab with these options: - Raw data (JSON) - Normalized tabular data There is not way to change transformation in `airbyte_connection` terraform resource
Hi, It would be perfect to have custom headers' support in airbyte terraform provider. The headers should be yielded to the `server_url` when doing requests. This would help terraforming protected...
``` {"statusCode":408,"type":"https://reference.airbyte.com/reference/errors","title":"unexpected-problem","status":408,"detail":"An unexpected problem has occurred. The issue has been recorded and our team is looking into it."} ``` This is the error if connection is missing the `status` field....