Niraj

Results 3 issues of Niraj

**Describe the bug** `checkpoint.run()` is unable to parse a GCS path with a period in it. **To Reproduce** Upon following this [doc](https://github.com/great-expectations/great_expectations/blob/develop/docs/docusaurus/docs/deployment_patterns/how_to_use_great_expectations_with_google_cloud_platform_and_bigquery.md#5-build-and-run-a-checkpoint), I get a ``` >>> checkpoint_result = checkpoint.run()...

## Description I'd like to add support for [Datadog Events](https://docs.datadoghq.com/service_management/events/guides/dogstatsd/). Pasting context from [OPS-5392](https://getsentry.atlassian.net/browse/OPS-5392): > Currently back pressure sends metrics to Datadog ([https://app.datadoghq.com/dashboard/qnx-z63-3di/backpressure-monitoring](https://app.datadoghq.com/dashboard/qnx-z63-3di/backpressure-monitoring?fromUser=false&refresh_mode=paused&view=spans&from_ts=1709132829007&to_ts=1709137896990&live=false)). We should send datadog events instead (or...

Scope: Backend

### Description Now that sentry [supports](https://github.com/getsentry/sentry/pull/70399) Datadog events, \ updating backpressure code to generate events as well (in addition to metrics). ### Next steps - Send events using dogshell -...

Scope: Backend