ZnTrack icon indicating copy to clipboard operation
ZnTrack copied to clipboard

Create, visualize, run & benchmark DVC pipelines in Python & Jupyter notebooks.

Results 151 ZnTrack issues
Sort by recently updated
recently updated
newest added

When running a workflow with `zntrack run ...` the `deps_path` will be hashed. This is useful but can be optional, to avoid long hash times before running a node when...

This PR fixes an issue where `params.yaml` files sometimes contained unwanted YAML anchor references like `&id001` when the same object appeared multiple times in the data structure. ## Problem PyYAML...

This PR adds comprehensive GitHub Copilot coding agent instructions to help developers work effectively in the ZnTrack codebase. The instructions are stored in `.github/copilot-instructions.md` and provide detailed guidance for: ##...

Configure instructions for this repository as documented in [Best practices for Copilot coding agent in your repository](https://gh.io/copilot-coding-agent-tips).

```yaml repeat: &id001 - 1 - 1 - 1 ``` This could be some yaml feature that we must disable

p0-critical

## Summary by CodeRabbit * **New Features** * New CLI command to interact with the ZnTrack MCP and server-side tools for inspecting packages, nodes, interfaces, and detailed node metadata. *...

I think there is no explicit check that prohibts having a `zntrack.Node` in a nested dataclass dependency. This should be checked and tested / prohibited.

- [ ] test that loading parameters from file actually works as well

Test, if a node from a remote can be loaded if only the remote is given but no revision and the remotes workspace state is dirty.

steps you use 1. uv init 2. uv add ... 3. dvc init 4. gitignore from python.gitignore 5. add nodes/ to gitignore 6. create src 7. create data and dvc...