Benjamin Dornel
Benjamin Dornel
hey @thomasqueirozb, any blockers on this one? would like to merge before any drift occurs 🙏
I've also observed this behavior in the GCS sink when using the disk buffer: ``` 2024-10-08T11:23:17.587387Z INFO vector::topology::running: Shutting down... Waiting on running components. remaining_components="gcs" time_remaining="24 seconds left" 2024-10-08T11:23:22.587394Z INFO...
AFAIK there isn't a way to do this in dbt-clickhouse yet -- I was thinking that one solution could be to add some kind of flag in the config like...
Spent a bit of time figuring out the bad commit upstream with `git bisect`, and it seems to be this one: https://github.com/streamlit/streamlit/commit/ea17620f5f148aaefe5d7d83d5f3cce665151b95 It seems to be a fairly innocuous change,...
thanks @blackary @randyzwitch! I ended up creating a .tar.gz of 1.38 without that particular commit, and it seems to be working well for my app: https://hdb-kaki.streamlit.app/Town_Analysis To reproduce, you can...
The websocket feature isn't currently enabled: https://github.com/vectordotdev/vector/blob/bc654a796aafd331ebae99c77b31ab83e38eb62d/Cargo.toml#L389 The way that Vector parses NATS server URLs is pretty standard, so enabling the feature should in theory allow web socket connections. https://github.com/vectordotdev/vector/blob/bc654a796aafd331ebae99c77b31ab83e38eb62d/src/sources/nats/config.rs#L305-L316