[WIP] Add SQL query for analyzing ahoy_visitors distribution#25
Closed
Copilot wants to merge 1 commit into
Closed
Conversation
Copilot stopped work on behalf of
samdev-7 due to an error
March 17, 2026 19:44
samdev-7
added a commit
that referenced
this pull request
Apr 27, 2026
…line Two production findings from ships #4 and #25: 1. The "Ship" field in the YSWS Unified table is a linked-record. Sending the integer id was silently dropped by Airtable. Wrap as [id.to_s] so typecast: true matches the linked table's primary field value. 2. Addressable::URI is a transitive gem dep but wasn't autoloaded in the worker. normalize_uri raised NameError, the rescue swallowed it, and download returned [nil, nil] for every URL — including ones that didn't even need normalization. Require addressable/uri explicitly. Stale comment cleanup: AttachShipZineScreenshotJob → AttachShipUnifiedScreenshotJob.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cloud agent has begun work on I want to create a s... and will update this pull request as work progresses.
Original prompt
Created from VS Code.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.