Here https://superset.apache.org/docs/installation/sql-templating/ described several parameters for handling columns:
- columns: columns which to group by in the query
- groupby: columns which to group by in the query (deprecated)
- table_columns: columns available in the dataset
- time_column: temporal column of the query (None if undefined)
How should I use these parameters?
I've tried this manual https://www.preset.io/blog/intro-jinja-templating-apache-superset/ but this is for values not for columns