Daniel Birnstiel

Results 11 issues of Daniel Birnstiel

I am currently building a snips-based nlp service which will dynamically load new models. While in production I noticed a steady increase in memory each time a new model is...

question

follow up to this comment: https://github.com/taverntesting/tavern/issues/41#issuecomment-370462578 Currently, the support for pre- and post-stage actions is rather limited. The only ones we support right now are delays and clearing cookies. I...

Type: Enhancement

Occasionally, sentry fails to track errors on our EC2 instances in production. This has been happening on different installs with different versions of raven for the past months. The problem...

We are using one repository which includes multiple lambda configurations. ``` /dummy config-1.yaml config-2.yaml handler.py requirements.txt /foo config.yaml handler.py requirements.txt ``` I created a little script to create packages for...

help wanted

This PR adds support for star-expresions when unpacking dicts and lists, e.g. `{'a': 0, **x, 'c': 3}` or `['a', *x, 'b']`. ~I am not sure if `ast.Starred` is available in...

When specifying an image directory without a trailing slash, the search pattern won't pick up images in subdirectories because a wrong pattern is generated (e.g. `/images**/*.*` vs `/images/**/*.*`). If a...

This PR adds secret caching for the Airflow CLI. [Secret caching](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#use-cache) current only works for the DAG-processing job, but is ignored when parsing the files through the CLI. This currently...

### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Airflow supports the [`secrets.use_cache`](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#use-cache) option to speed up DAG file...

kind:bug
area:core

fixes #24 This PR adds the key `enum` to the field's metadata which allows [apispec](https://github.com/marshmallow-code/apispec) (and possibly other tools) to extract the valid enum values.