Neat! I could see applications of this for auditing dbt snapshots of models so you could track how the data might have changed in relation to the code that generated it in addition to just the source data stream. This would be extra useful in this case if you could tie those hashes to a git commit sha, or maybe just another table that stored a version of the sql text along with the md5 hash.