Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 18, 2024
1 parent 379c9b1 commit c62e16b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cubejs-api-gateway/openspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ components:
$ref: "#/components/schemas/V1CubeMetaJoin"
V1CubeMetaType:
type: "string"
description: Type of cube
enum:
- "cube"
- "view"
Expand Down
4 changes: 3 additions & 1 deletion rust/cubesql/cubeclient/src/models/v1_cube_meta_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
* Generated by: https://openapi-generator.tech
*/

///
/// V1CubeMetaType : Type of cube

/// Type of cube
#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)]
pub enum V1CubeMetaType {
#[serde(rename = "cube")]
Expand Down

0 comments on commit c62e16b

Please sign in to comment.