data-infra
data-infra copied to clipboard
Fixes dbt errors around transit - services - holiday_website_status
Description
This should fix the dbt bug.
I think what is happening is that in June we used the column named holiday_website_status for an array, [Current] [Missing] [Off-Season], etc. But starting a few weeks ago we made it a string (“Current Implicit Dates”., etc).
Last night I declared that holiday_website_status
should be a string.
But dbt and our pipeline is processing data from months ago and thinking it’s a string, when it used to be an array.
Thus in airtable we changed the column name to holiday_website_condition
.
Describe your changes and why you're making them. Please include the context, motivation, and relevant dependencies.
Resolves #3487
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
How has this been tested?
Not really
Post-merge follow-ups
Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.
- [ ] No action required
- [x] Actions required (specified below) Watch dbt errors for 2 days