Benjamin Dornel
Benjamin Dornel
It seems that Streamlit version 1.34 introduced some kind of regression for Folium -- specifically it disables the Spiderfy functionality in MarkerCluster (and I think any related interactivity) **Expected** (on...
## Summary Closes https://github.com/ClickHouse/dbt-clickhouse/issues/327 This PR allows users to create relations on a cluster, regardless of their engine or materialization type. ## Checklist Delete items not relevant to your PR:...
### Describe the bug Tables with null engines are not created using the `ON CLUSTER` clause ### Steps to reproduce 1. Attempt to create a relation with a null engine...
Came across a weird issue trying to read gzipped NDJSON files in GCS -- the pipeline fails with: `{"message":"Error: Generic GCS error: Header: Content-Length Header missing from response. Retrying..."},"target":"arroyo_storage"}` Sending...
## Summary This PR adds support for VRL in query parameters within the http client source. This is useful for making GET requests with dynamic parameters e.g. a `start_time` parameter...
### Is your feature request related to a problem? Please describe. Creating a NATS source where consumer replicas != stream replicas will result in a NATS error: ``` Nats error:...
## Summary This PR is a follow-up from https://github.com/vectordotdev/vector/pull/24124#discussion_r2505586130, allowing for sinks using the Arrow encoder to mark fields as nullable. This is useful when working with downstream systems that...
## Summary This PR allows a request body to be sent via the `http_client` source with additional support for VRL. ## Vector configuration As a raw string: ```yaml sources: api:...
## Summary This PR fixes Vector entering a "zombie" state when the `connect_timeout_secs` threshold is reached with multiple sources running at the same time. The previous behavior was to retry...