Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
class
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
_parse_source_to_table_id
Function · 0.90
gd_model_from_dict
Function · 0.85
Calls
1
field
Function · 0.85
Tested by
no test coverage detected