thursday 1 Change-Id: Id1fac64f495d0f2586d45f0ad661e1919bff9a9a
diff --git a/explores/revenue_explore.view.lkml b/explores/revenue_explore.view.lkml deleted file mode 100644 index 70666e2..0000000 --- a/explores/revenue_explore.view.lkml +++ /dev/null
@@ -1,8 +0,0 @@ -include: "../views/*.view.lkml" -explore: revenue_view2 { - view_name: revenue_view2 - label: "revenue explore label" -access_filter: { - field: revenue_view2.billing_account_id - user_attribute: dept -}}
diff --git a/explores/revenue_explore2.view.lkml b/explores/revenue_explore2.view.lkml new file mode 100644 index 0000000..c572abb --- /dev/null +++ b/explores/revenue_explore2.view.lkml
@@ -0,0 +1,5 @@ +include: "../views/*.view.lkml" +explore: revenue_explore2 { + view_name: revenue_view2 + label: "revenue_explore2 label bis" +}
diff --git a/views/revenue_view.view.lkml b/views/revenue_view2.view.lkml similarity index 100% rename from views/revenue_view.view.lkml rename to views/revenue_view2.view.lkml