Last Updated: Oct 5, 2021
When using Dataset node to retrieve columns by using the query: Select * from ‘/Basic Training/Advance_Training/TravelData’, I am getting the error "...mismatched input...".
This error occurs when the query syntax is incorrect.
Query syntax must be: Select * from `/{app_group}/{app}/{dataset_name}`
Ensure that the symbol used must be backquote` and not single quote'.