According to the documentation, the “mol” attribute is not supported by read_dump and triggers this error.
We have improved the error message. But it is not simple to have an accurate error message in this case since the detection or additional arguments is done through stopping to parse arguments when an unexpected property is encountered. In your case only the ID property is present at this point and that would be the same if there were no attributes given (since ID is added by default).
The command is not correct. Sorry.
P.S.: also the “id” and “type” attributes are not documented but are silently accepted since they can get added by default. I am adding some corrections to the read_dump command for the next feature release and will also backport them to the next stable release update. For the next feature release I am also trying to add the “mol” attribute as a supported property for the native reader.