Databricks VS Code extension: argparse parameters not passed via launch.json
Summary The Databricks VS Code extension is not passing argparse parameters via launch.json as expected. This issue arises when trying to pass command-line parameters to a Python script using a custom run configuration. The argparse library is used to parse the command-line arguments, but the arguments are not being passed correctly. Root Cause The root … Read more