klio
klio copied to clipboard
Smarter data pipelines for audio.
### Environment - `klio*` version(s): - klio-cli: v1.0.5 ### Description of the bug When running the klio job run command with template args: ``` klio job run --config-file config/streaming/klio-job-stage.yaml \...
Hello ! I have an error when I use multiple event inputs like this in my Klio job : ``` job_config: allow_non_klio_messages: True events: inputs: - type: pubsub topic: projects/my-project/topics/oplog-high-latency...
Signed-off-by: Colton Padden Closes #172. Documentation has been updated to replace all instances of `https://docs.klio.io/en/latest/quickstart/installation.html` with `https://docs.klio.io/en/latest/userguide/quickstart/installation.html`. Occurrences of the legacy installation instructions were found by grepping the project. Links...
Closes #172 Updated the `installation guide` link.
using --no-cache-dir flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead...
### Changes Add KlioWriteToText missing fields including file_name_suffix, num_shards, append_trailing_newlines etc A user reported his job erroring out when providing `file_name_suffix` when default event output was enabled in batch mode....
Hey klio team! The [installation guide](https://docs.klio.io/userguide/quickstart/installation.html) linked from your [API docs](https://docs.klio.io/en/latest/reference/cli/index.html) goes to a 404. Wanted to let you know!
### Environment - `klio*` version: 21.2.0rc1 - Operating System: macOS Big Sur 11.2.3 - Python version: 3.8.7 - Docker version: 3.2.2 ### Description of the bug Adding ```@decorators.timeout(seconds=30)``` to the...
## Description Currently, inputs and outputs can be given names in klio-job.yaml. If no name is provided then one is generated based on the type of I/O, something like "gcs1"....
### Describe the feature you'd like I would like to be able to pass env variables to my application using the --env-file flag of the docker-run command ### Is your...