Limit datasets accessible to Holistics AI

Hi, is it possible to limit the content Holistics AI can work on to a curated list of “mature” datasets and dashboards ?

Hi @dacou,

I’ve forwarded your request to our team. They’re out for Lunar New Year and will be back on Monday, Feb 23, so we may respond more slowly than usual. We’ll get back to you as soon as possible once the team returns.

Hi @dacou

You can add endorsed/trusted tags to your datasets and dashboards. The AI will prioritize analyzing the data from these endorsed/trusted objects. Please refer to our document here: Use tags to flag trusted data

Please note that tags will only provide guidance to the AI. Currently there’s no feature to restrict AI access to only certain datasets and dashboards.

Thanks, is it something you may add in the future ?

Hi @dacou

Yes, we’re exploring a solution that would allow you to restrict the AI’s access to specific datasets. We don’t have a confirmed timeline yet, but we’ll share an update once we have a more concrete plan.

In the meantime, you can specify which datasets the AI should use in your context.aml file. For example:

const ai_context = @md

## Datasets
Use only the following datasets:
${dataset_a},
${dataset_b},
${dataset_c}

For more information, please refer to our custom context documentation.

Please note that this approach is advisory, not a guaranteed restriction.

This works, thanks. with enough effort users can still bypass this rule but they have been warned :slight_smile: