DB seed and deseed scripts - #1837
Open
AaronPlave wants to merge 15 commits into
Open
Conversation
AaronPlave
force-pushed
the
feature/e2e-api-utility
branch
3 times, most recently
from
January 15, 2026 14:27
be30667 to
ac13909
Compare
AaronPlave
had a problem deploying
to
test-workflow
January 16, 2026 00:19 — with
GitHub Actions
Failure
AaronPlave
had a problem deploying
to
test-workflow
January 16, 2026 00:22 — with
GitHub Actions
Failure
AaronPlave
had a problem deploying
to
test-workflow
January 20, 2026 16:26 — with
GitHub Actions
Failure
AaronPlave
had a problem deploying
to
test-workflow
January 22, 2026 19:08 — with
GitHub Actions
Failure
AaronPlave
temporarily deployed
to
test-workflow
January 29, 2026 15:27 — with
GitHub Actions
Inactive
AaronPlave
temporarily deployed
to
test-workflow
January 29, 2026 15:30 — with
GitHub Actions
Inactive
AaronPlave
temporarily deployed
to
test-workflow
January 29, 2026 15:30 — with
GitHub Actions
Inactive
AaronPlave
temporarily deployed
to
test-workflow
January 29, 2026 15:30 — with
GitHub Actions
Inactive
AaronPlave
marked this pull request as ready for review
January 29, 2026 15:32
AaronPlave
temporarily deployed
to
test-workflow
February 2, 2026 15:21 — with
GitHub Actions
Inactive
AaronPlave
force-pushed
the
feat/seed
branch
from
February 27, 2026 16:12
f288302 to
4dd050c
Compare
AaronPlave
temporarily deployed
to
test-workflow
February 27, 2026 16:12 — with
GitHub Actions
Inactive
AaronPlave
temporarily deployed
to
test-workflow
February 27, 2026 16:16 — with
GitHub Actions
Inactive
- createActionDefinition: action_file_id moved from action_definition to action_definition_version (nested versions insert pattern) - Add `•` marker to seeded item names; tighten deseed regex so a generic `(word)` suffix no longer false-matches organic names - Identify seeded derivation groups by ASCII source_type_name instead of name to avoid Hasura's `_in` no-op behavior on non-ASCII strings
# Conflicts: # e2e-tests/utilities/api.ts
Contributor
Author
|
@dandelany updated to reflect latest changes |
Moves the resources.ts gap/dynamics fix and its dynamics types (RealDynamics, ProfileDynamics, ProfileSegment typing) out to the fix/resource-sampling-gaps branch. The ExternalDatasetInput/ ExternalProfileInput types used by the seed scripts remain here.
Moves the resources.ts gap/dynamics fix (with its dynamics types and the external-dataset fixture) and the derivationGroupVisibilityMap reset out of this seed/deseed PR into dedicated branches/PRs. The ExternalDatasetInput/ ExternalProfileInput types used by the seed scripts remain here.
AaronPlave
had a problem deploying
to
test-workflow
June 16, 2026 22:14 — with
GitHub Actions
Failure
|
AaronPlave
added a commit
that referenced
this pull request
Jul 7, 2026
Adds AerieApi.createExternalSourceEventTypes and uploadExternalSource (ported from #1837).
duranb
pushed a commit
that referenced
this pull request
Jul 9, 2026
Adds AerieApi.createExternalSourceEventTypes and uploadExternalSource (ported from #1837).
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
Adds
seed/deseedscripts for development and testing purposes and substantially expandsapi.tsfor future e2e refactoring.Details
scripts/seed.ts+scripts/deseed.ts(run vianpm run seed/deseed).get*/delete*helpers + gateway/workspace support +External*input types.Visible UX Changes
None
Verification
npm run seednpm run deseed