Hi Folks, I want to extend the stack object from t...
# python
v
Hi Folks, I want to extend the stack object from the pulumi automation. There are helper fuctions (create_stack, etc.). My question is, is the right way to do this, use LocalWorkspace as the parent class?
Copy code
----> 1 automation.Workspace()

TypeError: Can't instantiate abstract class Workspace with abstract methods create_stack, export_stack, get_all_config, get_config, import_stack, install_plugin, list_plugins, list_stacks, post_command_callback, project_settings, refresh_config, remove_all_config, remove_config, remove_plugin, remove_stack, save_project_settings, save_stack_settings, select_stack, serialize_args_for_op, set_all_config, set_config, stack, stack_outputs, stack_settings, who_am_i