Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

AlteryxPythonSDK code cache?

akrinsky
5 - Atom

In my original experiment I mistaken created a connection reference that was longer than 1 character.

 

<Connection Name="Input" AllowMultiple="False" Optional="False" Type="Connection" Label="LONG_EXPRESSION_HERE"/>

 

After updating the code to "I" or "", Alteryx still complains on load:

 

Javascript plugin error: Connection label must be exactly one character

 

And the existing Python example is failing, suggesting some kind of corruption.

 

I wonder if the internal python code cache needs to be cleared...  How?

 

Using Alteryx 11.7 now.

1 REPLY 1
TashaA
Alteryx Alumni (Retired)

Hi there @akrinsky,

 

Great question. This looks like you are making changes to the config.xml file, is that right?

 

If so, any changes made to the config.xml require a restart of Alteryx see the result of the change. 

 

-Tasha