|
7 | 7 |
|
8 | 8 | The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
9 | 9 |
|
10 |
| - The version of the OpenAPI document: 57.2.0 |
| 10 | + The version of the OpenAPI document: 57.3.0 |
11 | 11 |
|
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13 | 13 |
|
14 | 14 | Do not edit the class manually.
|
15 | 15 | """ # noqa: E501
|
16 | 16 |
|
17 | 17 |
|
18 |
| -__version__ = "57.2.0" |
| 18 | +__version__ = "57.3.0" |
19 | 19 |
|
20 | 20 | # import apis into sdk package
|
21 | 21 | from segment_public_api.api.api_calls_api import APICallsApi
|
22 | 22 | from segment_public_api.api.audiences_api import AudiencesApi
|
23 | 23 | from segment_public_api.api.audit_trail_api import AuditTrailApi
|
24 | 24 | from segment_public_api.api.catalog_api import CatalogApi
|
25 | 25 | from segment_public_api.api.computed_traits_api import ComputedTraitsApi
|
26 |
| -from segment_public_api.api.dbt_api import DBTApi |
27 | 26 | from segment_public_api.api.deletion_and_suppression_api import DeletionAndSuppressionApi
|
28 | 27 | from segment_public_api.api.delivery_overview_api import DeliveryOverviewApi
|
29 | 28 | from segment_public_api.api.destination_filters_api import DestinationFiltersApi
|
|
47 | 46 | from segment_public_api.api.transformations_api import TransformationsApi
|
48 | 47 | from segment_public_api.api.warehouses_api import WarehousesApi
|
49 | 48 | from segment_public_api.api.workspaces_api import WorkspacesApi
|
| 49 | +from segment_public_api.api.dbt_api import DbtApi |
50 | 50 |
|
51 | 51 | # import ApiClient
|
52 | 52 | from segment_public_api.api_response import ApiResponse
|
|
515 | 515 | from segment_public_api.models.reverse_etl_manual_sync_job_output import ReverseETLManualSyncJobOutput
|
516 | 516 | from segment_public_api.models.reverse_etl_sync_status import ReverseETLSyncStatus
|
517 | 517 | from segment_public_api.models.reverse_etl_cron_schedule_config import ReverseEtlCronScheduleConfig
|
| 518 | +from segment_public_api.models.reverse_etl_dbt_cloud_schedule_config import ReverseEtlDbtCloudScheduleConfig |
518 | 519 | from segment_public_api.models.reverse_etl_model import ReverseEtlModel
|
519 | 520 | from segment_public_api.models.reverse_etl_periodic_schedule_config import ReverseEtlPeriodicScheduleConfig
|
520 | 521 | from segment_public_api.models.reverse_etl_schedule_config import ReverseEtlScheduleConfig
|
|
0 commit comments