You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the changes in #1462, the --help output for the CLI command should reflect that the platform parameter is mandatory.
Current Behavior
Running the command spark_rapids qualification -- --help incorrectly shows the platform argument as optional:
-p, --platform=PLATFORM
Type: Optional[str]
Default: None
defines one of the following "onprem", "emr", "dataproc", "dataproc-gke", "databricks-aws", and "databricks-azure".
The text was updated successfully, but these errors were encountered:
After the changes in #1462, the
--help
output for the CLI command should reflect that the platform parameter is mandatory.Current Behavior
Running the command spark_rapids qualification
-- --help
incorrectly shows the platform argument as optional:The text was updated successfully, but these errors were encountered: