connection: "accounting_aggregates" label: "Integration Team" # include all the views include: "phonofile_validation_view.view" include: "phonofile_bulk_upload_looker_view.view" datagroup: integration_team_default_datagroup { # sql_trigger: SELECT MAX(id) FROM etl_log;; max_cache_age: "1 hour" } persist_with: integration_team_default_datagroup explore: phonofile_validation { description: "Displays content from PHONOFILE.DEV.VALIDATION_VIEW" label: "Phonofile Validation Summary" hidden: yes view_name: phonofile_validation_view fields: [ phonofile_validation_view* ] } explore: phonofile_bulk_upload { description: "Displays content from Phonofile.dev.Phonofile_Bulk_Upload_View" label: "Phonofile Bulk Upload Summary" hidden: yes view_name: phonofile_bulk_upload_looker_view fields: [ phonofile_bulk_upload_looker_view* ] }