Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

I need to create imported dataset using Trifacta API(python). I am not able to create it for query having parameters.

MeghanaV
5 - Atom

Can someone please check below details and help me on the same.

API: /v4/importedDatasets

'raw': ['select DISTINCT a, b from db.tbl_name where b= ']

'runParameters': [{'insertionIndices':{'index': 0, 'order': 0}}, {'value': {'variable': {'value': '0','overrideKey': 'b'}}}]

 

I am getting below error:

b'{\n "exception": {\n  "name": "ValidationFailed",\n  "message": "Input validation failed",\n  "details": "e.substr is not a function"\n }\n}'

<Response [400]>

 

1 REPLY 1
umaidk
8 - Asteroid

Good question ?