Warning(s) encountered while generating. Client was generated, but some pieces may be missing
Generating <out>

WARNING parsing POST /v1/public/users/{user_id}/email-verification-code within users. Endpoint will not be generated.

Attempted to generate duplicate models with name "Body"


WARNING parsing GET /v1/bytes/{param} within upload. Endpoint will not be generated.

Incorrect path templating for /v1/bytes/{param} (Path parameters do not match with path)


WARNING parsing PUT /v1/bytes/{param} within upload. Endpoint will not be generated.

Incorrect path templating for /v1/bytes/{param} (Path parameters do not match with path)


WARNING parsing POST /v1/connections/{connection_type}/{connection_id}/validate-query within connections. Endpoint will not be generated.

Attempted to generate duplicate models with name "RequestBody"


WARNING parsing GET /v1/dbt/projects/{project_id}/models/{model_id} within dbt. Endpoint will not be generated.

int | None is not allowed in path

{
  "name": "project_id",
  "in": "path",
  "required": true,
  "schema": {
    "title": "Project Id",
    "anyOf": [
      {
        "type": "integer"
      },
      {
        "type": "null"
      }
    ]
  }
}

WARNING parsing PATCH /v1/dbt/projects/{project_id}/models/{model_id} within dbt. Endpoint will not be generated.

int | None is not allowed in path

{
  "name": "project_id",
  "in": "path",
  "required": true,
  "schema": {
    "title": "Project Id",
    "anyOf": [
      {
        "type": "integer"
      },
      {
        "type": "null"
      }
    ]
  }
}

WARNING parsing POST /v1/dbt/projects/{project_id}/refresh within dbt. Endpoint will not be generated.

Invalid property in union <openapi_python_client.schema.untrusted_string.UntrustedString object at 0x0>


WARNING parsing POST /v1/dbt/projects/{project_id}/run within dbt. Endpoint will not be generated.

Invalid property in union <openapi_python_client.schema.untrusted_string.UntrustedString object at 0x0>


WARNING parsing POST /v1/public/viz/{account_slug}/{slug}/query within viz. Endpoint will not be generated.

Could not find reference in parsed models or enums


WARNING parsing POST /v1/tasks within tasks. Endpoint will not be generated.

Could not find reference in parsed models or enums



Unable to process schema /components/schemas/Body_run_embed_viz_query:

Attempted to generate duplicate models with name "Args"

Failure to process schema has resulted in the removal of:
/components/schemas/Body_run_embed_viz_query

{
  "title": "Args",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  },
  "default": {}
}


Unable to process schema /components/schemas/Body_run_viz_query:

Attempted to generate duplicate models with name "Args"

Failure to process schema has resulted in the removal of:
/components/schemas/Body_run_viz_query

{
  "title": "Args",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  },
  "default": {}
}


Unable to process schema /components/schemas/DBTRunRequest:

Attempted to generate duplicate models with name "Vars"

Failure to process schema has resulted in the removal of:
/components/schemas/DBTRunRequest

{
  "title": "Vars",
  "type": "object",
  "additionalProperties": true
}


Unable to process schema /components/schemas/GoogleSheetsConnectionInfo:

Attempted to generate duplicate models with name "Credentials"

Failure to process schema has resulted in the removal of:
/components/schemas/GoogleSheetsConnectionInfo

{
  "title": "Credentials",
  "type": "object",
  "additionalProperties": true
}


Unable to process schema /components/schemas/MetricsRollupModel:

Attempted to generate duplicate models with name "Payload"

Failure to process schema has resulted in the removal of:
/components/schemas/MetricsRollupModel
/components/schemas/MetricsRollupsResponse

{
  "title": "Payload",
  "type": "object",
  "additionalProperties": true
}


Unable to process schema /components/schemas/TaskCreate:

Attempted to generate duplicate models with name "Config"

Failure to process schema has resulted in the removal of:
/components/schemas/TaskCreate

{
  "title": "Config",
  "type": "object",
  "additionalProperties": true,
  "description": "Additional config for the task"
}

If you believe this was a mistake or this tool is missing a feature you need, please open an issue at https://github.com/openapi-generators/openapi-python-client/issues/new/choose
