Power Query Project Template for custom data connector. Requires the Power Query SDK Similar to the Power Query SDK it provides a file for your custom data connector and a test file for testing the connector. It has the following differences : The test file: Contains a test framework. It is similar to that described in Handling unit testing and implemented here. Expected/Actual are functions. The test framework allows for skiping tests - skip, only, as well as by passing a filter. You can write parameterized tests and there are options for result output. The data connector file: By adding [internal = true] to a shared function, when built in release config the shared modifier will be removed. Release build : In addition to shared internal removal, copies the generated mez to the Custom Connectors directory. You can specify the environment variable MezCustomConnectors to set the path if the default is not sufficient and turn of copying by setting CopyMezToPowerBi to false. |