Fix three ADF -> Databricks control-flow / codegen bugs - #40
Closed
matthewmoorcroft wants to merge 2 commits into
Closed
Fix three ADF -> Databricks control-flow / codegen bugs#40matthewmoorcroft wants to merge 2 commits into
matthewmoorcroft wants to merge 2 commits into
Conversation
matthewmoorcroft
marked this pull request as ready for review
September 1, 2026 12:17
Rewrite internal package-proxy URLs (pypi-proxy.dev.databricks.com) to pypi.org / files.pythonhosted.org so public CI resolves deps. Same pinned versions and hashes; matches main. Co-authored-by: Isaac <no-reply@databricks.com>
Member
Author
|
Closing — this was a port of another author's work and is being withdrawn from the public repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
# Databricks notebook sourcemarker sobundle validateaccepts the notebook_task.mainby therender_bridge_notebookconsolidation (the bridge-notebook header fix). No source change here — this PR only adds a guard/characterization test for it. So the source diff shows two behavior changes, not three; a reviewer isn't left hunting for a missing third source fix.run_if: NONE_FAILEDso a failure in the taken branch propagates (AT_LEAST_ONE_SUCCESSmasked it)._init_<var>tasks that nothing references are pruned. The keep/drop decision matches structured references (the anchoredtasks.<key>.valuestask-value token anddepends_onedges) rather than a bare substring, so a dead_init_xis never kept alive by an unrelated key/path such as_init_x_2or/Shared/_init_x_report.Co-authored-by: Isaac
Changes
Tests