Suresh - ELMO
TFDThoughtSpot For Developers
•Created by Suresh - ELMO on 3/11/2025 in #dev-help
Suresh - ELMO - Hi, I am getting "Invalid YAML/...
I am not using REST API playground, instead using API directly within PHP / Symfony setup. Above JSON is from the final string sent in metadata import API.
6 replies
TFDThoughtSpot For Developers
•Created by Suresh - ELMO on 3/11/2025 in #dev-help
Suresh - ELMO - Hi, I am getting "Invalid YAML/...
{
"model": {
"name": "Simple Learning CPD Plan Model (Copied)",
"description": "Created By Suresh for testing purpose",
"model_tables": [
{
"name": "mv_learning_cpd_plan",
"fqn": "62ab3964-fc67-4c7e-b42c-a12f9b5ed688",
"joins": [
{
"with": "mv_hrcore_user",
"on": "[mv_learning_cpd_plan::region] = [mv_hrcore_user::region] AND [mv_learning_cpd_plan::user_id] = [mv_hrcore_user::id] AND [mv_learning_cpd_plan::client_name] = [mv_hrcore_user::client_name]",
"type": "LEFT_OUTER",
"cardinality": "MANY_TO_ONE"
}
]
},
{
"name": "mv_hrcore_user",
"fqn": "ad446cb1-ceea-4533-9a7c-813f0812d496"
}
]
}
}
6 replies
TFDThoughtSpot For Developers
•Created by Suresh - ELMO on 3/11/2025 in #dev-help
Suresh - ELMO - Hi, I am getting "Invalid YAML/...
I took the stringified form JSON created by Symfony App, used Model Importer in UI, there was no validation error.
6 replies