~iflores12


#105 Snowflake Broken Functionality 4 months ago

Ticket created by ~iflores12 on ~olly/yoyo

invalid identifier '"version"'

This appears to have started in the newest version of the package. The query that gets run is

SELECT max("version") FROM "_yoyo_version"

And I don't think that Snowflake likes the quotes around "version". The query runs properly for me once you remove the quotes.