Tobias Shapinsky
Tobias Shapinsky
Currently if you load a library twice currently it fails due to the table unique name condition being violated. The default behavior should probably be to not overwrite and instead...
There is a function for moving a template to reference a different template library in the `table_connection`. Currently this function doesn't work and is also not tested or used by...
See #519
- Upgrades to new version of `alfalfa-dependencies` - Shrinks worker size from 4.8GB to 2.6GB - Multiplatform builds of all components `linux/amd64` and `linux/arm64` - Updates to Python 3.10 and...
Updating to influxdb 2 has several advantages: 1. Influxdb is no longer supported 2. The Influxdb python client for 1 has been deprecated leading to compatibility issues with newer versions...
Adds `--host=""` option to pytest. This allows for Alfalfa integration and API tests to be run on a remote instance. This is useful for validating a new deployment. After running...