Restricting columns in datasets based on SQL query
You can restrict which columns are included in a dataset by modifying the SQL query to select only the required fields.
SQL-defined datasets make it easy to limit dataset content to specific columns by
explicitly listing them in the SELECT clause of the query. This helps
reduce unnecessary data exposure and simplifies downstream analysis.
