Skip to content

Commit

Permalink
Merge branch 'master' into chart_export_xml
Browse files Browse the repository at this point in the history
  • Loading branch information
exemplary-citizen committed May 14, 2021
2 parents d160ef4 + c55418d commit e67bb01
Show file tree
Hide file tree
Showing 91 changed files with 2,479 additions and 2,484 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v1.5.8
rev: v2.4.1
hooks:
- id: pip-compile-multi-verify
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
24 changes: 24 additions & 0 deletions docs/src/pages/docs/Miscellaneous/issue_codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,27 @@ The user doesn't have the proper permissions to connect to the database
```

We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.

## Issue 1018

```
One or more parameters needed to configure a database are missing.
```

Not all parameters required to test, create, or edit a database were present. Please double check which parameters are needed, and that they are present.

## Issue 1019

```
The submitted payload has the incorrect format.
```

Please check that the request payload has the correct format (eg, JSON).

## Issue 1020

```
The submitted payload has the incorrect schema.
```

Please check that the request payload has the expected schema.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# under the License.
-e file:.
pyrsistent>=0.16.1,<0.17
importlib-metadata==2.1.1
zipp==3.4.1
Loading

0 comments on commit e67bb01

Please sign in to comment.