tvalentyn commented on code in PR #38362:
URL: https://github.com/apache/beam/pull/38362#discussion_r3211855196


##########
sdks/python/apache_beam/yaml/standard_io.yaml:
##########
@@ -428,3 +428,22 @@
       config:
         gradle_target: 'sdks:java:io:expansion-service:shadowJar'
 
+- type: renaming
+  transforms:
+    'WriteToDatadog': 'WriteToDatadog'
+  config:
+    mappings:
+      'WriteToDatadog':
+        'url': 'url'
+        'api_key': 'api_key'
+        'min_batch_count': 'min_batch_count'
+        'batch_count': 'batch_count'
+        'max_buffer_size': 'max_buffer_size'
+        'parallelism': 'parallelism'
+        'error_handling': 'error_handling'
+    underlying_provider:
+      type: beamJar
+      transforms:
+        'WriteToDatadog': 
'beam:schematransform:org.apache.beam:datadog_write:v1'

Review Comment:
   in that case, i'd prefer us not to refer to DatadogAgent, since we don't use 
the agent but the test might make an impression that we use it. Also mentioned 
this in another comment.



-- 
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