Roberto Malcotti
08/03/2022, 12:23 PM{
"campaign_analytics": {
"DATE": "2021-06-09"
}
}
My question is, would it be possible to have a nested state?
{
"campaign_analytics": {
"campaign_1": {
"DATE": "2021-06-09"
},
"campaign_2": {
"DATE": "2020-06-09"
}
}
}
Unfortunately all the examples use the deprecated method get_updated_state
So is it possibile to have a nested state? If so, do you have an example how to use it?Marcos Marx (Airbyte)
08/03/2022, 12:37 PMRoberto Malcotti
08/03/2022, 1:04 PM