Class ImportAllDataAssets

  • All Implemented Interfaces:
    com.amazonaws.services.lambda.runtime.RequestHandler<java.util.Map<java.lang.String,​java.lang.String>,​java.lang.String>

    public class ImportAllDataAssets
    extends AssetLoader
    • Constructor Detail

      • ImportAllDataAssets

        public ImportAllDataAssets()
    • Method Detail

      • getAttributesToOverwrite

        public java.util.List<com.atlan.model.fields.AtlanField> getAttributesToOverwrite()
        Produce a list of all the attributes that should be overwritten for each asset, even when their value is empty in the input CSV file.
        Specified by:
        getAttributesToOverwrite in class AssetLoader
        Returns:
        list of attributes to overwrite for each asset
      • main

        public static void main​(java.lang.String[] args)