Transformation file extensions

Hi, when using transformation file for ex ( transform(‘file://localhost/home/dev/trans.py’,’’,’’)), how does memsql decides which interpreter to use? Is it based on the file extension and if so which one are supported.

Hi, SingleStore decides which interpreter to use based on the shebang on the top of your transform file ie #!/usr/bin/env python3. Transforms can be written in any language as long as you have the required dependencies installed.

3 Likes