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>
(cherry picked from commit 48646fd)
  • Loading branch information
opensearch-trigger-bot[bot] authored and A9 Swift Project User committed Apr 9, 2024
1 parent 8ed6e35 commit ab35897
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "cb8b5f22228dafe2d1ecb5d8d24ad6008ae4afae",
"last_gitfarm_commit": "ac1ace5ef8117184e654e3c4b15791817d91279e"
"last_github_commit": "48646fd12532b1dbde109637938337c595c3835f",
"last_gitfarm_commit": "453c717f3b3300188b5afb8ba10ab871c7992607"
}
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 ab35897

Please sign in to comment.