Nick Müller
Nick Müller
### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.1.1 ### What is your database and version (eg. Postgresql 10) PostgreSQL 12.2 (postgres:12.2-alpine Docker Image) ### If this...
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.8.0 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [Azure AKS] - **Are you running Postgres...
Includes public and non-public holidays Non-public holidays have a `keyword_n` value of `public` added, so can be filtered out easily in calls, e.g.: `moment("2018-12-24").isHoliday() --> "Heiliger Abend"` `moment("2018-12-24").isHoliday("public") --> false`
### Motivation: Why do you think this is important? As suggested in https://github.com/flyteorg/flyte/pull/2633, cache eviction/cleanup functionality provides Flyte users as well as administrators with more control about what data is...
# TL;DR NewDefaultProtobufStore was changed to expect `protoMetrics` instead of a `promutils.Scope` in #138. Some of propeller's tests need to instantiate it as well using just a scope. ## Type...
# TL;DR The `CatalogClient` implementation has been extracted from flytepropeller's source code and moved to flytestdlib as flyteadmin also needs access to the functionality. ## Type - [ ] Bug...
Hi! would it be possible to add a LICENSE file to this repository or state the license this code is published under somewhere in the README? Unfortunately the [license checker](https://github.com/uw-labs/lichen)...
# TL;DR The `CatalogClient` implementation has been extracted from flytepropeller's source code and moved to flytestdlib as flyteadmin also needs access to the functionality. ## Type - [ ] Bug...
# TL;DR This PR implements deletion of artifacts from datacatalog's database as well as underlying blob storage. ## Type - [ ] Bug Fix - [X] Feature - [ ]...
# TL;DR This PR implements the second part of the cache eviction RFC, evicting stored data of a past (task) execution. A new `CacheService` has been added for interacting with...