ApiAtlasReplicationArguments Data Model

Properties
name data type constraints description
sourceService ApiServiceRef  
sourceStorageFilter SourceStorageFilter  
policyName string  
stagingDir string  
atlasEntityRegexPattern string  
safetyValvesTarget map of IcebergReplicationSafetyValve  
matchType string  
atlasEntityType array of string  
skipLineage boolean required boolean
fetchType string  
atlasClientAdvanceConfigs map of string  

Example

{
  "sourceService" : {
    "peerName" : "...",
    "clusterName" : "...",
    "clusterDisplayName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "sourceStorageFilter" : "HDFS",
  "policyName" : "...",
  "stagingDir" : "...",
  "atlasEntityRegexPattern" : "...",
  "safetyValvesTarget" : {
    "property1" : {
      "configs" : [ {
        "key" : "...",
        "value" : "..."
      }, {
        "key" : "...",
        "value" : "..."
      } ]
    },
    "property2" : {
      "configs" : [ {
        "key" : "...",
        "value" : "..."
      }, {
        "key" : "...",
        "value" : "..."
      } ]
    }
  },
  "matchType" : "...",
  "atlasEntityType" : [ "...", "..." ],
  "skipLineage" : true,
  "fetchType" : "...",
  "atlasClientAdvanceConfigs" : {
    "property1" : "...",
    "property2" : "..."
  }
}