James Weakley
James Weakley
Hi @matt-winkler , apologies for such a late response - I didn't have the right notification settings on this repo. I did dabble in a bit of SQL driven ML...
Thanks for the contribution @swanjson ! I think this is absolutely worth the effort, for sqlfluff and also for neater queries to see in the DBMS query history.
does that second example after edits pass sqlfluff in its current form?
Thanks Cory, I only just noticed you'd created this issue. Glad to see you got it working and I'll investigate whether removing the write-host is a universally good solution
FWIW, I'm currently using this class as a context manager: ```python from snowflake.snowpark import Session from typing import Literal SnowflakeTransactionAction = Literal["commit", "rollback"] class SnowflakeTransaction: def __init__( self, session: Session,...
Hi @coisnepe and @bakerwho, Totally agree that the repo has been gathering dust. I don't use it personally anymore and to be honest it's been difficult to gauge the level...
Great! I've added you as a maintainer. I'll certainly keep some oversight of the project.
sorry all, for some reason I didn't notice this issue appear back in 2020. Looking over the code, @jparodi is correct - there's a whole section of ineffective code. I...
When does that `find()` resolve? Is it deferred during planning and executed after the database has been applied?
Hi @mayur0207 , Based on my limited use of dynamic tables so far, changes to their implementation logic (the body of the query), are designed to be a drop+create action,...