09 May 2024 08:25 PM - last edited on 04 Jul 2024 09:37 AM by MaciejNeumann
Hello everyone,
Is it possible to execute SQL queries on Dynatrace notebooks using the add code option?
If so, does anyone have any guide or example of doing so?
Thanks in advance
13 May 2024 08:35 AM
You could integrate with an external API via JavaScript and fetch - see https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks/dashboards-new/componen... for details.
28 May 2024 05:53 PM
Hi @christian_kreuz,
And will there be any possibility to make the connection to any database (MySql, SQL Server, Oracle...) using this option?
29 May 2024 08:44 AM
Hi!
Our supported interface is HTTP(s) calls. Direct access to Databases is only possible only if the database-management-system offers you a HTTP/REST endpoint (or if you provide such an endpoint for your database yourself).
This is not specific to Dynatrace or functions though.