@databricks/sdk-features 0.38.0 → 0.40.0
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/dist/package.js +1 -1
- package/dist/v1/index.d.ts +2 -2
- package/dist/v1/model.d.ts +32 -7
- package/dist/v1/model.d.ts.map +1 -1
- package/dist/v1/model.js +108 -20
- package/dist/v1/model.js.map +1 -1
- package/package.json +4 -4
package/dist/package.js
CHANGED
package/dist/v1/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
|
|
1
|
+
import { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
|
|
2
2
|
import { FeaturesClient } from "./client.js";
|
|
3
|
-
export { type AggregationFunction, type ApproxCountDistinctFunction, type ApproxPercentileFunction, type AuthConfig, type AvgFunction, type BackfillSource, type BatchCreateMaterializedFeaturesRequest, type BatchCreateMaterializedFeaturesResponse, type ColumnIdentifier, type ColumnSelection, type ContinuousWindow, type CountFunction, type CreateFeatureRequest, type CreateKafkaConfigRequest, type CreateMaterializedFeatureRequest, type CreateStreamRequest, type CronSchedule, type DataSource, type DeleteFeatureRequest, type DeleteKafkaConfigRequest, type DeleteMaterializedFeatureRequest, type DeleteStreamRequest, type DeltaTableSource, type DirectMtlsConfig, type DirectSchemas, type EntityColumn, type Feature, FeaturesClient, type FieldDefinition, type FirstDistinctFunction, type FirstFunction, type FirstNFunction, type FlatSchema, type Function, type Function_ExtraParameter, Function_FunctionType, type GetFeatureRequest, type GetKafkaConfigRequest, type GetMaterializedFeatureRequest, type GetStreamRequest, type IngestionConfig, type IngestionDestination, type JobContext, type KafkaConfig, type KafkaSource, type KafkaStreamConfig, type KafkaSubscriptionMode, type KinesisStreamConfig, type LastDistinctFunction, type LastFunction, type LastNFunction, type LineageContext, type ListFeaturesRequest, type ListFeaturesResponse, type ListKafkaConfigsRequest, type ListKafkaConfigsResponse, type ListMaterializedFeaturesRequest, type ListMaterializedFeaturesResponse, type ListStreamsRequest, type ListStreamsResponse, type MaterializedFeature, MaterializedFeature_PipelineScheduleState, type MaxFunction, type MinFunction, type MtlsConfig, type OfflineStoreConfig, type OnlineStoreConfig, type ProtoSchemaSpec, type RequestSource, type RollingWindow, type SawtoothWindow, ScalarDataType, type SchemaConfig, type SchemaLocator, type SchemaLocator_ConfluentSchema, SchemaLocator_Format, type SchemaRegistryConfig, type SecretScopeReference, type SlidingWindow, type StddevPopFunction, type StddevSampFunction, type Stream, type StreamArnList, type StreamConnectionConfig, type StreamNameList, type StreamSchemaConfig, type StreamSource, type StreamSourceConfig, type StreamingMode, StreamingMode_StreamingModeType, type SubscriptionMode, type SumFunction, type TableTrigger, type TimeWindow, type TimeseriesColumn, type TumblingWindow, type UpdateFeatureRequest, type UpdateKafkaConfigRequest, type UpdateMaterializedFeatureRequest, type UpdateStreamRequest, type VarPopFunction, type VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
|
|
3
|
+
export { type AggregationFunction, type ApproxCountDistinctFunction, type ApproxPercentileFunction, type AuthConfig, type AvgFunction, type BackfillSource, type BatchCreateMaterializedFeaturesRequest, type BatchCreateMaterializedFeaturesResponse, type ColumnIdentifier, type ColumnSelection, type ContinuousWindow, type CountFunction, type CreateFeatureRequest, type CreateKafkaConfigRequest, type CreateMaterializedFeatureRequest, type CreateStreamRequest, type CronSchedule, type CustomUdf, type DataSource, type DeleteFeatureRequest, type DeleteKafkaConfigRequest, type DeleteMaterializedFeatureRequest, type DeleteStreamRequest, type DeltaTableSource, type DirectMtlsConfig, type DirectSchemas, type EntityColumn, type Feature, FeaturesClient, type FieldDefinition, type FirstDistinctFunction, type FirstFunction, type FirstNFunction, type FlatSchema, type Function, type Function_ExtraParameter, Function_FunctionType, type GetFeatureRequest, type GetKafkaConfigRequest, type GetMaterializedFeatureRequest, type GetStreamRequest, type IngestionConfig, type IngestionDestination, type InputBinding, type JobContext, type KafkaConfig, type KafkaSource, type KafkaStreamConfig, type KafkaSubscriptionMode, type KinesisStreamConfig, type LastDistinctFunction, type LastFunction, type LastNFunction, type LineageContext, type ListFeaturesRequest, type ListFeaturesResponse, type ListKafkaConfigsRequest, type ListKafkaConfigsResponse, type ListMaterializedFeaturesRequest, type ListMaterializedFeaturesResponse, type ListStreamsRequest, type ListStreamsResponse, type MaterializedFeature, MaterializedFeature_PipelineScheduleState, type MaxFunction, type MinFunction, type MtlsConfig, type OfflineStoreConfig, type OnlineStoreConfig, type ProtoSchemaSpec, type RequestSource, type RollingWindow, type SawtoothWindow, ScalarDataType, type SchemaConfig, type SchemaLocator, type SchemaLocator_ConfluentSchema, SchemaLocator_Format, type SchemaRegistryConfig, type SecretScopeReference, type SlidingWindow, type StddevPopFunction, type StddevSampFunction, type Stream, type StreamArnList, type StreamConnectionConfig, type StreamNameList, type StreamSchemaConfig, type StreamSource, type StreamSourceConfig, type StreamingMode, StreamingMode_StreamingModeType, type SubscriptionMode, type SumFunction, type TableTrigger, type TimeWindow, type TimeseriesColumn, type TumblingWindow, type UpdateFeatureRequest, type UpdateKafkaConfigRequest, type UpdateMaterializedFeatureRequest, type UpdateStreamRequest, type VarPopFunction, type VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
|
package/dist/v1/model.d.ts
CHANGED
|
@@ -235,6 +235,19 @@ interface CronSchedule {
|
|
|
235
235
|
/** The cron expression defining the schedule (e.g., "0 0 * * *" for daily at midnight). */
|
|
236
236
|
cronExpression?: string | undefined;
|
|
237
237
|
}
|
|
238
|
+
/**
|
|
239
|
+
* A CustomUdf function applies a registered Unity Catalog function row-wise to
|
|
240
|
+
* source columns, producing a single output column per row.
|
|
241
|
+
*/
|
|
242
|
+
interface CustomUdf {
|
|
243
|
+
/** Fully qualified 3-part Unity Catalog path of the function to apply. */
|
|
244
|
+
functionPath?: string | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* Binds each UC function parameter to a source column.
|
|
247
|
+
* May be empty for zero-argument functions (e.g. a timestamp generator).
|
|
248
|
+
*/
|
|
249
|
+
inputBindings?: InputBinding[] | undefined;
|
|
250
|
+
}
|
|
238
251
|
/** Specifies the data source backing a feature. Exactly one source type must be set. */
|
|
239
252
|
interface DataSource {
|
|
240
253
|
dataSource?: {
|
|
@@ -438,6 +451,9 @@ interface Function {
|
|
|
438
451
|
} | {
|
|
439
452
|
$case: 'columnSelection'; /** Selects the latest value of a single column in a data source */
|
|
440
453
|
columnSelection: ColumnSelection;
|
|
454
|
+
} | {
|
|
455
|
+
$case: 'customUdf'; /** Applies a registered Unity Catalog function row-wise to source columns. */
|
|
456
|
+
customUdf: CustomUdf;
|
|
441
457
|
} | undefined;
|
|
442
458
|
}
|
|
443
459
|
/**
|
|
@@ -507,6 +523,13 @@ interface IngestionDestination {
|
|
|
507
523
|
deltaTableName: string;
|
|
508
524
|
} | undefined;
|
|
509
525
|
}
|
|
526
|
+
/** Binds a single UC function parameter to a source column. */
|
|
527
|
+
interface InputBinding {
|
|
528
|
+
/** Name of the UC function parameter. */
|
|
529
|
+
parameter?: string | undefined;
|
|
530
|
+
/** Source column whose value is passed for this parameter at execution time. */
|
|
531
|
+
column?: string | undefined;
|
|
532
|
+
}
|
|
510
533
|
interface JobContext {
|
|
511
534
|
/** The job ID where this API invoked. */
|
|
512
535
|
jobId?: bigint | undefined;
|
|
@@ -906,8 +929,9 @@ interface RollingWindow {
|
|
|
906
929
|
*/
|
|
907
930
|
windowDuration?: Temporal.Duration | undefined;
|
|
908
931
|
/**
|
|
909
|
-
*
|
|
910
|
-
*
|
|
932
|
+
* Non-negative analytic lag that evaluates the window this far in the past. Use this for timing
|
|
933
|
+
* variations unrelated to source lateness, such as a 30-day count as of one week ago. If unset,
|
|
934
|
+
* the analytic lag is zero. It composes with source.lateness when both are set.
|
|
911
935
|
*/
|
|
912
936
|
delay?: Temporal.Duration | undefined;
|
|
913
937
|
}
|
|
@@ -926,10 +950,7 @@ interface SawtoothWindow {
|
|
|
926
950
|
* (aggregate over the entity's entire history).
|
|
927
951
|
*/
|
|
928
952
|
windowDuration?: Temporal.Duration | undefined;
|
|
929
|
-
/**
|
|
930
|
-
* The delay applied to the end of the window (must be non-negative).
|
|
931
|
-
* For example, delay=1d shifts the window end 1 day before the evaluation time.
|
|
932
|
-
*/
|
|
953
|
+
/** Delay is not currently supported for Sawtooth windows. */
|
|
933
954
|
delay?: Temporal.Duration | undefined;
|
|
934
955
|
}
|
|
935
956
|
interface SchemaConfig {
|
|
@@ -1253,6 +1274,7 @@ declare const unmarshalColumnSelectionSchema: z.ZodType<ColumnSelection>;
|
|
|
1253
1274
|
declare const unmarshalContinuousWindowSchema: z.ZodType<ContinuousWindow>;
|
|
1254
1275
|
declare const unmarshalCountFunctionSchema: z.ZodType<CountFunction>;
|
|
1255
1276
|
declare const unmarshalCronScheduleSchema: z.ZodType<CronSchedule>;
|
|
1277
|
+
declare const unmarshalCustomUdfSchema: z.ZodType<CustomUdf>;
|
|
1256
1278
|
declare const unmarshalDataSourceSchema: z.ZodType<DataSource>;
|
|
1257
1279
|
declare const unmarshalDeltaTableSourceSchema: z.ZodType<DeltaTableSource>;
|
|
1258
1280
|
declare const unmarshalDirectMtlsConfigSchema: z.ZodType<DirectMtlsConfig>;
|
|
@@ -1268,6 +1290,7 @@ declare const unmarshalFunctionSchema: z.ZodType<Function>;
|
|
|
1268
1290
|
declare const unmarshalFunction_ExtraParameterSchema: z.ZodType<Function_ExtraParameter>;
|
|
1269
1291
|
declare const unmarshalIngestionConfigSchema: z.ZodType<IngestionConfig>;
|
|
1270
1292
|
declare const unmarshalIngestionDestinationSchema: z.ZodType<IngestionDestination>;
|
|
1293
|
+
declare const unmarshalInputBindingSchema: z.ZodType<InputBinding>;
|
|
1271
1294
|
declare const unmarshalJobContextSchema: z.ZodType<JobContext>;
|
|
1272
1295
|
declare const unmarshalKafkaConfigSchema: z.ZodType<KafkaConfig>;
|
|
1273
1296
|
declare const unmarshalKafkaSourceSchema: z.ZodType<KafkaSource>;
|
|
@@ -1329,6 +1352,7 @@ declare const marshalContinuousWindowSchema: z.ZodType;
|
|
|
1329
1352
|
declare const marshalCountFunctionSchema: z.ZodType;
|
|
1330
1353
|
declare const marshalCreateMaterializedFeatureRequestSchema: z.ZodType;
|
|
1331
1354
|
declare const marshalCronScheduleSchema: z.ZodType;
|
|
1355
|
+
declare const marshalCustomUdfSchema: z.ZodType;
|
|
1332
1356
|
declare const marshalDataSourceSchema: z.ZodType;
|
|
1333
1357
|
declare const marshalDeltaTableSourceSchema: z.ZodType;
|
|
1334
1358
|
declare const marshalDirectMtlsConfigSchema: z.ZodType;
|
|
@@ -1344,6 +1368,7 @@ declare const marshalFunctionSchema: z.ZodType;
|
|
|
1344
1368
|
declare const marshalFunction_ExtraParameterSchema: z.ZodType;
|
|
1345
1369
|
declare const marshalIngestionConfigSchema: z.ZodType;
|
|
1346
1370
|
declare const marshalIngestionDestinationSchema: z.ZodType;
|
|
1371
|
+
declare const marshalInputBindingSchema: z.ZodType;
|
|
1347
1372
|
declare const marshalJobContextSchema: z.ZodType;
|
|
1348
1373
|
declare const marshalKafkaConfigSchema: z.ZodType;
|
|
1349
1374
|
declare const marshalKafkaSourceSchema: z.ZodType;
|
|
@@ -1393,5 +1418,5 @@ declare function kafkaConfigFieldMask(...paths: string[]): FieldMask<KafkaConfig
|
|
|
1393
1418
|
declare function materializedFeatureFieldMask(...paths: string[]): FieldMask<MaterializedFeature>;
|
|
1394
1419
|
declare function streamFieldMask(...paths: string[]): FieldMask<Stream>;
|
|
1395
1420
|
//#endregion
|
|
1396
|
-
export { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnIdentifierSchema, marshalColumnSelectionSchema, marshalContinuousWindowSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalFunction_ExtraParameterSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnIdentifierSchema, unmarshalColumnSelectionSchema, unmarshalContinuousWindowSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalFunction_ExtraParameterSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
|
|
1421
|
+
export { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnIdentifierSchema, marshalColumnSelectionSchema, marshalContinuousWindowSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalCustomUdfSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalFunction_ExtraParameterSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalInputBindingSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnIdentifierSchema, unmarshalColumnSelectionSchema, unmarshalContinuousWindowSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalCustomUdfSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalFunction_ExtraParameterSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalInputBindingSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
|
|
1397
1422
|
//# sourceMappingURL=model.d.ts.map
|
package/dist/v1/model.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.d.ts","names":[],"sources":["../../src/v1/model.ts"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"model.d.ts","names":[],"sources":["../../src/v1/model.ts"],"mappings":"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"}
|
package/dist/v1/model.js
CHANGED
|
@@ -140,7 +140,11 @@ const unmarshalApproxCountDistinctFunctionSchema = z.object({
|
|
|
140
140
|
const unmarshalApproxPercentileFunctionSchema = z.object({
|
|
141
141
|
input: z.string().optional(),
|
|
142
142
|
percentile: z.number().optional(),
|
|
143
|
-
accuracy: z.union([
|
|
143
|
+
accuracy: z.union([
|
|
144
|
+
z.number(),
|
|
145
|
+
z.bigint(),
|
|
146
|
+
z.string()
|
|
147
|
+
]).transform((v) => BigInt(v)).optional()
|
|
144
148
|
}).transform((d) => ({
|
|
145
149
|
input: d.input,
|
|
146
150
|
percentile: d.percentile,
|
|
@@ -179,6 +183,13 @@ const unmarshalContinuousWindowSchema = z.object({
|
|
|
179
183
|
}));
|
|
180
184
|
const unmarshalCountFunctionSchema = z.object({ input: z.string().optional() }).transform((d) => ({ input: d.input }));
|
|
181
185
|
const unmarshalCronScheduleSchema = z.object({ cron_expression: z.string().optional() }).transform((d) => ({ cronExpression: d.cron_expression }));
|
|
186
|
+
const unmarshalCustomUdfSchema = z.object({
|
|
187
|
+
function_path: z.string().optional(),
|
|
188
|
+
input_bindings: z.array(z.lazy(() => unmarshalInputBindingSchema)).optional()
|
|
189
|
+
}).transform((d) => ({
|
|
190
|
+
functionPath: d.function_path,
|
|
191
|
+
inputBindings: d.input_bindings
|
|
192
|
+
}));
|
|
182
193
|
const unmarshalDataSourceSchema = z.object({
|
|
183
194
|
delta_table_source: z.lazy(() => unmarshalDeltaTableSourceSchema).optional(),
|
|
184
195
|
kafka_source: z.lazy(() => unmarshalKafkaSourceSchema).optional(),
|
|
@@ -269,7 +280,11 @@ const unmarshalFieldDefinitionSchema = z.object({
|
|
|
269
280
|
}));
|
|
270
281
|
const unmarshalFirstDistinctFunctionSchema = z.object({
|
|
271
282
|
input: z.string().optional(),
|
|
272
|
-
n: z.union([
|
|
283
|
+
n: z.union([
|
|
284
|
+
z.number(),
|
|
285
|
+
z.bigint(),
|
|
286
|
+
z.string()
|
|
287
|
+
]).transform((v) => BigInt(v)).optional()
|
|
273
288
|
}).transform((d) => ({
|
|
274
289
|
input: d.input,
|
|
275
290
|
n: d.n
|
|
@@ -277,7 +292,11 @@ const unmarshalFirstDistinctFunctionSchema = z.object({
|
|
|
277
292
|
const unmarshalFirstFunctionSchema = z.object({ input: z.string().optional() }).transform((d) => ({ input: d.input }));
|
|
278
293
|
const unmarshalFirstNFunctionSchema = z.object({
|
|
279
294
|
input: z.string().optional(),
|
|
280
|
-
n: z.union([
|
|
295
|
+
n: z.union([
|
|
296
|
+
z.number(),
|
|
297
|
+
z.bigint(),
|
|
298
|
+
z.string()
|
|
299
|
+
]).transform((v) => BigInt(v)).optional()
|
|
281
300
|
}).transform((d) => ({
|
|
282
301
|
input: d.input,
|
|
283
302
|
n: d.n
|
|
@@ -287,7 +306,8 @@ const unmarshalFunctionSchema = z.object({
|
|
|
287
306
|
function_type: z.string().optional(),
|
|
288
307
|
extra_parameters: z.array(z.lazy(() => unmarshalFunction_ExtraParameterSchema)).optional(),
|
|
289
308
|
aggregation_function: z.lazy(() => unmarshalAggregationFunctionSchema).optional(),
|
|
290
|
-
column_selection: z.lazy(() => unmarshalColumnSelectionSchema).optional()
|
|
309
|
+
column_selection: z.lazy(() => unmarshalColumnSelectionSchema).optional(),
|
|
310
|
+
custom_udf: z.lazy(() => unmarshalCustomUdfSchema).optional()
|
|
291
311
|
}).transform((d) => ({
|
|
292
312
|
functionType: d.function_type,
|
|
293
313
|
extraParameters: d.extra_parameters,
|
|
@@ -297,6 +317,9 @@ const unmarshalFunctionSchema = z.object({
|
|
|
297
317
|
} : d.column_selection !== void 0 ? {
|
|
298
318
|
$case: "columnSelection",
|
|
299
319
|
columnSelection: d.column_selection
|
|
320
|
+
} : d.custom_udf !== void 0 ? {
|
|
321
|
+
$case: "customUdf",
|
|
322
|
+
customUdf: d.custom_udf
|
|
300
323
|
} : void 0
|
|
301
324
|
}));
|
|
302
325
|
const unmarshalFunction_ExtraParameterSchema = z.object({
|
|
@@ -311,8 +334,16 @@ const unmarshalIngestionConfigSchema = z.object({
|
|
|
311
334
|
backfill_source: z.lazy(() => unmarshalBackfillSourceSchema).optional(),
|
|
312
335
|
deduplication_columns: z.array(z.string()).optional(),
|
|
313
336
|
ingestion_pipeline_id: z.string().optional(),
|
|
314
|
-
ingestion_job_id: z.union([
|
|
315
|
-
|
|
337
|
+
ingestion_job_id: z.union([
|
|
338
|
+
z.number(),
|
|
339
|
+
z.bigint(),
|
|
340
|
+
z.string()
|
|
341
|
+
]).transform((v) => BigInt(v)).optional(),
|
|
342
|
+
backfill_job_id: z.union([
|
|
343
|
+
z.number(),
|
|
344
|
+
z.bigint(),
|
|
345
|
+
z.string()
|
|
346
|
+
]).transform((v) => BigInt(v)).optional()
|
|
316
347
|
}).transform((d) => ({
|
|
317
348
|
ingestionDestination: d.ingestion_destination,
|
|
318
349
|
backfillSource: d.backfill_source,
|
|
@@ -325,9 +356,24 @@ const unmarshalIngestionDestinationSchema = z.object({ delta_table_name: z.strin
|
|
|
325
356
|
$case: "deltaTableName",
|
|
326
357
|
deltaTableName: d.delta_table_name
|
|
327
358
|
} : void 0 }));
|
|
359
|
+
const unmarshalInputBindingSchema = z.object({
|
|
360
|
+
parameter: z.string().optional(),
|
|
361
|
+
column: z.string().optional()
|
|
362
|
+
}).transform((d) => ({
|
|
363
|
+
parameter: d.parameter,
|
|
364
|
+
column: d.column
|
|
365
|
+
}));
|
|
328
366
|
const unmarshalJobContextSchema = z.object({
|
|
329
|
-
job_id: z.union([
|
|
330
|
-
|
|
367
|
+
job_id: z.union([
|
|
368
|
+
z.number(),
|
|
369
|
+
z.bigint(),
|
|
370
|
+
z.string()
|
|
371
|
+
]).transform((v) => BigInt(v)).optional(),
|
|
372
|
+
job_run_id: z.union([
|
|
373
|
+
z.number(),
|
|
374
|
+
z.bigint(),
|
|
375
|
+
z.string()
|
|
376
|
+
]).transform((v) => BigInt(v)).optional()
|
|
331
377
|
}).transform((d) => ({
|
|
332
378
|
jobId: d.job_id,
|
|
333
379
|
jobRunId: d.job_run_id
|
|
@@ -401,7 +447,11 @@ const unmarshalKinesisStreamConfigSchema = z.object({
|
|
|
401
447
|
}));
|
|
402
448
|
const unmarshalLastDistinctFunctionSchema = z.object({
|
|
403
449
|
input: z.string().optional(),
|
|
404
|
-
n: z.union([
|
|
450
|
+
n: z.union([
|
|
451
|
+
z.number(),
|
|
452
|
+
z.bigint(),
|
|
453
|
+
z.string()
|
|
454
|
+
]).transform((v) => BigInt(v)).optional()
|
|
405
455
|
}).transform((d) => ({
|
|
406
456
|
input: d.input,
|
|
407
457
|
n: d.n
|
|
@@ -409,13 +459,21 @@ const unmarshalLastDistinctFunctionSchema = z.object({
|
|
|
409
459
|
const unmarshalLastFunctionSchema = z.object({ input: z.string().optional() }).transform((d) => ({ input: d.input }));
|
|
410
460
|
const unmarshalLastNFunctionSchema = z.object({
|
|
411
461
|
input: z.string().optional(),
|
|
412
|
-
n: z.union([
|
|
462
|
+
n: z.union([
|
|
463
|
+
z.number(),
|
|
464
|
+
z.bigint(),
|
|
465
|
+
z.string()
|
|
466
|
+
]).transform((v) => BigInt(v)).optional()
|
|
413
467
|
}).transform((d) => ({
|
|
414
468
|
input: d.input,
|
|
415
469
|
n: d.n
|
|
416
470
|
}));
|
|
417
471
|
const unmarshalLineageContextSchema = z.object({
|
|
418
|
-
notebook_id: z.union([
|
|
472
|
+
notebook_id: z.union([
|
|
473
|
+
z.number(),
|
|
474
|
+
z.bigint(),
|
|
475
|
+
z.string()
|
|
476
|
+
]).transform((v) => BigInt(v)).optional(),
|
|
419
477
|
job_context: z.lazy(() => unmarshalJobContextSchema).optional()
|
|
420
478
|
}).transform((d) => ({
|
|
421
479
|
notebookId: d.notebook_id,
|
|
@@ -861,6 +919,13 @@ const marshalContinuousWindowSchema = z.object({
|
|
|
861
919
|
const marshalCountFunctionSchema = z.object({ input: z.string().optional() }).transform((d) => ({ input: d.input }));
|
|
862
920
|
const marshalCreateMaterializedFeatureRequestSchema = z.object({ materializedFeature: z.lazy(() => marshalMaterializedFeatureSchema).optional() }).transform((d) => ({ materialized_feature: d.materializedFeature }));
|
|
863
921
|
const marshalCronScheduleSchema = z.object({ cronExpression: z.string().optional() }).transform((d) => ({ cron_expression: d.cronExpression }));
|
|
922
|
+
const marshalCustomUdfSchema = z.object({
|
|
923
|
+
functionPath: z.string().optional(),
|
|
924
|
+
inputBindings: z.array(z.lazy(() => marshalInputBindingSchema)).optional()
|
|
925
|
+
}).transform((d) => ({
|
|
926
|
+
function_path: d.functionPath,
|
|
927
|
+
input_bindings: d.inputBindings
|
|
928
|
+
}));
|
|
864
929
|
const marshalDataSourceSchema = z.object({ dataSource: z.discriminatedUnion("$case", [
|
|
865
930
|
z.object({
|
|
866
931
|
$case: z.literal("deltaTableSource"),
|
|
@@ -973,18 +1038,26 @@ const marshalFlatSchemaSchema = z.object({ fields: z.array(z.lazy(() => marshalF
|
|
|
973
1038
|
const marshalFunctionSchema = z.object({
|
|
974
1039
|
functionType: z.string().optional(),
|
|
975
1040
|
extraParameters: z.array(z.lazy(() => marshalFunction_ExtraParameterSchema)).optional(),
|
|
976
|
-
function: z.discriminatedUnion("$case", [
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1041
|
+
function: z.discriminatedUnion("$case", [
|
|
1042
|
+
z.object({
|
|
1043
|
+
$case: z.literal("aggregationFunction"),
|
|
1044
|
+
aggregationFunction: z.lazy(() => marshalAggregationFunctionSchema)
|
|
1045
|
+
}),
|
|
1046
|
+
z.object({
|
|
1047
|
+
$case: z.literal("columnSelection"),
|
|
1048
|
+
columnSelection: z.lazy(() => marshalColumnSelectionSchema)
|
|
1049
|
+
}),
|
|
1050
|
+
z.object({
|
|
1051
|
+
$case: z.literal("customUdf"),
|
|
1052
|
+
customUdf: z.lazy(() => marshalCustomUdfSchema)
|
|
1053
|
+
})
|
|
1054
|
+
]).optional()
|
|
983
1055
|
}).transform((d) => ({
|
|
984
1056
|
function_type: d.functionType,
|
|
985
1057
|
extra_parameters: d.extraParameters,
|
|
986
1058
|
...d.function?.$case === "aggregationFunction" && { aggregation_function: d.function.aggregationFunction },
|
|
987
|
-
...d.function?.$case === "columnSelection" && { column_selection: d.function.columnSelection }
|
|
1059
|
+
...d.function?.$case === "columnSelection" && { column_selection: d.function.columnSelection },
|
|
1060
|
+
...d.function?.$case === "customUdf" && { custom_udf: d.function.customUdf }
|
|
988
1061
|
}));
|
|
989
1062
|
const marshalFunction_ExtraParameterSchema = z.object({
|
|
990
1063
|
key: z.string().optional(),
|
|
@@ -1012,6 +1085,13 @@ const marshalIngestionDestinationSchema = z.object({ ingestionDestination: z.dis
|
|
|
1012
1085
|
$case: z.literal("deltaTableName"),
|
|
1013
1086
|
deltaTableName: z.string()
|
|
1014
1087
|
})]).optional() }).transform((d) => ({ ...d.ingestionDestination?.$case === "deltaTableName" && { delta_table_name: d.ingestionDestination.deltaTableName } }));
|
|
1088
|
+
const marshalInputBindingSchema = z.object({
|
|
1089
|
+
parameter: z.string().optional(),
|
|
1090
|
+
column: z.string().optional()
|
|
1091
|
+
}).transform((d) => ({
|
|
1092
|
+
parameter: d.parameter,
|
|
1093
|
+
column: d.column
|
|
1094
|
+
}));
|
|
1015
1095
|
const marshalJobContextSchema = z.object({
|
|
1016
1096
|
jobId: z.bigint().optional(),
|
|
1017
1097
|
jobRunId: z.bigint().optional()
|
|
@@ -1506,6 +1586,10 @@ const continuousWindowFieldMaskSchema = {
|
|
|
1506
1586
|
};
|
|
1507
1587
|
const countFunctionFieldMaskSchema = { input: { wire: "input" } };
|
|
1508
1588
|
const cronScheduleFieldMaskSchema = { cronExpression: { wire: "cron_expression" } };
|
|
1589
|
+
const customUdfFieldMaskSchema = {
|
|
1590
|
+
functionPath: { wire: "function_path" },
|
|
1591
|
+
inputBindings: { wire: "input_bindings" }
|
|
1592
|
+
};
|
|
1509
1593
|
const dataSourceFieldMaskSchema = {
|
|
1510
1594
|
deltaTableSource: {
|
|
1511
1595
|
wire: "delta_table_source",
|
|
@@ -1603,6 +1687,10 @@ const functionFieldMaskSchema = {
|
|
|
1603
1687
|
wire: "column_selection",
|
|
1604
1688
|
children: () => columnSelectionFieldMaskSchema
|
|
1605
1689
|
},
|
|
1690
|
+
customUdf: {
|
|
1691
|
+
wire: "custom_udf",
|
|
1692
|
+
children: () => customUdfFieldMaskSchema
|
|
1693
|
+
},
|
|
1606
1694
|
extraParameters: { wire: "extra_parameters" },
|
|
1607
1695
|
functionType: { wire: "function_type" }
|
|
1608
1696
|
};
|
|
@@ -1926,5 +2014,5 @@ const varPopFunctionFieldMaskSchema = { input: { wire: "input" } };
|
|
|
1926
2014
|
const varSampFunctionFieldMaskSchema = { input: { wire: "input" } };
|
|
1927
2015
|
|
|
1928
2016
|
//#endregion
|
|
1929
|
-
export { Function_FunctionType, MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnIdentifierSchema, marshalColumnSelectionSchema, marshalContinuousWindowSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalFunction_ExtraParameterSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnIdentifierSchema, unmarshalColumnSelectionSchema, unmarshalContinuousWindowSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalFunction_ExtraParameterSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
|
|
2017
|
+
export { Function_FunctionType, MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnIdentifierSchema, marshalColumnSelectionSchema, marshalContinuousWindowSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalCustomUdfSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalFunction_ExtraParameterSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalInputBindingSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnIdentifierSchema, unmarshalColumnSelectionSchema, unmarshalContinuousWindowSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalCustomUdfSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalFunction_ExtraParameterSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalInputBindingSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
|
|
1930
2018
|
//# sourceMappingURL=model.js.map
|