bugraoz93 commented on code in PR #48391:
URL: https://github.com/apache/airflow/pull/48391#discussion_r2014601444


##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -903,7 +903,7 @@ class GroupCommand(NamedTuple):
     ActionCommand(
         name="materialize",
         help="Materialize an asset",
-        
func=lazy_load_command("airflow.cli.commands.asset_command.asset_materialize"),
+        
func=lazy_load_command("airflow.cli.commands.remote_commands.asset_command.asset_materialize"),

Review Comment:
   This is now flat in `airflow-core`, where all commands are under 
`airflow-core/cli/commands`. It was before like this `remote_commands` and 
`local_commands`. Now the split is more on airflowctl containing remote and 
airflow containing local commands. Everything is moved in here: #48224. Let me 
check too



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