diff --git a/.chloggen/spidercensus_fix-googlecloudspanner.yaml b/.chloggen/spidercensus_fix-googlecloudspanner.yaml index 9b31053a73eac..a15505c83a6c3 100755 --- a/.chloggen/spidercensus_fix-googlecloudspanner.yaml +++ b/.chloggen/spidercensus_fix-googlecloudspanner.yaml @@ -10,7 +10,7 @@ component: googlecloudspannerreceiver note: "Google Cloud Spanner Receiver currently generates an exception and exits if it attempts to read data from a database that doesn't exist. However it's normal for a single receiver to poll multiple databases, so this is not graceful failure. This PR makes a change to gracefully generate an error in case of an unreadable missing database and then continue reading other databases.." # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. -issues: "PR 26732" +issues: [26732] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document.