Eduardo Blancas
Eduardo Blancas
see https://github.com/ploomber/ploomber/issues/789
Hi, this is great - let's do this! > The above runs with an error saying that no table or view is created. The default SQLRelation assumes one of these....
thanks for reporting this. I think people rarely use the pdf format, so maybe we should just remove it? thoughts?
what kind of reports?
weird. it looks like it's turned off, no idea why PDF still shows up
> How is that different than : https://github.com/ploomber/ploomber/blob/master/src/ploomber/cli/install.py ? this requires ploomber to be installed already. getting there is the point of this issue > I think this install automation...
please also document it here: https://docs.ploomber.io/en/latest/api/_modules/executors/ploomber.executors.Parallel.html#ploomber.executors.Parallel I think the best way to do this is by adding examples of how this works. you can use the tests we have as...
yeah, we're missing a few unit tests. Not critical though
Another use case can be after building: if we detect that there's a task that's taking too long, we may suggest breaking it down into multiple parts. We have talk...
some work has been done on this end (https://github.com/ploomber/projects/pull/34), now we need to test that the modified examples work (run `ploomber build`) there are possibly other snippets in the documentation...