in connectors/cli/connector.py [0:0]
def default_filtering(self, timestamp):
return [
{
"active": {
"advanced_snippet": {
"created_at": timestamp,
"updated_at": timestamp,
"value": {},
},
"rules": [
{
"created_at": timestamp,
"field": "_",
"id": "DEFAULT",
"order": 0,
"policy": "include",
"rule": "regex",
"updated_at": timestamp,
"value": ".*",
}
],
"validation": {"errors": [], "state": "valid"},
},
"domain": "DEFAULT",
"draft": {
"advanced_snippet": {
"created_at": timestamp,
"updated_at": timestamp,
"value": {},
},
"rules": [
{
"created_at": timestamp,
"field": "_",
"id": "DEFAULT",
"order": 0,
"policy": "include",
"rule": "regex",
"updated_at": timestamp,
"value": ".*",
}
],
"validation": {"errors": [], "state": "valid"},
},
}
]