I would like to be able to track what sql running against snowflake is coming from what report.
Snowflake Query tags seems like a good way to do this. But I can not find any information on if this is possible and how to do it?
It sounds like SQL context comments might be helpful for what you are trying to achieve?
Are you able to identify a solution for this?
SQL context comments seems to be fixed set ok key/value, i don't think we can add custom details like dashboard name etc
You can specify custom query tags with a JDBCC parameter and you can add additional JDBC parameters for the connection which support templating. I am not sure if any of the variables has what it is you need.