Commit 3f9e402
[dagster-databricks] fix issue with op name generation (#20330)
Fixes an issue where if an op name provided, that op name would be used
directly for all tasks, leading to name collision issues.
Now we just use it as a prefix so names can stay unique.
## Test Plan
## Changelog
> If a changelog entry is required, replace this section with the
desired entry.
>
> By default, no changelog entry will be produced for internal PRs.
Synced-From-Internal
GitOrigin-RevId: 62292313fec1b837930ac537572e2dfe2b9358261 parent 5e09108 commit 3f9e402
File tree
1 file changed
+2
-3
lines changed- python_modules/libraries/dagster-databricks/dagster_databricks/components/databricks_asset_bundle
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | | - | |
252 | | - | |
253 | | - | |
| 252 | + | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| |||
0 commit comments