aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
399 stars 152 forks source link

Fix option_details column #617

Closed selmanmoon closed 12 months ago

selmanmoon commented 1 year ago

Issue #, if available: CONCAT function with null values are not working as it returns null if any of columns used in CONCAT function nulls, therefore added coalesce to keep null columns as 'na' and CONCAT function will still work as expected.

Description of changes:

COALESCE function added to all option_details columns.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

iakov-aws commented 1 year ago

Great work! Checking