Clarify Switchback subentity setup is on Assignment SQL, not FactSQL#728
Open
bertilhatt wants to merge 1 commit into
Open
Clarify Switchback subentity setup is on Assignment SQL, not FactSQL#728bertilhatt wants to merge 1 commit into
bertilhatt wants to merge 1 commit into
Conversation
The "Updates to FactSQL" section instructed users to "add a new subentity" on the FactSQL page, but subentities are configured on the Assignment SQL (via "Add Subentities", part of clustered analysis). FactSQL only needs to expose the analysis entity column so events join to switchback assignments. Co-authored-by: Cursor <cursoragent@cursor.com>
✅ Deploy Preview for eppo-data-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
The Switchback docs' Updates to FactSQL section told users to "click edit and add a new subentity that corresponds to the Switchback entity" on the FactSQL page. That control does not exist on Fact SQL — it caused confusion for a customer setting up a switchback who could not find any way to "add a subentity to the fact."
Validated against the backend code (
epporepo):assignment_source_subentities, surfaced in the UI via Add Subentities, gated behind theclustered-analysisflag). There is no subentity control on Fact SQL.fact.subject = assignment.subentity(getSubjectSelectTerms→assignmentJoinColumn = 'subentity'inunified-blocks.ts). The fact'ssubjectis just a normal entity column (metricEventEntity.entityColumnName).Changes
Test plan