MCPcopy Create free account
hub / github.com/apache/ossie / GdDataSourceTableId

Class GdDataSourceTableId

converters/gooddata/src/ossie_gooddata/models.py:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119@dataclass
120class GdDataSourceTableId:
121 id: str
122 data_source_id: str
123 type: str = "dataSource"
124 path: list[str] = field(default_factory=list)
125
126
127@dataclass

Callers 2

gd_model_from_dictFunction · 0.85

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected