Eduardo Blancas
Eduardo Blancas
re-opening this since we'll be implementing this soon. I don't think we care about this metadata so removing it should be the default option.
thanks for the heads-up, @julioevi!
closing in favor of #690
thanks, this works! I realized the font gets very small when the name gets very long (which is expected, based on the description on the issue). I didn't consider this...
Understood. I think we have two options: 1. keep the current solution 2. instead of changing the font size, we can add some background color so even if the label...
> For 2. I don't think it'll be necessary, black font on white background is fine. the problem is that there are two backgrounds. if the black text overflows, part...
> From what I see in the CI/CD pipeline the issue is AttributeError: module 'mistune' has no attribute 'Renderer'. I don't believe that's caused by my commit. yeah i fixed...
yeah, I saw them as well. I still don't know why they're failing. in the master branch, we're skipping them so they don't cause trouble, if you rebased and still...
@grnnja we're using a library: https://erikbrinkman.github.io/d3-dag/ maybe we missed something obvious and forgot to check if that library supports adding text to the nodes (and takes care of wrapping text)?...
looks like the full name isn't visible:  HTML attached: [pipeline.html.zip](https://github.com/ploomber/ploomber/files/9737531/pipeline.html.zip) this is the pipeline.yaml: ```yaml tasks: # tasks.get, features and join are python functions - source: tasks.get name: this-is-a-really-long-name-get...