Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 23, 2024
1 parent d37c8e8 commit c7f6f2c
Show file tree
Hide file tree
Showing 29 changed files with 78 additions and 75 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 1cc01e85-de06-43c6-8eba-b42d8ac9f2f1
management:
docChecksum: 7998dbff43d13b24f5ce8289e558ad2e
docChecksum: 0dd32241bcd639c7e99747c1a7b3780d
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: 3.2.3
configChecksum: 201e9056748be4977faa111e0a2279fa
generationVersion: 2.237.3
releaseVersion: 3.2.4
configChecksum: 3d241d76e43e062828a7f6d899a3f5bf
repoURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,4 +710,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.2.3] .
- [python v3.2.3] .

## 2024-01-23 00:52:49
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.148.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.2.4] .
2 changes: 1 addition & 1 deletion docs/models/shared/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Query that is based on a dbt model
| `compiled_sql` | *str* | :heavy_check_mark: | Compiled SQL in the dbt model |
| `database` | *str* | :heavy_check_mark: | Name of the database containing the generated table |
| `dbt_unique_id` | *str* | :heavy_check_mark: | Unique ID of the model assigned by dbt (usually some combination of the schema and table name) |
| `model_id` | *str* | :heavy_check_mark: | Model id that refer to a dbt model |
| `model_id` | *float* | :heavy_check_mark: | Model id that refer to a dbt model |
| `name` | *str* | :heavy_check_mark: | Name of the table generated by the dbt model |
| `raw_sql` | *str* | :heavy_check_mark: | Raw SQL in the dbt model |
| `schema` | *str* | :heavy_check_mark: | Name of the schema containing the generated table |
6 changes: 3 additions & 3 deletions docs/models/shared/destination.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/models/shared/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ We send your SQL query directly to your source so any SQL that is valid for your
| `custom` | [Optional[shared.Custom]](../../models/shared/custom.md) | :heavy_minus_sign: | Custom query for sources that doesn't support sql. For example, Airtable. |
| `dbt` | [Optional[shared.Dbt]](../../models/shared/dbt.md) | :heavy_minus_sign: | Query that is based on a dbt model |
| `folder_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `id` | *str* | :heavy_check_mark: | The id of the model |
| `id` | *float* | :heavy_check_mark: | The id of the model |
| `is_schema` | *bool* | :heavy_check_mark: | If is_schema is true, the model is just used to build other models.<br/>Either as part of visual querying, or as the root of a visual query. |
| `name` | *str* | :heavy_check_mark: | The name of the model |
| `primary_key` | *str* | :heavy_check_mark: | The primary key will be null if the query doesn't get directly synced (e.g. a relationship table for visual querying) |
| `query_type` | *str* | :heavy_check_mark: | The type of the query. Available options: custom, raw_sql, tabel, dbt and visual. |
| `raw` | [Optional[shared.Raw]](../../models/shared/raw.md) | :heavy_minus_sign: | Standard raw SQL query |
| `slug` | *str* | :heavy_check_mark: | The slug of the model |
| `source_id` | *str* | :heavy_check_mark: | The id of the source that model is connected to |
| `syncs` | List[*str*] | :heavy_check_mark: | The list of id of syncs that uses this model |
| `source_id` | *float* | :heavy_check_mark: | The id of the source that model is connected to |
| `syncs` | List[*float*] | :heavy_check_mark: | The list of id of syncs that uses this model |
| `table` | [Optional[shared.Table]](../../models/shared/table.md) | :heavy_minus_sign: | Table-based query that fetches on a table instead of SQL |
| `tags` | Dict[str, *str*] | :heavy_check_mark: | The tags of the model |
| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The timestamp when model was lastly updated |
| `visual` | [Optional[shared.Visual]](../../models/shared/visual.md) | :heavy_minus_sign: | Visual query, used by audience |
| `workspace_id` | *str* | :heavy_check_mark: | The id of the workspace where the model belongs to |
| `workspace_id` | *float* | :heavy_check_mark: | The id of the workspace where the model belongs to |
2 changes: 1 addition & 1 deletion docs/models/shared/modelcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ The input for creating a Model
| `query_type` | *str* | :heavy_check_mark: | The type of the query. Available options: custom, raw_sql, tabel, dbt and visual. |
| `raw` | [Optional[shared.ModelCreateRaw]](../../models/shared/modelcreateraw.md) | :heavy_minus_sign: | Standard raw SQL query |
| `slug` | *str* | :heavy_check_mark: | The slug of the model |
| `source_id` | *str* | :heavy_check_mark: | The id of the source that model is connected to |
| `source_id` | *float* | :heavy_check_mark: | The id of the source that model is connected to |
| `table` | [Optional[shared.ModelCreateTable]](../../models/shared/modelcreatetable.md) | :heavy_minus_sign: | Table-based query that fetches on a table instead of SQL |
| `visual` | [Optional[shared.ModelCreateVisual]](../../models/shared/modelcreatevisual.md) | :heavy_minus_sign: | Visual query, used by audience |
Loading

0 comments on commit c7f6f2c

Please sign in to comment.