JSON
boolean value. Examples of this are JMESPath comparators or functions that return a boolean like contains, starts_with, and ends_with.
Example
Pipeline:JSON
JSON
JSON
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"transform": {
"topics": {
"my_topic": {
"filter": "<jmespath-expression>",
"tables": {
"my_table": {
"filter": "<jmespath-expression>",
"columns": {}
}
}
}
}
}
}
boolean value. Examples of this are JMESPath comparators or functions that return a boolean like contains, starts_with, and ends_with.
{
"transform": {
"topics": {
"topic0": {
"filter": "integer0 == `2`",
"tables": {
"table0": {
"filter": "integer1 == `3`",
"columns": {
"col0": "integer0",
"col1": "integer1"
}
}
}
}
}
}
}
[
{
"integer0": 0,
"integer1": 3
},
{
"integer0": 2,
"integer1": 1
},
{
"integer0": 2,
"integer1": 3
}
]
[
{
"integer0": 2,
"integer1": 3
}
]
Was this page helpful?
Suggestions
