Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>
[arvados.git] / services / api / app / models / pipeline_template.rb
index b016ce1175b3e0096c83e84a15326def6bfba06a..b19a2b0f7c6c70f9b84a55d2eabeb5a73cd8ff34 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class PipelineTemplate < ArvadosModel
   include HasUuid
   include KindAndEtag
@@ -9,4 +13,8 @@ class PipelineTemplate < ArvadosModel
     t.add :components
     t.add :description
   end
+
+  def self.limit_index_columns_read
+    ["components"]
+  end
 end