You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, SQL files are read "just-in-time" - i.e. when they are needed to run a query.
We should move to "eager" reading of SQL files on startup. That way, if any of the SQL files are missing, we will know at startup. Also, it protects us from e.g. deployment updates to the SQL files during execution of a playbook.
@jbeemster - would it be possible to bring this forwards into 0.4.0? It is starting to cause pain with deployments (basically clients redeploying their SQLs during a run breaks things)...
At the moment, SQL files are read "just-in-time" - i.e. when they are needed to run a query.
We should move to "eager" reading of SQL files on startup. That way, if any of the SQL files are missing, we will know at startup. Also, it protects us from e.g. deployment updates to the SQL files during execution of a playbook.
/cc @yalisassoon
The text was updated successfully, but these errors were encountered: