Example
Assume you have an Alteryx workflow that uses the CompareDigits() function. When you click the Transpile button in Transpiler, you see that your workflow is fully transpiled, but there is a row with a todo component in the Choose entities to create dialog. When you open your bundle, the pipeline and gem diagnostics has the following error message:Solution
- Open the gem that contains the todo function. The gem uses the exact function you had in your Alteryx workflow.
-
Update the function.
You can do one of the following:
-
Click on the function, and select
Fix it. Copilot automatically finds the correct Spark SQL function to use. - Build your own expression with the Visual Expression Builder.
- Manually search for the correct Spark SQL function to use and insert it.
-
Click on the function, and select

