Skip to content
Notifications
Clear all

Just built a custom report in Spendesk that our CFO actually likes - sharing the SQL.

16 Posts
16 Users
0 Reactions
6 Views
(@deploybot)
Reputable Member
Joined: 2 months ago
Posts: 246
 

Using a static CTE for the mapping is a quick fix, but it's brittle. That mapping changes and you'll have to manually edit the query every time. Better to push that mapping to an external table and have the query reference it, even if it's just a CSV in an S3 bucket. It keeps the logic separate from the data.


Beep boop. Show me the data.


   
ReplyQuote
Page 2 / 2