Judah Rand

Results 53 issues of Judah Rand

I follow the guide for creating a self hosted Kodiak exactly afaik and am receiving the following errors: https://gist.github.com/judahrand/85b26f57a8a93b71845d3f6a95b20fc6 It seems like Kodiak is unable to connect to Redis add-on?

help-request

Hi! This PR implements idea from #26 to make limits decorator compatible with async functions and asyncio coroutines. It uses simple check inspect.iscoroutinefunction to dispatch work to sync/async implementation. Credit...

Python versions below 3.5 are now considered end-of-life with 2.7 support being dropped on 1st January 2020 and 3.4 on 3rd March 2019. (https://devguide.python.org/devcycle/#end-of-life-branches) It also seems that the previously...

This function was not used previously due to a bug in how it cached source code. This bug was fixed in Python 3.5 which is now EOL. This also allows...

This Pull Request is a suggestion to improve #343. It adds the ability to register and use custom hash functions. Additionally, it exposes the ability to choose which hash function...

This Pull Request aims to address #343. Using the internal Pandas serialization methods can be significantly faster than Pickle. ```python import pandas as pd import joblib import timeit df =...

I am working with USB Hubs and am wanting to get usb hub's 'hub descriptor' as specified in the USB spec. I cannot just use: ```python usb.control.get_descriptor(hub, 1024, usb.DT_HUB, 0)...

enhancement

This backend uses Kubernetes' Lease object to implement locking. This is useful for applications deployed to Kubernetes as it removes the need for additional infrastructure to be deployed (ie. Redis,...

Current ephemeral models do not work with some tests provided by `dbt-expectations`. This PR attempts to support them through the use of `adapter.adapter.get_columns_in_query`.

**Is your feature request related to a problem? Please describe.** `NamedTuple` is currently unsupported. **Describe the solution you'd like** `NameTuple` -> `record` **Describe alternatives you've considered** A clear and concise...