Hello everyone,
I'm working on a model-driven application that requires a connection to an on-premises SQL Server. My SQL Server database includes two tables, where one serves as a lookup for the other. Due to the need for a join query and the limitations of the existing SQL connector, I've developed a custom virtual table provider.
Now, I'm trying to figure out how to associate this custom provider with the Power Platform on-premises data gateway. Since the SQL Server is not publicly exposed, I believe I need to leverage the Power Platform on-premises data gateway.
Any guidance on how to link my custom virtual table provider with the Power Platform on-premises data gateway would be greatly appreciated.
Thank you!