-
Notifications
You must be signed in to change notification settings - Fork 265
add-option-to-continue-on-script-error #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add-option-to-continue-on-script-error #339
Conversation
Oh, I'm waiting for this enhancement so long time! It's great, thank you very much! How to speed it up to be moved to production (master)? |
@sfc-gh-tmathew Hi, who can approve the merge to master and when can it be done? Thanks a lot. |
@zroytman , I don't think It will be reviewed anytime soon, apparently. There are a couple of PRs with no answer for many months. In the meantime I am using: |
@luisggc do you know who should approve it? Who is the maintainer? |
I think we have a few @sfc-gh-twhite merged a PR today, tough. |
Actually I've reviewed your list of changes and the explanation - it looks great for me. The writing of the error into the db table is not so mandatory for me in case you show the error on the screen during the execution - should be enough for me. But this is a great feature. Thank you so much! Hopefully it will be merged soon. |
Thanks for submitting this PR and for the review. I wanted to acknowledge that we will review this sometime this week. We're currently trying to close out a few other lingering things. I agree that this is a useful feature and would like @sfc-gh-jhansen to review it as well to determine if it is something we should implement. |
356017e
to
9cdb95b
Compare
9acc4eb
to
3d82ceb
Compare
I wrote an adapter for the sqlfluff linter #342 that might preclude the need for this option by routing out syntax errors before deploy... also have you looked into dbt... parralelism and sequencing are handled there already... |
3d82ceb
to
6487d71
Compare
Hi ALL. Any news regarding getting this awesome enhancement? Thanks. |
@zroytman will take a look at this option and make the call by first week of september. |
Hi @sfc-gh-tmathew , any updates? Thanks. |
Hello @sfc-gh-tmathew , have you had a chance to look at this? Thanks. |
Continue-on-Error Enhancements
Overview
Configuration
continue-on-error
behavior.versioned
scriptsrepeatable
scriptsalways
scriptsall
scripts--continue-all-on-error
acts as shorthand for enabling all script-type options.-- schemachange-no-jinja
is present in the sql, skip the jinja parsingDeployment Behavior
Testing
continue_versioned_on_error
is set.