Skip to content

Commit

Permalink
Merge pull request #353 from cr-EliasJunior/main
Browse files Browse the repository at this point in the history
Emulator does not return `kind`
  • Loading branch information
yoshidan authored Feb 10, 2025
2 parents 927eef1 + 2218686 commit e0f941f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/src/http/job/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ pub struct QueryRequest {
#[serde(rename_all = "camelCase")]
pub struct QueryResponse {
/// The resource type.
#[serde(default)]
pub kind: String,
/// The schema of the results. Present only when the query completes successfully.
pub schema: Option<TableSchema>,
Expand Down

0 comments on commit e0f941f

Please sign in to comment.