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
Copy file name to clipboardExpand all lines: docs/docs/contributing/guidelines.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Finally, never submit a PR that will put master branch in broken state. If the P
57
57
in `requirements.txt` pinned to a specific version which ensures that the application
58
58
build is deterministic.
59
59
- For TypeScript/JavaScript, include new libraries in `package.json`
60
-
-**Tests:** The pull request should include tests, either as doctests, unit tests, or both. Make sure to resolve all errors and test failures. See [Testing](#testing) for how to run tests.
60
+
-**Tests:** The pull request should include tests, either as doctests, unit tests, or both. Make sure to resolve all errors and test failures. See [Testing](/docs/contributing/howtos#testing) for how to run tests.
61
61
-**Documentation:** If the pull request adds functionality, the docs should be updated as part of the same PR.
62
62
-**CI:** Reviewers will not review the code until all CI tests are passed. Sometimes there can be flaky tests. You can close and open PR to re-run CI test. Please report if the issue persists. After the CI fix has been deployed to `master`, please rebase your PR.
63
63
-**Code coverage:** Please ensure that code coverage does not decrease.
Copy file name to clipboardExpand all lines: docs/docs/using-superset/issue-codes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ The database might be under heavy load, running too many queries. Please try aga
267
267
One or more parameters specified in the query are malformed.
268
268
```
269
269
270
-
The query contains one or more malformed template parameters. Please check your query and confirm that all template parameters are surround by double braces, for example, "{{ ds}}". Then, try running your query again.
270
+
The query contains one or more malformed template parameters. Please check your query and confirm that all template parameters are surround by double braces, for example, "\{\{ ds \}\}". Then, try running your query again.
0 commit comments