Skip to content

Instantly share code, notes, and snippets.

@githoov
Created January 7, 2016 21:23
Show Gist options
  • Save githoov/ec43eaf69250e5c62143 to your computer and use it in GitHub Desktop.
Save githoov/ec43eaf69250e5c62143 to your computer and use it in GitHub Desktop.
Redshift View Definitions
- explore: view_definitions
from: pg_views
hidden: true
- view: pg_views
sql_table_name: pg_views
fields:
- dimension: definition
sql: ${TABLE}.definition
- dimension: schema
sql: ${TABLE}.schemaname
- dimension: view
sql: ${TABLE}.viewname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment