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
## Summary
- Creates new adapter for Dataplex data scans
- Supports GET and SEARCH operations with location-based queries
- Defines blast propagation rules for Dataplex entities and storage
resources
- Includes terraform mapping support
GitOrigin-RevId: c5f6e05282f76d45e45aface0eebbb3eb1259f60
SearchDescription: "Search for Dataplex data scans in a location. Use the location name e.g., 'us-central1' or the format \"projects/project_id/locations/location/dataScans/data_scan_id\" which is supported for terraform mappings.",
// Data source references - can scan various data sources
35
+
"data.entity": {
36
+
ToSDPItemType: gcpshared.DataplexEntity,
37
+
Description: "If the Dataplex Entity is deleted: The data scan will fail to access the data source. If the data scan is updated: The dataplex entity remains unaffected.",
38
+
BlastPropagation: &sdp.BlastPropagation{
39
+
In: true,
40
+
},
41
+
},
42
+
"data.resource": {
43
+
ToSDPItemType: gcpshared.StorageBucket,
44
+
Description: "If the storage resource is deleted or inaccessible: The data scan will fail to access the data source. If the data scan is updated: The storage resource remains unaffected.",
0 commit comments