Do lowlevel realtime tables support ingestionConfi...
# general
j
Do lowlevel realtime tables support ingestionConfig-transformConfig ?
k
Yes
j
My POST request to create my table has a transformConfig property in ingestionConfig but it doesn't appear in the UI for the new table when I look. I also tried adding the config in the UI and it's not updated
'filterConfig' is saved but transformConfig isn't
k
can you show the screen shot
@Neha Pawar ^^
n
Can you share the table config?
j
the config in my REST body:
Copy code
"ingestionConfig": {

        "filterConfig": {

            "filterFunction": "Groovy({custom_saluation != null})"

        },

        "transformConfig": [{

            "columnName":"custom_salutation",

            "transformFunction":"Groovy({'This is Groovy'})"

        }]

    }
when I view the table config in the UI:
Copy code
"ingestionConfig": {

      "filterConfig": {

        "filterFunction": "Groovy({custom_saluation != null})"

      }

    },
lowlevel realtime table configured for upsert, if that matters
version 0.7.0-SNAPSHOT-e62addb3b381e89d3afe24847a1bff06e7682246 running from the docker images
n
it should be transformConfigs
j
n
will fix it, thanks for pointing that out!