Mojmir Vinkler
Mojmir Vinkler
> It took me a while to realise that the produced .dvc file had license indented too many spaces, hence becoming an item of of origin. I think they are...
I'll be looking at chart revisions this week, so I will take a look if there's an easy fix for that. (Examples like that are super useful by the way)
Good idea, though might not be trivial if we don't know how to effectively do development chart revision tool. (Could be also parked until we decide to refactor it in...
I ran into this issue some time ago and found that some of our steps had exactly this problem. I remember fixing those bugs and adding an assert somewhere to...
I couldn't replicate it, but added `SSLError` exception to a list of errors that should be retried. Fingers crossed...
@pabloarosado could you try setting GRAPHER_WORKERS env variable to a value lower than 10? Something like 5 could be fast enough.
We discussed this at the offsite and agreed that it'd be a very nice feature (we should implement it as part of other metadata changes).
We plan to deprecate chart revisions in favour of chart-diff (which already has this feature). What is "worth QA-ing" in general is a bigger question we shall open soon after.
I'd kill for being able to import from other versions... I think it'd be also useful to load other (helper) functions from the module. For instance ``` from etl.helpers import...
> you now depend on that code and have to include it in your manifest for checksumming the step Oh right, I totally forgot. That changes everything then. > What's...