cancel
Showing results for 
Search instead for 
Did you mean: 
ChristianRRL
Honored Contributor
since ‎12-12-2023
yesterday

User Stats

  • 119 Posts
  • 3 Solutions
  • 71 Kudos given
  • 24 Kudos received

User Activity

Hi there, I'm finding this a bit trickier than originally expected and am hoping someone can help me understand if I'm missing something.I have 3 jobs:One orchestrator job (tasks are type run_job)Two "Parent" jobs (tasks are type notebook)parent1 run...
Hi, I'm wondering if there is an easier way to accomplish this.I can use Dynamic Value reference to pull the run_id of Parent 1 into Parent 2, however, what I'm looking for is for Child 1's task run_id to be referenced within Parent 2.Currently I am ...
Hi there, I'm trying to reference a task value - let's call it `output_path` (not known until programmatically generated by the code) - that is created in a nested task (Child 1) within a run_job (Parent 1) as an input parameter - let's call it `inpu...
Hi there, has anyone noticed recent (at least as of last week but possibly longer) changes to Databricks Community posts? Here are some very limited examples of what I've noticed:Can't paste images anymore (am trying to paste here but shows as blank)...
Hi there, I am hoping someone can help me understand why I'm having issues with a simple pytest unit test... test?When attempting to run a `run_tests_notebook` in our all-purpose compute cluster (Runtime 14.3) with the following:import pytest import ...