shivaam commented on code in PR #64812:
URL: https://github.com/apache/airflow/pull/64812#discussion_r3223816861


##########
airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py:
##########
@@ -54,75 +54,75 @@ def date_param():
     "auth list-envs",
     # Assets commands
     "assets list",
-    "assets get --asset-id=1",
-    "assets create-event --asset-id=1",
+    "assets get 1",
+    "assets create-event 1",
     # Backfill commands
-    "backfill list",
+    "backfill list example_bash_operator",

Review Comment:
   Before this PR, airflowctl backfill list (no args) returned [] and exited 0, 
but that was a silent bug — the CLI passed dag_id=None, which the server 
coerced to an empty filter that matched no records. The command was never 
actually returning backfills.



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