wenzhenghu commented on PR #59065:
URL: https://github.com/apache/doris/pull/59065#issuecomment-3742089682
> BTW, could you give a complete rule json example? And does it easy to
extend to internal table?
1. example rule json fileļ¼
```
[
{
"id": 395744,
"enabled": 1,
"rule_type": 0,
"table_name": "",
"catalog_name": "noise_catalog_42",
"created_time": 1766557246,
"updated_time": 1766557246,
"database_name": "noise_db_46",
"user_identity": "Mgywiqjyt@%",
"partition_pattern": ""
},
{
"id": 395745,
"enabled": 1,
"rule_type": 0,
"table_name": "noise_table_74",
"catalog_name": "noise_catalog_50",
"created_time": 1766557246,
"updated_time": 1766557246,
"database_name": "noise_db_85",
"user_identity": "Chaykxshz@%",
"partition_pattern": ""
},
{
"id": 395746,
"enabled": 1,
"rule_type": 0,
"table_name": "noise_table_14",
"catalog_name": "noise_catalog_28",
"created_time": 1766557246,
"updated_time": 1766557246,
"database_name": "noise_db_11",
"user_identity": "yvnuuocpv@%",
"partition_pattern": ""
}
]
```
2. it could extend to internal table scenario. If needed, we can implement
internal table admission control in subsequent PRs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]