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
I'm wondering if there's a way to make sql-runner idempotent? It would be nice if e.g. at each query step a flag was set, so that you could just rerun the job and it would automatically skip any steps that had already been completed?
We would need to come up with a way to:
Tracker progress through a run (ZooKeeper?)
Identify different executions of sql-runner as being repeated attempts to perform the same run
The text was updated successfully, but these errors were encountered:
From @yalisassoon:
We would need to come up with a way to:
The text was updated successfully, but these errors were encountered: