-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1872fe
commit b37f1f9
Showing
7 changed files
with
1,793 additions
and
1,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
# } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.