UiConfigPropertyData

class q2_sdk.core.install_steps.ui_config_property_data.UIConfigPropertyData(property_name, property_data_type, property_value, **kwargs)[source]

Bases: InstallStep

Interacts with the Q2_UiConfigPropertyData and Q2_UiConfigPropertyDataElements tables

Parameters:
  • allow_editable – If False, will force all InstallStepAttributes’ to is_editable==False

  • required_install_step_attrs – An optional list of strings for names of install steps that will be forced to is_required==True

async install(is_central=False)[source]

Must be overridden in inherited class to work with install

async uninstall()[source]

Must be overridden in inherited class to work with remove_form