I would like to contribute a feature for SQL templating

Hello all, this is me, Vladimir. I’ve had this post hanging in Slack for ± 20 days with no response, so I am cross posting it here, in hopes that it will get attention.

Quite frequently in my data engineering work, I run into a scenario where I need to write a customized SQL check where SQL code references a variable column name. In the official documentation, such scenarios are unforeseen, as the quickstart only references the {batch} template. Therefore, I wrote my own abstract base class for scenarios like these, on the basis of a brief overlook of some cases in the experimental folder in GX Core source code:

I would really like to upstream this code, as no doubt such a scenario is something other people would run into all the time. However, I am not sure where to start. Would I need to make some changes to my already existing code? Would you like me to write official documentation for it as well? Where exactly would this bit of code belong in your code structure? I am more than willing to do everything required here. Please let me know what the next steps for me are to take before I submit a pull request.