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
{{message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Add SQL3 test for oppqlgroupby.go (#2326) FB-2027 The DataTypeIDSet and default branches in groupByColumns weren't getting tested. Added tests to make sure they are now covered.
implement select from time quantum columns (fb-1654) (#2282) * first time quantum queries working * implement select from timequantum columns * skip a dax test * make linter happy * addressed review feedback * reverted over eager test elimination
move DD profiling/tracing setup into command where it belongs (#2233) * move DD profiling/tracing setup into command where it belongs * add url to http trace, use golang for container image
Add version checkin (#2413) * Initial commit of code to do a version check-in on startup * Add json tag to the response struct for version check * Adjusted version check response types * Changed error message in version check-in goroutine to use the logger. Changed URL to prod from dev. * Updated version checkin URL to be analytics Co-authored-by: Fletcher Haynes <[email protected]>