Skip to content

Commit

Permalink
Merge pull request #43 from cds-snc/feat/more-linked-cols
Browse files Browse the repository at this point in the history
Added more linked columns to blazer config
  • Loading branch information
jimleroyer committed Sep 26, 2023
2 parents e0b3596 + 16594fc commit 97e00ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blazer/config/blazer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ data_sources:
priority: ["priority", "normal", "bulk"]

linked_columns:
# user_id: "/admin/users/{value}"
branding_id: "<%= ENV['NOTIFY_URL'] || 'https://notification.canada.ca' %>/email-branding/{value}"
organisation_id: "<%= ENV['NOTIFY_URL'] || 'https://notification.canada.ca' %>/organisations/{value}"
provider_id: "<%= ENV['NOTIFY_URL'] || 'https://notification.canada.ca' %>/provider/{value}"
service_id: "<%= ENV['NOTIFY_URL'] || 'https://notification.canada.ca' %>/services/{value}"
user_id: "<%= ENV['NOTIFY_URL'] || 'https://notification.canada.ca' %>/users/{value}"

smart_columns:
# user_id: "SELECT id, name FROM users WHERE id IN {value}"
Expand Down

0 comments on commit 97e00ed

Please sign in to comment.