@databricks/sdk-pipelines 0.1.0-dev.3 → 0.1.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/dist/v2/client.d.ts +3 -3
- package/dist/v2/client.d.ts.map +1 -1
- package/dist/v2/client.js +71 -61
- package/dist/v2/client.js.map +1 -1
- package/dist/v2/index.d.ts +1 -1
- package/dist/v2/index.d.ts.map +1 -1
- package/dist/v2/model.d.ts +263 -333
- package/dist/v2/model.d.ts.map +1 -1
- package/dist/v2/model.js +277 -282
- package/dist/v2/model.js.map +1 -1
- package/dist/v2/transport.d.ts +30 -2
- package/dist/v2/transport.d.ts.map +1 -1
- package/dist/v2/transport.js +33 -16
- package/dist/v2/transport.js.map +1 -1
- package/dist/v2/utils.d.ts.map +1 -1
- package/dist/v2/utils.js +2 -1
- package/dist/v2/utils.js.map +1 -1
- package/package.json +9 -5
- package/src/v2/client.ts +0 -630
- package/src/v2/index.ts +0 -154
- package/src/v2/model.ts +0 -5487
- package/src/v2/transport.ts +0 -73
- package/src/v2/utils.ts +0 -180
package/src/v2/index.ts
DELETED
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
export {PipelinesClient, StopWaiter} from './client';
|
|
4
|
-
|
|
5
|
-
export {
|
|
6
|
-
CloneMode,
|
|
7
|
-
ConnectorType,
|
|
8
|
-
DayOfWeek,
|
|
9
|
-
DeploymentKind,
|
|
10
|
-
EventLevel,
|
|
11
|
-
IngestionSourceType,
|
|
12
|
-
MaturityLevel,
|
|
13
|
-
OutlookAttachmentMode,
|
|
14
|
-
OutlookBodyFormat,
|
|
15
|
-
PipelineHealthStatus,
|
|
16
|
-
PipelinesAwsAvailability,
|
|
17
|
-
PipelinesAzureAvailability,
|
|
18
|
-
PipelinesEbsVolumeType,
|
|
19
|
-
PipelinesGcpAvailability,
|
|
20
|
-
PublishingMode,
|
|
21
|
-
UpdateCause,
|
|
22
|
-
UpdateState,
|
|
23
|
-
FileIngestionOptions_FileFormat,
|
|
24
|
-
FileIngestionOptions_SchemaEvolutionMode,
|
|
25
|
-
GoogleDriveOptions_GoogleDriveEntityType,
|
|
26
|
-
PipelineState_PipelineState,
|
|
27
|
-
ScdType_ScdType,
|
|
28
|
-
SharepointOptions_SharepointEntityType,
|
|
29
|
-
TikTokAdsOptions_TikTokDataLevel,
|
|
30
|
-
TikTokAdsOptions_TikTokReportType,
|
|
31
|
-
Transformer_Format,
|
|
32
|
-
} from './model';
|
|
33
|
-
|
|
34
|
-
export type {
|
|
35
|
-
ApplyEnvironmentRequest,
|
|
36
|
-
ApplyEnvironmentResponse,
|
|
37
|
-
AutoFullRefreshPolicy,
|
|
38
|
-
ClonePipelineRequest,
|
|
39
|
-
ClonePipelineRequest_ConfigurationEntry,
|
|
40
|
-
ClonePipelineRequest_TagsEntry,
|
|
41
|
-
ClonePipelineResponse,
|
|
42
|
-
ConfluenceConnectorOptions,
|
|
43
|
-
ConnectionParameters,
|
|
44
|
-
ConnectorOptions,
|
|
45
|
-
CreatePipelineRequest,
|
|
46
|
-
CreatePipelineRequest_ConfigurationEntry,
|
|
47
|
-
CreatePipelineRequest_ParametersEntry,
|
|
48
|
-
CreatePipelineRequest_TagsEntry,
|
|
49
|
-
CreatePipelineResponse,
|
|
50
|
-
CronTrigger,
|
|
51
|
-
DataPlaneId,
|
|
52
|
-
DataStagingOptions,
|
|
53
|
-
DeletePipelineRequest,
|
|
54
|
-
DeletePipelineResponse,
|
|
55
|
-
EditPipelineRequest,
|
|
56
|
-
EditPipelineRequest_ConfigurationEntry,
|
|
57
|
-
EditPipelineRequest_ParametersEntry,
|
|
58
|
-
EditPipelineRequest_TagsEntry,
|
|
59
|
-
EditPipelineResponse,
|
|
60
|
-
ErrorDetail,
|
|
61
|
-
EventLogSpec,
|
|
62
|
-
FileFilter,
|
|
63
|
-
FileIngestionOptions,
|
|
64
|
-
FileIngestionOptions_FormatOptionsEntry,
|
|
65
|
-
Filters,
|
|
66
|
-
GetPipelineRequest,
|
|
67
|
-
GetPipelineResponse,
|
|
68
|
-
GetPipelineResponse_ParametersEntry,
|
|
69
|
-
GetUpdateRequest,
|
|
70
|
-
GetUpdateResponse,
|
|
71
|
-
GoogleAdsConfig,
|
|
72
|
-
GoogleAdsOptions,
|
|
73
|
-
GoogleDriveOptions,
|
|
74
|
-
IngestionGatewayPipelineDefinition,
|
|
75
|
-
IngestionPipelineDefinition,
|
|
76
|
-
IngestionPipelineDefinition_IngestionConfig,
|
|
77
|
-
IngestionPipelineDefinition_ReportSpec,
|
|
78
|
-
IngestionPipelineDefinition_SchemaSpec,
|
|
79
|
-
IngestionPipelineDefinition_TableSpec,
|
|
80
|
-
IngestionPipelineDefinition_TableSpecificConfig,
|
|
81
|
-
IngestionPipelineDefinition_TableSpecificConfig_QueryBasedConnectorConfig,
|
|
82
|
-
IngestionPipelineDefinition_WorkdayReportParameters,
|
|
83
|
-
IngestionPipelineDefinition_WorkdayReportParameters_ParametersEntry,
|
|
84
|
-
IngestionPipelineDefinition_WorkdayReportParameters_QueryKeyValue,
|
|
85
|
-
JiraConnectorOptions,
|
|
86
|
-
JsonTransformerOptions,
|
|
87
|
-
KafkaOptions,
|
|
88
|
-
KafkaOptions_ClientConfigEntry,
|
|
89
|
-
ListPipelineEventsRequest,
|
|
90
|
-
ListPipelineEventsResponse,
|
|
91
|
-
ListPipelinesRequest,
|
|
92
|
-
ListPipelinesResponse,
|
|
93
|
-
ListUpdatesRequest,
|
|
94
|
-
ListUpdatesResponse,
|
|
95
|
-
ManualTrigger,
|
|
96
|
-
MetaMarketingOptions,
|
|
97
|
-
NotebookLibrary,
|
|
98
|
-
Notifications,
|
|
99
|
-
OperationTimeWindow,
|
|
100
|
-
Origin,
|
|
101
|
-
OutlookOptions,
|
|
102
|
-
PathPattern,
|
|
103
|
-
PipelineCluster,
|
|
104
|
-
PipelineCluster_CustomTagsEntry,
|
|
105
|
-
PipelineCluster_SparkConfEntry,
|
|
106
|
-
PipelineCluster_SparkEnvVarsEntry,
|
|
107
|
-
PipelineDeployment,
|
|
108
|
-
PipelineEvent,
|
|
109
|
-
PipelineLibrary,
|
|
110
|
-
PipelineSpec,
|
|
111
|
-
PipelineSpec_ConfigurationEntry,
|
|
112
|
-
PipelineSpec_TagsEntry,
|
|
113
|
-
PipelineState,
|
|
114
|
-
PipelineStateInfo,
|
|
115
|
-
PipelineTrigger,
|
|
116
|
-
PipelinesAutoScale,
|
|
117
|
-
PipelinesAwsAttributes,
|
|
118
|
-
PipelinesAzureAttributes,
|
|
119
|
-
PipelinesClusterLogConf,
|
|
120
|
-
PipelinesDbfsStorageInfo,
|
|
121
|
-
PipelinesEnvironment,
|
|
122
|
-
PipelinesGcpAttributes,
|
|
123
|
-
PipelinesInitScriptInfo,
|
|
124
|
-
PipelinesJobRunAs,
|
|
125
|
-
PipelinesMavenLibrary,
|
|
126
|
-
PipelinesS3StorageInfo,
|
|
127
|
-
PostgresCatalogConfig,
|
|
128
|
-
PostgresSlotConfig,
|
|
129
|
-
ReplaceWhereOverride,
|
|
130
|
-
RestartWindow,
|
|
131
|
-
RewindDatasetSpec,
|
|
132
|
-
RewindSpec,
|
|
133
|
-
ScdType,
|
|
134
|
-
Sequencing,
|
|
135
|
-
SerializedException,
|
|
136
|
-
SharepointOptions,
|
|
137
|
-
SmartsheetOptions,
|
|
138
|
-
SourceCatalogConfig,
|
|
139
|
-
SourceConfig,
|
|
140
|
-
StackFrame,
|
|
141
|
-
StartUpdateRequest,
|
|
142
|
-
StartUpdateRequest_ParametersEntry,
|
|
143
|
-
StartUpdateResponse,
|
|
144
|
-
StopPipelineRequest,
|
|
145
|
-
StopPipelineResponse,
|
|
146
|
-
TikTokAdsOptions,
|
|
147
|
-
Transformer,
|
|
148
|
-
Truncation,
|
|
149
|
-
Truncation_TruncationDetail,
|
|
150
|
-
UpdateInfo,
|
|
151
|
-
UpdateInfo_ParametersEntry,
|
|
152
|
-
UpdateStateInfo,
|
|
153
|
-
ZendeskSupportOptions,
|
|
154
|
-
} from './model';
|