willbowditch
willbowditch
Afex objects aren't supported at the moment. I've got around this myself with a quick method function, but adding support for captions etc may be good for wider community. Example:...
**Describe the bug** On occasion the source freshness upload, `edr run-operation upload-source-freshness --project-dir . --profile-target dev` will exceed the maximum argument limit, with: ``` OSError: [Errno 7] Argument list too...
Resolves https://github.com/elementary-data/elementary/issues/1176 by removing the Choice type, which limits the strings that can be given to the env variable
Fixes issue https://github.com/elementary-data/elementary/issues/1353 ## Bug In some scenarios the argument list Elementary calls DBT with when uploading source freshness exceeds the limit of the operating system. This is because the...
**Describe the bug** I believe pre-commit should only check files staged to be committed. However, if one of the files edited is in the root directory and is a `yml`...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Install `zplug` with `homebrew` 2. Add `kubectl` plugin ```sh...
**Describe the bug** If a geometry crosses the antimeridian the geometries created by `grid_tessalateexplode` can be larger than the h3 cell which should contain them. **To Reproduce** ```py import mosaic...
**Describe the bug** We used Databricks for running workflows, but GitHub actions for some unit tests. When trying to use Mosaic outside of a Databricks notebook the `enable_mosaic(spark)` step fails...