-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add documentation for databricks_pipeline & make test-preview runnable #673
Conversation
preview
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, not clear why we get a panic in the Update function
Codecov Report
@@ Coverage Diff @@
## master #673 +/- ##
==========================================
- Coverage 83.08% 83.07% -0.02%
==========================================
Files 86 86
Lines 7912 7921 +9
==========================================
+ Hits 6574 6580 +6
- Misses 864 866 +2
- Partials 474 475 +1
|
@alexott , Should be fixed now. It was related to failure handling on continuous pipelines. |
preview
|
This pr fixes #606