tak0519
New Contributor III

Thank you so much for your reply

  • Removal of Job parameter still couldn't succeed in working well from notebook to get parameters.

I've removed "target_catalog: "{{job.parameters.target_catalog}}""

re-run the job and notebook

From WEB UI, i can see ja ob successfully started, a task related to the job, and a notebook related to the task linked with.

Manually run the notebook, then cells have succesfully done.

Still I can't see the result well:

  Output of the cell:

=======================

Target Catalog (from DABs):

Target Schema (from DABs):

========================

I've confirmed that the job parameters were well set.

  • What I confirmed

When I  explicitly set "dbutils.widgets.text("target_catalog", "dev-catalog", "Target Catalog")" on notebook, of course it works well.( I couldd catch it!)

So I assume core issue is parameter getter from Job parameter which is well set to Widgets on notebook.

  • Still looking for an answer

Any ideas?

If you provide any code about DABs Parameter which works successfully, I'm glad to see it.

From my research, I still can't find any mistake.