You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using this project to synthesize test data for the portal (portal_test_data pipeline). I envision that will continue. Transforming real data (portal_benchmark pipeline) may not.
Take the NamedTuple models in this project and generate (1) Scala case classes for the middleware and (2) .ts interfaces for the integration tests to use over the synthesized test data.
Right now these are all essentially duplicates of each other, and maintained by hand.
The text was updated successfully, but these errors were encountered:
We've been using this project to synthesize test data for the portal (portal_test_data pipeline). I envision that will continue. Transforming real data (portal_benchmark pipeline) may not.
Take the NamedTuple models in this project and generate (1) Scala case classes for the middleware and (2) .ts interfaces for the integration tests to use over the synthesized test data.
Right now these are all essentially duplicates of each other, and maintained by hand.
The text was updated successfully, but these errors were encountered: