Closed
Description
Unfortunately, given the sensitive information in my code/data, I can't provide a fully reproducible bug report.
OS: Ubuntu 18.04.3 LTS
Present in DVC versions: 0.64.0 through 0.66.1
Steps to "reproduce":
git clone ...
cd <repo>
dvc pull
Until DVC v0.64.0 the above worked fine. Now I get the following error shortly after running DVC:
dvc pull
ERROR: unexpected error - 'NoneType' object has no attribute 'execute'
I also tried reproducing this in a separate repo, but I couldn't reproduce it; it worked fine. My initial thought is that the repo which exhibits this bug uses two data sources imported via dvc import
; perhaps that's related to the problem?