big_feature

Change-Id: Iff653fb2f14b96cf78de3ea161e63d962ab2a2d4
diff --git a/testing_12.view.lkml b/big_feature.view.lkml
similarity index 80%
rename from testing_12.view.lkml
rename to big_feature.view.lkml
index 3b2f6bd..d69bb37 100644
--- a/testing_12.view.lkml
+++ b/big_feature.view.lkml
@@ -4,11 +4,11 @@
 # Date: 05/24/2021
 #######################
 
-view: testing_12 {
+view: big_feature {
 
   derived_table: {
     sql:
-      SELECT 'big_changes' AS value
+      SELECT 'big_feature' AS value
       ;;
   }
 
diff --git a/new_model_testing.model.lkml b/new_model_testing.model.lkml
index ce6be15..c045d5d 100644
--- a/new_model_testing.model.lkml
+++ b/new_model_testing.model.lkml
@@ -3,8 +3,8 @@
 persist_for: "0 seconds"
 
 include: "fast_changes.view.lkml"
-include: "testing_12.view.lkml"
+include: "big_feature.view.lkml"
 
-explore: testing_12 {}
+explore: big_feature {}
 
 explore: fast_changes {}