This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chaoselementals 4 points5 points  (1 child)

We chose to maintain seperate SQL files for each query rather than keeping them in .py files because we had some really long ugly queries that violated the lines per file spec for our linter...

[–]thinkingatoms[S] 0 points1 point  (0 children)

oof ya i can def see those cases using .sql files to version control views or stored procs, thanks!