Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit 175bf96)

Signed-off-by: Sean Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent cb8b5f2 commit 48646fd
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,14 +693,15 @@ exports[`AssociatedObjectsTab Component renders correctly with associated object
"datasource": "mock_data_source",
"id": "mock_table_1",
"name": "mock_table_1",
"tableName": "mock_table_1",
"type": "table",
},
"columns": undefined,
"database": "mock_database_1",
"datasource": "mock_data_source",
"id": "mock_acceleration_1",
"name": "mock_acceleration_1",
"tableName": "",
"tableName": "mock_table_1",
"type": "skipping",
},
Object {
Expand Down Expand Up @@ -866,14 +867,15 @@ exports[`AssociatedObjectsTab Component renders correctly with associated object
"datasource": "mock_data_source",
"id": "mock_table_1",
"name": "mock_table_1",
"tableName": "mock_table_1",
"type": "table",
},
"columns": undefined,
"database": "mock_database_1",
"datasource": "mock_data_source",
"id": "mock_acceleration_1",
"name": "mock_acceleration_1",
"tableName": "",
"tableName": "mock_table_1",
"type": "skipping",
},
Object {
Expand Down Expand Up @@ -1399,14 +1401,15 @@ exports[`AssociatedObjectsTab Component renders correctly with associated object
"datasource": "mock_data_source",
"id": "mock_table_1",
"name": "mock_table_1",
"tableName": "mock_table_1",
"type": "table",
},
"columns": undefined,
"database": "mock_database_1",
"datasource": "mock_data_source",
"id": "mock_acceleration_1",
"name": "mock_acceleration_1",
"tableName": "",
"tableName": "mock_table_1",
"type": "skipping",
},
Object {
Expand Down Expand Up @@ -2139,14 +2142,15 @@ exports[`AssociatedObjectsTab Component renders correctly with associated object
"datasource": "mock_data_source",
"id": "mock_table_1",
"name": "mock_table_1",
"tableName": "mock_table_1",
"type": "table",
},
"columns": undefined,
"database": "mock_database_1",
"datasource": "mock_data_source",
"id": "mock_acceleration_1",
"name": "mock_acceleration_1",
"tableName": "",
"tableName": "mock_table_1",
"type": "skipping",
}
}
Expand Down Expand Up @@ -2184,14 +2188,15 @@ exports[`AssociatedObjectsTab Component renders correctly with associated object
"datasource": "mock_data_source",
"id": "mock_table_1",
"name": "mock_table_1",
"tableName": "mock_table_1",
"type": "table",
},
"columns": undefined,
"database": "mock_database_1",
"datasource": "mock_data_source",
"id": "mock_acceleration_1",
"name": "mock_acceleration_1",
"tableName": "",
"tableName": "mock_table_1",
"type": "skipping",
}
}
Expand Down

0 comments on commit 48646fd

Please sign in to comment.