Walter_C
Databricks Employee
Databricks Employee

Here are a few suggestions:

  1. Ensure that your query in the second dataset is correctly set up to accept and use the parameters from the first dataset. The parameters should be correctly mapped to the catalog, schema, and table name in your "select * from catalog . Schema . Table name" query.

  2. Check the filtering conditions in your second dataset. If it's only displaying common columns like start date and modified date, it might be due to a filtering condition that's limiting the output to these columns.