adding lookml dashboard

Change-Id: I82c0916b879cfe1fff87fcb29ec8f61485a321ae
diff --git a/bare_repo_v2.model.lkml b/bare_repo_v2.model.lkml
index 7449c4c..c1badb3 100644
--- a/bare_repo_v2.model.lkml
+++ b/bare_repo_v2.model.lkml
@@ -4,6 +4,7 @@
 
 include: "fast_changes.view.lkml"
 include: "big_feature.view.lkml"
+include: "big_features_fast_changes.dashboard"
 
 explore: big_feature {
   label: "Big Feature"
diff --git a/big_features_fast_changes.dashboard.lookml b/big_features_fast_changes.dashboard.lookml
new file mode 100644
index 0000000..913191e
--- /dev/null
+++ b/big_features_fast_changes.dashboard.lookml
@@ -0,0 +1,61 @@
+- dashboard: big_features_fast_changes
+  title: 'Fast Changes Big Feature '
+  layout: newspaper
+  preferred_viewer: dashboards-next
+  elements:
+  - title: Big Features
+    name: Big Features
+    model: bare_repo_v2
+    explore: big_feature
+    type: looker_grid
+    fields: [big_feature.value]
+    sorts: [big_feature.value]
+    limit: 500
+    show_view_names: false
+    show_row_numbers: true
+    transpose: false
+    truncate_text: true
+    hide_totals: false
+    hide_row_totals: false
+    size_to_fit: true
+    table_theme: white
+    limit_displayed_rows: false
+    enable_conditional_formatting: false
+    header_text_alignment: left
+    header_font_size: 12
+    rows_font_size: 12
+    conditional_formatting_include_totals: false
+    conditional_formatting_include_nulls: false
+    defaults_version: 1
+    row: 0
+    col: 0
+    width: 12
+    height: 6
+  - title: Fast Changes
+    name: Fast Changes
+    model: bare_repo_v2
+    explore: fast_changes
+    type: looker_grid
+    fields: [fast_changes.value]
+    sorts: [fast_changes.value]
+    limit: 500
+    show_view_names: false
+    show_row_numbers: true
+    transpose: false
+    truncate_text: true
+    hide_totals: false
+    hide_row_totals: false
+    size_to_fit: true
+    table_theme: white
+    limit_displayed_rows: false
+    enable_conditional_formatting: false
+    header_text_alignment: left
+    header_font_size: 12
+    rows_font_size: 12
+    conditional_formatting_include_totals: false
+    conditional_formatting_include_nulls: false
+    defaults_version: 1
+    row: 0
+    col: 12
+    width: 12
+    height: 6