Querying Fact Table Reverse Tasks
Function
This API is used to query fact table reverse tasks.
URI
GET /v2/{project_id}/design/fact-logic-tables/database
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Object |
Returned data |
Status code: 400
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Object |
Returned data |
Status code: 401
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Object |
Returned data |
Status code: 403
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Object |
Returned data |
Example Requests
None
Example Responses
Status code: 200
Success
{
"data" : {
"value" : {
"id" : null,
"tenant_id" : "0cf68da0ba80f2962ff7c01ba8c0b7f7-workspace-f7eee36e67e541a59679f9b1b7f4eab0",
"group_id" : "1014914259626397696",
"biz_name" : null,
"biz_id" : null,
"operation_status" : "SUCCESS",
"operation_type" : "FACT_LOGIC_TABLE_REVERSE_DB",
"biz_info" : null,
"create_by" : "abc",
"remark" : null,
"total" : 1,
"success" : 1,
"failed" : 0,
"rate" : "1.00",
"logs" : null,
"groups" : [ {
"id" : "1014914260641419264",
"tenant_id" : "0cf68da0ba80f2962ff7c01ba8c0b7f7-workspace-f7eee36e67e541a59679f9b1b7f4eab0",
"group_id" : "1014914259626397696",
"biz_name" : "fact_stroke_order",
"biz_id" : null,
"operation_status" : "SUCCESS",
"operation_type" : "FACT_LOGIC_TABLE_REVERSE_DB",
"biz_info" : "",
"create_by" : "abc",
"remark" : "SKIP | Reverse data: false, Update Exist: false",
"total" : 0,
"success" : 0,
"failed" : 0,
"rate" : null,
"logs" : null,
"groups" : null
} ]
}
}
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Success |
|
400 |
BadRequest |
|
401 |
Unauthorized |
|
403 |
Forbidden |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.