Mark Nuttall-Smith
Mark Nuttall-Smith
Hi, firstly, thanks for the project - it should be quite useful for us. I'm looking into using the framework for loading encrypted and compressed files to Kafka. Decrypting the...
Hi I'm wondering if there is any way around the following code to get the state of a map, and subscribe for updates: ``` for t in self._mymap.values(predicate): on_update(t) registration_id...
Hi, I'm trying to get debug working with pycharm on an Apple silicon machine, but running into some issues... PyCharm `Debug with Lean CLI` output: ``` import pydevd_pycharm pydevd_pycharm.settrace('localhost', port=6000,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What is your question? Hi. I'm using `WithReconnect` to reconnect to the streaming...
## Tell us about the problem you're trying to solve When airtable users change the schema of their bases, I'd like the schema change to reflect automatically downstream. ## Describe...
Hi, I was running into issues with conda update corrupting the libssl installation. There was an error about missing hexdump, so I installed bsdmainutils: RUN apt-get update && apt-get upgrade...
Hi, there are deprecation warnings in the terraform apply logs. Will these be addressed in a future Roleout release perhaps? ``` ╷ │ Warning: Deprecated Resource │ │ with snowflake_warehouse_grant.grant_usage_on_warehouse_dev_gitlab_wh,...
Hi, every time I run the terraform plan generated by roleout, I get changed warehouse resources as follows: ``` # snowflake_warehouse.PROD_SEGMENT_WH will be updated in-place ~ resource "snowflake_warehouse" "PROD_SEGMENT_WH" {...
Please could timestamp9 be supported within continuous aggregate time_buckets. We have a table that makes use of @fvannee 's [timestamp9](https://github.com/fvannee/timestamp9) (nanosecond precision) custom data type as the time_column. For example:...
## What type of PR is this? - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...