feat(elt-pipelines): Add computing schema - #471
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe dbt project now defines a ChangesFacility operations computing marts
Suggested reviewers: Priority: ⬇️ Low Change: Feature Merge Risk: ⚪ Minimal · up to The change is limited to configuring computing marts to use the intended schema, with no unresolved merge risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
martyngigg
left a comment
There was a problem hiding this comment.
Confirmed that the computing models now end up in analytics_computing:
...
12:17:44 4 of 7 OK created sql table model analytics_computing.time_in_status_computing_infrastructure [CREATE TABLE (36 rows) in 3.39s]
12:17:44 5 of 7 OK created sql table model analytics_computing.time_in_status_data_driven_facility [CREATE TABLE (40 rows) in 3.40s]
12:17:44 6 of 7 OK created sql table model analytics_computing.time_in_status_scientific_software [CREATE TABLE (163 rows) in 3.41s]
12:17:44 7 of 7 OK created sql table model analytics_computing.time_in_status_user_software [CREATE TABLE (148 rows) in 3.41s]
Summary
Add custom schema to delineate
computingmodels apart fromanalyticsmodelsFixes #468 .