Juan Luis Cano Rodríguez

Results 1833 comments of Juan Luis Cano Rodríguez

> chief of all, the ability to update the current project to a more recent version of a template. Have a look at https://copier.readthedocs.io !

You can either close it or mark it as draft! When you're ready to request a review, feel free to ping me 💯

hi @Stephanieewelu ! do you still intend to pursue this?

Rendered result: https://kedro--4560.org.readthedocs.build/en/4560/integrations/ibis.html

- The “Nodes” page has a few problems IMHO: - The imports on top are useful but we should refrain from recommending wildcard `*` imports. - It describes how to...

Idea: a `kedro-openlineage` plugin that emits [static](https://github.com/OpenLineage/OpenLineage/blob/main/proposals/1837/static_lineage.md) [OpenLineage](https://openlineage.io/ecosystem) metadata events, either in [ndjson](http://ndjson.org/) format or to an HTTP endpoint, which are then consumed by Kedro Viz. This is possible with...

``` package/kedro_viz/data_access/repositories/graph.py:46:8: R1737: Use 'yield from' directly instead of yielding each element one by one (use-yield-from) ``` linting failures unrelated

The `README.md` hack didn't get me very far though, now the e2e tests are failing. Exhausted a couple of avenues with Hatch and gave up for the day, asked a...

1. `setup.py` had a `open("../README.md")`, that's not possible with static `pyproject.toml` (neither with setuptools nor with hatchling). I asked upstream https://github.com/pypa/hatch/discussions/1286 so far no response 2. That's the topic of...

Thanks @ravi-kumar-pilla ! I’ll double check the final state after you solved the conflicts