Snapshot shows SQL query

Hi!

I tested to create a new snapshot of one of my panels running Grafana in docker with image grafana/grafana:6.3.0-beta2.

It says on the “create snapshot” dialog that all sensitive data will be stripped, but when I open the snapshot link in an incognito window I can still go into the JSON blob of the panel and see under both

  • targets[].rawSql and
  • snapshotData[].meta.sql

I still have the query that is being used. Shown’t this be included in “sensitive data that will be stripped”?

I’m using the postgresql datasource.

Or is this the desired behaviour? In which case, is it possible to share a snapshot where the sql is not included?