Azure Databricks notebook not picking the parameters passed via job api
Flask application --> Capturing the value entered via web form and passing it as a parameter to trigger a databricks job. Tried passing the parameters as follows : 1- payload = { > 'notebook_params': { > 'customer_name': customer_name > }…