You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then your export table will have MetricFlow-specific column names, something like this:
order_id
metric_time__day
customer__customer_name
orders
large_order
food_orders
order_total
Since the person who writes the saved query and needs the export might now have full control over the naming conventions used in the semantic model, they may end up with badly named columns (from their perspective). Currently, they would be able to correct the columns by... maintaining a view on top of the export?
How about allowing to configure an alias for every metric and group by in the saved query? Something like this:
Is this your first time submitting a feature request?
Describe the feature
If you have a saved query like this (from here):
then your export table will have MetricFlow-specific column names, something like this:
Since the person who writes the saved query and needs the export might now have full control over the naming conventions used in the semantic model, they may end up with badly named columns (from their perspective). Currently, they would be able to correct the columns by... maintaining a view on top of the export?
How about allowing to configure an alias for every metric and group by in the saved query? Something like this:
Describe alternatives you've considered
An independent view on top of the export?
Who will this benefit?
Anyone using saved queries
Are you interested in contributing this feature?
Happy to test it out in preview
Anything else?
No response
The text was updated successfully, but these errors were encountered: