You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mongodbatlas/data_lakes_pipeline.go
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ type DataLakePipelineTransformation struct {
62
62
63
63
// DataLakePipelineSink represents ingestion destination of a Data Lake Pipeline.
64
64
typeDataLakePipelineSinkstruct {
65
-
Typestring`json:"type,omitempty"`// Type of ingestion destination of this Data Lake Pipeline.
66
-
MetadataProviderstring`json:"metadataProvider,omitempty"`// Target cloud provider for this Data Lake Pipeline.
67
-
MetadataRegionstring`json:"metadataRegion,omitempty"`// Target cloud provider region for this Data Lake Pipeline.
68
-
PartitionFields*DataLakePipelinePartitionField`json:"partitionFields,omitempty"`// Ordered fields used to physically organize data in the destination.
65
+
Typestring`json:"type,omitempty"`// Type of ingestion destination of this Data Lake Pipeline.
66
+
MetadataProviderstring`json:"metadataProvider,omitempty"`// Target cloud provider for this Data Lake Pipeline.
67
+
MetadataRegionstring`json:"metadataRegion,omitempty"`// Target cloud provider region for this Data Lake Pipeline.
68
+
PartitionFields[]*DataLakePipelinePartitionField`json:"partitionFields,omitempty"`// Ordered fields used to physically organize data in the destination.
69
69
}
70
70
71
71
// DataLakePipelinePartitionField represents ordered fields used to physically organize data in the destination.
@@ -80,6 +80,7 @@ type DataLakePipelineSource struct {
80
80
ClusterNamestring`json:"clusterName,omitempty"`// Human-readable name that identifies the cluster.
81
81
CollectionNamestring`json:"collectionName,omitempty"`// Human-readable name that identifies the collection.
82
82
DatabaseNamestring`json:"databaseName,omitempty"`// Human-readable name that identifies the database.
83
+
PolicyItemIDstring`json:"policyItemId,omitempty"`// Unique 24-hexadecimal character string that identifies a policy item.
83
84
GroupIDstring`json:"groupId,omitempty"`// Unique 24-hexadecimal character string that identifies the project.
0 commit comments