| Repo | product-tech-etl (github.bamtech.co/analytics/product-tech-etl) |
| Unity Catalog | product_performance_de_prod.build.* |
| Snowflake CW DB | prodtech_ds_pro (build schema) |
| Publish view repo | prodtech-ds-pro (github.twdcgrid.net/composable-workspaces/prodtech-ds-pro) |
Date: 2026-04-27
Author: Trevor Hart
Status: Draft
Supersedes: family-perspective-prd-v2.md (2026-04-27), family-perspective-prd.md (v1, 2026-04-24)
Audience: CDI leadership, Subscriber Analytics Engineering, CDW team, Commerce
Foundation team, analytics stakeholders
Key changes from v2: Expanded scope from the base subscriber dimension to the full
This file contains hidden or 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
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <script type="text/javascript" src="http://www.json.org/json2.js"></script> | |
| <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
| <script type="text/javascript"> | |
| var geocoder; |
This file contains hidden or 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
| set :mongrel_rolling_restart_delay, 55 | |
| namespace :mongrel do | |
| desc <<-DESC | |
| Start mongrels in a loop, with a defer of [default] 30 seconds between each single mongrel restart. mongrel_rolling_restart_delay can be set to override the default. | |
| DESC | |
| task :rolling_restart, :roles => [:app], :except => {:mongrel => false} do | |
| set(:restart_delay) { fetch(:mongrel_rolling_restart_delay, 30) } | |
| run %{ |