Dataset parameters - can they be used to specify the schema and table name?

can the data set parameter be used to specify schema/table name? e.g: select * from <<$schema>>.<<$table>> where dwh_load_date > add_days(‘day’,<<$LastNDays>>, current_date)

Yes that should work.

2 Likes