Merge branch 'main' into aws-kafka

This commit is contained in:
Gilad Alboher 2023-12-14 11:09:10 +02:00 committed by GitHub
commit 28f59f67c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@ -16,7 +16,7 @@
/pages/linux/ @sbrl
/*.md @sbrl @kbdharun
/.github/* @sbrl @kbdharun @sebastiaanspeck
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
/scripts/* @sebastiaanspeck
/contributing-guides/maintainers-guide.md @sbrl @kbdharun

View File

@ -16,9 +16,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
- uses: actions/setup-node@v4

View File

@ -0,0 +1,9 @@
# gcloud sql backups describe
> Retrieve information about a backup.
> See also: `gcloud`.
> More information: <https://cloud.google.com/sdk/gcloud/reference/sql/backups/describe>.
- Retrieve information about a backup:
`gcloud sql backups describe {{backup_id}} --instance={{instance_id}}`