Skip to content

Rename aggregates for FB Meltano tables

Yannis Roussos requested to merge patch-fix-long-table-and-attribute-names into master

Rename aggregates for FB Meltano tables to address issues with too long identifiers.

There were issues with fb_ads_insights_platform_and_device.total_actions_mobile_app_installs being longer than the max allowed length for Postgres identifiers (70 vs 60 characters max)

This MR renames most aggregates to use way shorter names.

Merge request reports