cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Certifications
Join dynamic discussions on Databricks certifications within the Community. Exchange insights, tips, and experiences to help prepare for certification exams and validate your expertise in data engineering, analytics, and machine learning.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Feedback on Deploy Workloads with Lakeflow Jobs SPL

Daniel_B
New Contributor II

Hi,

I cannot find a feedback option in the course itself so I'll share here;

Section: Creating and Scheduling Jobs

This section confuses the parameter hierarchy which is not good as understanding the parameter hierarchy is crucial for effective job design ๐Ÿ™‚

Understanding the parameter hierarchy is crucial for effective job design:

  • Task Parameters are key-value pairs or JSON arrays defined at the individual task level. These are specific to each task and allow for fine-grained control over task behavior.

  • Job Parameters are defined at the job level and automatically propagate to all tasks within that job. This creates a powerful inheritance model where you can set common defaults while still allowing task-specific overrides.

The precedence rule is critical to remember: Job parameters always override task parameters when the same key exists. This design pattern allows you to establish sensible defaults at the job level while maintaining the flexibility to customize individual tasks when needed.

10 REPLIES 10

Daniel_B
New Contributor II

Ignore this post - the guidance is correct.

Daniel_B
New Contributor II

This might be an area that can take some improvement. The section is about Task Values but it mixes in the concept of Task Parameter which I found confusing. Let me know if I've misunderstood Task Parameters versus Tasks Values as being distinct concepts.

Daniel_B_0-1786203046042.png

 

Daniel_B
New Contributor II

The detail section fails to include Table Update as a trigger type

Daniel_B_1-1786203602649.png

 

Daniel_B
New Contributor II

The whitespace needs attention in this section. There is separating whitespace within each section but not between sections. A change here would improve the clarity:

The whitespace needs attention in this section. There is separating whitespace within each section but not between sections. A change here would improve the clarity:

The whitespace needs attention in this section. There is separating whitespace within each section but not between sections. A change here would improve the clarity:

Daniel_B_0-1786288148138.png

 

 

Daniel_B
New Contributor II

Positive feedback. This interactive component is engaging and delivers the information in discrete chunks which is good:

Daniel_B_1-1786288601382.png

 

Daniel_B
New Contributor II

Is this discrepancy important? External Delta table are mentioned in the interactive component and then omitted from the additional information section:

Daniel_B_2-1786288739527.png

 

Daniel_B
New Contributor II
07 - Automating Workloads with Scheduling and Triggers
 
Notice that within your schema you will find two tables named as sales_bronze and orders_bronze.

Daniel_B_3-1786289508572.png

The table are not present. What have I done wrong?

 

Daniel_B_4-1786289646271.png

 

Daniel_B
New Contributor II

Documentation discrepancy: The file limit is given as 1000 in the course notebook:

Daniel_B_5-1786290331093.png

The UI gives 10,000 as the limit (as does the docs):

Daniel_B_6-1786290432586.png

Review the course documentation will help reduce such misleading differences.

 

Daniel_B
New Contributor II

In the above the images are reversed. There is no option to edit a post as far as I can tell.

Daniel_B
New Contributor II

The video doesn't match the lab notebook.

Video:

Daniel_B_7-1786291016865.png

 

Notebook:

Daniel_B_8-1786291036087.png