Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remap sources again #4771

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Remap sources again #4771

merged 2 commits into from
Nov 4, 2024

Conversation

ukutaht
Copy link
Contributor

@ukutaht ukutaht commented Nov 4, 2024

The previous version of the migration had a big difference from the ingestion code - I forgot to account for case (in)sensitivity. So while the Elixir ingestion code is handling things correctly (e.g. Google-Ads -> Google), the migration only applied to sources that are completely lowercase.

This new version of the migration uses lower(referrer_source) so it also works for entries like Google-Ads as opposed to just google-ads

@macobo macobo added this pull request to the merge queue Nov 4, 2024
Merged via the queue into master with commit 9d06d45 Nov 4, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants