27 May 2025 08:24 PM
Hi all,
I’m trying to build a SQL extension and was following the Dynatrace tutorial video. However, when I get to the build step, I encounter the following error:
Has anyone come across this issue before or know how to resolve it?
Thanks,
28 May 2025 04:21 AM
@EyadThere will be a step where you need to generate certificates and add the cert to credential vault in DT, was this step completed? You would need to use the same cert to sign and build the extension, I suspect this might be what's causing the error for you
02 Jun 2025 03:10 PM
I have generated the certificates and used it for custom Python extensions, and it worked. But the SQL is not building. for the Python I was using:
dt-sdk build --extra-platform manylinux2014_x86_64 .Because the building is happening on Windows, then deploying to Linux.
but for the SQL I am just using F1 key then option> Dynatrace extensions: Build
do you think this what causing the issue?