Lasica

Results 18 issues of Lasica

# Pull Request to fix bug Annotations api has string formatting bug in 2 query parameters, this pull request fixes the issue.

Is there a way to establish what is current size of indices for each index separately? We have a metric for total indices on node, but an insight of which...

## Description Currently the order between pipelines loading and config loading varies, depending on kedro command. If pipelines were to be ever dynamic depending on config/params, then they should always...

Issue: Feature Request

## Description When I package a kedro pipeline for serving with modelify my kedro hooks no longer work. ## Context I was using hooks for initialization of some structures and...

documentation

Hello, I've had a need to add spellchecking to my repo docs. For this purpose I've created my hook definition based on this repository. I think that's probably a small...

support

## Description Add info about this part of code https://github.com/kedro-org/kedro/blob/0fc8089b637a0679f71e2bddc91f0676fc2914a2/kedro/pipeline/node.py#L126-L129 ### Documentation page (if applicable) https://docs.kedro.org/en/stable/api/kedro.pipeline.node.html - implies any string is fine https://docs.kedro.org/en/stable/nodes_and_pipelines/nodes.html#how-to-tag-a-node - info box here ## Context Slack...

Component: Documentation 📄
Community
good first issue

## Description Can't build docs in starter - need to update sphinx version ## Context Install requirements from the package `pip install -e '.[docs]'` and try to build docs with...

Community

Either separate or find docker version to fix the issue, as it fails to build there.

Since kedro 0.17.7(?) there have been introduced namespaces which cause issues in kfp artifacts, as they are not properly handled. Unless the function to create kfp artifacts is disabled in...

bug