Include Domo Datasource Identifier on all Database Queries

From a DB admin I can see when Domo is connecting to the database, I can even see the query text that is being executed, but it is a pain trying to go back into Domo to find which domo dataset is making that query execution. If Domo would inject a block comment at the top of every query before it executes, that would make it easier on the DB admin side to see the query being executed and know which Domo dataset to look at.

This helps DBAs when we identify slow running queries, if we improve how the query is written, to be able to find the domo dataset quick to update the SQL improvements.

Something like would be incredible helpful:

/* https://cricut.domo.com/datasources/<UUID>/details/overview */

SELECT *

FROM user_query

Tagged:
1
1 votes

Active · Last Updated