PrqlModule

class pydelfini.delfini_core.models.prql_module.PrqlModule(href, label, name, tags)[source]

Bases: object

PrqlModule model

Parameters:
href
Type:

str

label
Type:

str

name
Type:

str

tags
Type:

List[str]

Attributes

href

label

name

tags

classmethod from_dict(src_dict)[source]

Create an instance of PrqlModule from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]