Andres Torres
Andres Torres
Closes #PROD-2031 ### Description Of Changes By default Next.JS throws "API Routes Response Size Limited to 4MB" when the response is larger than 4MB, disabling this will not throw data...
Closes #2245 ### Description Of Changes Use pip-compile to freeze requirements. ### Code Changes * [ ] Renamed each of requirements files to `*.in` files: `requirements.txt`, `dev-requirements.txt` and `optional-requirments.txt`. *...
Closes #HJ-103 ### Description Of Changes Fixes Snowflake DSR integration fails with syntax error ### Code Changes * [ ] Removed `SnowflakeQueryConfig.generate_raw_query` method. ### Steps to Confirm * [ ]...
Closes #HJ-82 ### Description Of Changes Add front end Integration and Monitor UI for Snowflake ### Code Changes * [ ] Added `clients/admin-ui/src/features/integrations/integration-type-info/snowflakeInfo.tsx` * [ ] Updated `clients/admin-ui/src/features/integrations/add-integration/allIntegrationTypes.tsx` with Snowflake....
Closes #HJ-7 ### Description Of Changes HJ-7 - Add MicrosoftSQLServerMonitor support code ### Code Changes * [ ] Make MicrosoftSQLServerSchema.dbname optional * [ ] Add Integrations UI for MicrosoftSQLServerMonitor ###...
Closes #PROD-2823 ### Description Of Changes Added MySQL on RDS as a DSR source, with its integration UI. ### Code Changes * [ ] Added `RDSConnectorMixin` * [ ] Added...
### Description Of Changes Fix pylint nox command. It needs to be ran at module level, not by file level. So I'm reverting it to as it used to be....