xBis7 commented on code in PR #43941:
URL: https://github.com/apache/airflow/pull/43941#discussion_r1881976020


##########
airflow/cli/cli_config.py:
##########
@@ -551,6 +551,9 @@ def string_lower_type(val):
     action="store_true",
 )
 ARG_RAW = Arg(("-r", "--raw"), argparse.SUPPRESS, "store_true")
+ARG_CARRIER = Arg(
+    ("-c", "--carrier"), help="Context Carrier, containing the injected 
context for the task span", nargs="?"

Review Comment:
   If otel isn't configured, then `Trace` points to `EmptyTrace` and 
`Trace.inject()` returns `{}`. 
   
   Now, that I took another look at it, this is still interpreted as a string 
value and not None.
   
   I'll make the changes.



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