-
Notifications
You must be signed in to change notification settings - Fork 1.2k
import-url --file=something.yaml ...
doesn't save stage anywhere
#4239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Suor, |
Nothing stops me from trying though, dvc will act surprisingly. And I spend 10 minutes to find this, there are probably more. Until |
So why there are two kinds of |
@karajan1001 Sorry for the delay. Correct, we are using dvc.yaml for pipelines and *.dvc for |
Closing as stale. |
Uh oh!
There was an error while loading. Please reload this page.
The underlying issue is
PipelineFile.dump()
having unsafe design and breaking polymorphism. Here the suffix of the--file
determines what class will be used asDvcfile
and whileSingleStageFile.dump()
indeed dumps the stage,PipelineFile.dump()
does not by default.This issue caused #3907 and was explained there in more detail. It may cause other undiscovered and future issues.
The text was updated successfully, but these errors were encountered: