dummy-work-account opened a new issue, #28131:
URL: https://github.com/apache/beam/issues/28131

   ### What happened?
   
   I'm trying to send custom metrics to datadog using a DoFn but the python sdk 
test harness is failing with an error that I don't know how to interpret:
   
   ```
    Traceback (most recent call last):
     File 
"/usr/local/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker_main.py",
 line 181, in main
       sdk_harness.run()
     File 
"/usr/local/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 256, in run
       getattr(self, SdkHarness.REQUEST_METHOD_PREFIX + request_type)(
   TypeError: can only concatenate str (not "NoneType") to str
   ```
   
   I'm running the streaming pipeline as a flex template in gcp dataflow, using 
the python requests module for POST calls
   
   ---
   - apache-beam[gcp]==2.49.0
   - gcr.io/dataflow-templates-base/python310-template-launcher-base
   
   ### Issue Priority
   
   Priority: 3 (minor)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [X] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to