Closed shangyian closed 2 months ago
Name | Link |
---|---|
Latest commit | b29cadef967413ab7df3d4de2edb0fba64d2c397 |
Latest deploy log | https://app.netlify.com/sites/thriving-cassata-78ae72/deploys/66d711ec50f9bb0008f86b7e |
@agorajek I fixed most of the tests.. ended up skipping a few that weren't relevant anymore, since it should be largely covered by the existing tests.
Summary
This PR migrates to the v2 query build for the metrics
/sql
and/data
endpoints. This change is part of a series of changes that are needed to move all of the endpoints we use to generate SQL based on DJ nodes to use the v2 query builder. The v2 builder is more robust and generally has fewer type inference errors, so instead of going back and fixing type inference issues with the old build, we can just move to the new one.Some other issues this PR fixes include:
Test Plan
make check
passesmake test
shows 100% unit test coverageDeployment Plan