Lee-W commented on code in PR #48391: URL: https://github.com/apache/airflow/pull/48391#discussion_r2015409997
########## 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: oh didn't notice it. I guess that means we probably don't need this one? @vatsrahul1001 could you please test it out and see whether it works well in main already? Thanks! -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org