Hey guys,
I am trying to wrap (bridge) the Databricks Terraform provider to use in Pulumi.
I have managed to build the SDKs I need (
https://github.com/tksrc/pulumi-databricks/tree/main/sdk/python) but now I am stuck on how to install the SDK.
Is there a process or a documentation somewhere I can follow? I noticed that all plugins under ~/.pulumi/plugins are binaries. That makes me think I need to somehow get my SDK to compile to a binary?
Thanks!