Hi Team, I am trying to build dynamic dashboard for which I have created 2 dataset and I am passing values from 1st dataset to 2nd dataset as parameter. When an user selects parameter values of 1st dataset, 2nd dataset should use those user input values from 1st dataset and display the output data of 2nd dataset. Here I am querying information schema in 1st dataset to populate catalog, schema, table name as parameter values and using 2nd dataset for "select * from catalog . Schema . Table name". I have mapped catalog, schema, table name parameter values from 1st dataset to 2nd dataset in the canvas. When I select the parameter vales, the values are getting passed to the 2nd dataset but the output filtering only audit(start date, modified date) columns which are common across all the tables for that respective table as output rather than giving the data of whole table.
Can anyone help?
any suggestions are appreciated and Thanks in advance.
#databricksdashboard #databricks#dynamicdashboard#analytics