-
Description: The login and signup pages require backend integration to handle user authentication securely. Along with improving the frontend UI to look more professional, we also need to implement a …
-
### Describe the Bug with repro steps
Prerequisites:
1\.Create an integration account or use existing integration account which is one time setup. Select the pricing tier as standard.
a. To link i…
-
**What is the bug?**
```
###
POST {{baseUrl}}/_plugins/_ppl
Content-Type: application/x-ndjson
{
"query": "source = people"
}
###
POST {{baseUrl}}/_plugins/_ppl/_explain
Content-Type: …
-
1. Provide comments to describe the logic of complex SQL queries, especially in places where you’re joining tables or calculating derived values (e.g., percentages in workout_distribution).
2. Remove…
-
Input Validation & Sanitization: Ensure all user inputs are validated and sanitized to prevent attacks like SQL injection and XSS.
Secure Environment Variables: Move sensitive information (API keys…
-
Given the modularization of the RPG systems, eventually more systems are going to be developed
The database schema is eventually going to become a massive pain to maintain with columns specific to …
-
Mapepire test cases
1. Test Case: Connect to Database
Test Case ID: TC01
Type: Connect
Description: Verify successful connection to the database. Ensure existing connections are implicitly disco…
-
### Backend
VL (Velox)
### Bug description
```
val aai = Literal.create(Seq(Seq(1, 2, 3), null, Seq(4, 5)),
ArrayType(ArrayType(IntegerType, containsNull = false), containsNull = true))
…
-
**Describe the bug**
For instance I use this type of expectations. (or many other types)
`class ExpectColumnValuesToMatchRegex(ColumnMapExpectation):`
`class ColumnMapExpectation(BatchExpectation, …
-
It would be an opt-in on `ModelBuiler`
Also consider using doing this during model building.