kaxil commented on code in PR #39510:
URL: https://github.com/apache/airflow/pull/39510#discussion_r1596183260


##########
airflow/cli/commands/scheduler_command.py:
##########
@@ -33,6 +33,7 @@
 from airflow.utils import cli as cli_utils
 from airflow.utils.cli import process_subdir
 from airflow.utils.providers_configuration_loader import 
providers_configuration_loaded
+from airflow.utils.scarf import telemetry_collection

Review Comment:
   ```suggestion
   from airflow.utils.scarf import scarf_analytics
   ```
   



##########
airflow/cli/commands/scheduler_command.py:
##########
@@ -55,6 +56,8 @@ def scheduler(args: Namespace):
     """Start Airflow Scheduler."""
     print(settings.HEADER)
 
+    telemetry_collection()

Review Comment:
   ```suggestion
       scarf_analytics()
   ```
   



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