Hi @Chengcheng
I am fine with manual refresh also and have tried "Refresh Table <TableName>" command but it doesn't refreshes the table with new data.
The Full refresh command "REFRESH TABLE <tableName> FULL; is giving below error inside notebook.
REFRESH statements cannot contain ' ', '\n', '\r', '\t' inside unquoted resource paths.(line 1, pos 0)
If any manual refresh is also available, I can run that sql command for that delta table while I am doing any updates to down stream table as of now.