Problem
dlt uses column names prefixed with _ to signal privateness. CrateDB does the same, and blocks this namespace completely.
This is detrimental for wider adoption in this and other ecosystems, because it can not always be worked around easily, as those private columns are mostly at the core of the relevant framework adapter subsystem.
References