Page MenuHomePhabricator

Update glob setting in fruec.yaml for only json files
Closed, ResolvedPublic

Description

Hi! Just realized there's a mistake in fruec.yaml that causes it to try to ingress tsv files as well as json ones. We should update the following settings like so:

central_notice_file_glob: 'centralnotice-impressions*json*'
landing_page_file_glob: 'landingpage-impressions*json*'

Thanks much!!!

Event Timeline

Dwisehaupt triaged this task as Medium priority.
Dwisehaupt moved this task from Triage to Done on the fundraising-tech-ops board.
Dwisehaupt subscribed.

This has been updated.

[frack::puppet] e994e674 Adjust fruec glob pattern to only pull in json files

Thanks so much!! Works great!