sripathikrishnan / jinjasql

Template Language for SQL with Automatic Bind Parameter Extraction
MIT License
815 stars 89 forks source link

Bring jinjasql in-line with Jinja2 3.1.2 #53

Open ghost opened 2 years ago

dmctavish commented 2 years ago

@boris-tumbev any chance we can get this merged to main and then an official pip package built?

dmctavish commented 2 years ago

@sripathikrishnan can we get a merge here plz

GBBBAS commented 1 year ago

@boris-tumbev @sripathikrishnan can this PR be merged please?

boris-tumbev commented 1 year ago

If only i had the write access :D I need it too, but i guess @sripathikrishnan does not maintain the project :(

dmctavish commented 1 year ago

maybe time to fork?

ghost commented 1 year ago

It could probably use some more love on a maintained fork.

marhoy commented 1 year ago

@sripathikrishnan: Please merge this to avoid a forking of this project...

jlrobins commented 1 year ago

Please merge this PR. Jinja < 3.X is well old by now, and this PR/branch is nice and clean.

LewisCharlesBaker commented 1 year ago

@sripathikrishnan - Could we get this PR approved? It'd be really useful.

varadtupe commented 1 year ago

It will be helpful if this PR is merged and a new release is created for distribution 🙏 It brought down Production Airflow on CloudCompose at my company when we upgraded it as Jinja2 was upgraded to 3.1.2

ghost commented 1 year ago

For what it is worth, I ended up vendoring in my changes to a local fork to use internally. I am fairly sure that this repository can be considered unmaintained.

bitsofinfo commented 1 year ago

anyone have a more active fork?

https://github.com/sripathikrishnan/jinjasql/issues/55

PandaWhoCodes commented 1 year ago

we are trying to maintain a fork here - https://github.com/pythonutilities/jinjasql

for our personal and company projects