Skip to content

Commit

Permalink
Comment out to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-m-schmidt committed Dec 18, 2018
1 parent e1872fe commit b37f1f9
Show file tree
Hide file tree
Showing 7 changed files with 1,793 additions and 1,793 deletions.
10 changes: 5 additions & 5 deletions manifest.lookml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: "redshift_block"
# project_name: "redshift_block"

remote_dependency: redshift_block {
url: "git://github.com/llooker/blocks_redshift_admin.git"
ref: "caec6c02c89b8920b5017053a526b994b426e8e7"
}
# remote_dependency: redshift_block {
# url: "git://github.com/llooker/blocks_redshift_admin.git"
# ref: "caec6c02c89b8920b5017053a526b994b426e8e7"
# }
120 changes: 60 additions & 60 deletions redshift_admin.dashboard.lookml
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
- dashboard: redshift_admin
title: 'Redshift Admin'
layout: tile
tile_size: 100
# - dashboard: redshift_admin
# title: 'Redshift Admin'
# layout: tile
# tile_size: 100

elements:
# elements:

- name: table_load_summary
title: 'Table Load Summary'
type: table
model: redshift_model
explore: redshift_data_loads
dimensions: [redshift_data_loads.root_bucket, redshift_data_loads.s3_path_clean, redshift_data_loads.file_stem]
measures: [redshift_data_loads.hours_since_last_load]
sorts: [redshift_data_loads.root_bucket]
show_view_names: true
show_row_numbers: true
width: 12
height: 4
limit: 500
# - name: table_load_summary
# title: 'Table Load Summary'
# type: table
# model: redshift_model
# explore: redshift_data_loads
# dimensions: [redshift_data_loads.root_bucket, redshift_data_loads.s3_path_clean, redshift_data_loads.file_stem]
# measures: [redshift_data_loads.hours_since_last_load]
# sorts: [redshift_data_loads.root_bucket]
# show_view_names: true
# show_row_numbers: true
# width: 12
# height: 4
# limit: 500

- name: recent_files_loaded
title: 'Recent Files Loaded'
type: table
model: redshift_model
explore: redshift_data_loads
dimensions: [redshift_data_loads.file_name]
measures: [redshift_data_loads.hours_since_last_load]
filters:
redshift_data_loads.load_date: 3 hours
sorts: [redshift_data_loads.hours_since_last_load]
show_view_names: true
show_row_numbers: true
width: 12
height: 4
limit: 500
# - name: recent_files_loaded
# title: 'Recent Files Loaded'
# type: table
# model: redshift_model
# explore: redshift_data_loads
# dimensions: [redshift_data_loads.file_name]
# measures: [redshift_data_loads.hours_since_last_load]
# filters:
# redshift_data_loads.load_date: 3 hours
# sorts: [redshift_data_loads.hours_since_last_load]
# show_view_names: true
# show_row_numbers: true
# width: 12
# height: 4
# limit: 500

- name: recent_load_errors
title: 'Recent Load Errors'
type: table
model: redshift_model
explore: redshift_etl_errors
dimensions: [redshift_etl_errors.error_date, redshift_etl_errors.file_name, redshift_etl_errors.column_name,
redshift_etl_errors.column_data_type, redshift_etl_errors.error_reason]
filters:
redshift_etl_errors.error_date: 7 days
sorts: [redshift_etl_errors.error_date desc]
show_view_names: true
width: 12
height: 4
limit: 500
# - name: recent_load_errors
# title: 'Recent Load Errors'
# type: table
# model: redshift_model
# explore: redshift_etl_errors
# dimensions: [redshift_etl_errors.error_date, redshift_etl_errors.file_name, redshift_etl_errors.column_name,
# redshift_etl_errors.column_data_type, redshift_etl_errors.error_reason]
# filters:
# redshift_etl_errors.error_date: 7 days
# sorts: [redshift_etl_errors.error_date desc]
# show_view_names: true
# width: 12
# height: 4
# limit: 500

- name: database_consumption
title: 'Database Consumption'
type: table
model: redshift_model
explore: redshift_db_space
dimensions: [redshift_db_space.schema, redshift_db_space.table_stem]
measures: [redshift_db_space.total_rows, redshift_db_space.total_megabytes, redshift_db_space.total_tables]
sorts: [redshift_db_space.total_megabytes desc]
show_view_names: true
show_row_numbers: true
width: 12
height: 4
limit: 500
# - name: database_consumption
# title: 'Database Consumption'
# type: table
# model: redshift_model
# explore: redshift_db_space
# dimensions: [redshift_db_space.schema, redshift_db_space.table_stem]
# measures: [redshift_db_space.total_rows, redshift_db_space.total_megabytes, redshift_db_space.total_tables]
# sorts: [redshift_db_space.total_megabytes desc]
# show_view_names: true
# show_row_numbers: true
# width: 12
# height: 4
# limit: 500
117 changes: 0 additions & 117 deletions redshift_model.model.lkml

This file was deleted.

Loading

0 comments on commit b37f1f9

Please sign in to comment.