File tree Expand file tree Collapse file tree
cfa/dataops/stub_templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,22 +7,18 @@ import polars as pl
77
88from .reporting.catalog import NotebookEndpoint
99
10-
1110def get_all_catalogs() -> list[tuple[str, str, str]]: ...
1211
13-
1412class CatalogNamespace(SimpleNamespace):
1513 pass
1614
17-
1815class DatasetEndpoint:
1916 config_path: str
2017 defaults: dict[str, Any]
2118 config: dict[str, Any]
2219 __ns_str__: str
2320 _ledger_location: dict[str, Any]
2421
25-
2622class BlobEndpoint:
2723 account: str
2824 container: str
@@ -99,14 +95,12 @@ class BlobEndpoint:
9995 auto_version: bool = False,
10096 ) -> None: ...
10197
102-
10398def dict_to_sn(
10499 d: Any,
105100 defaults: dict[str, Any] | None = None,
106101 ns: str = "",
107102) -> CatalogNamespace: ...
108103
109-
110104% for cls in model.classes:
111105class ${ cls .name} (${ cls .base} ):
112106% if cls .attributes:
@@ -117,7 +111,6 @@ class ${cls.name}(${cls.base}):
117111 pass
118112% endif
119113
120-
121114% endfor
122115datacat: DataCatalog
123116reportcat: ReportCatalog
You can’t perform that action at this time.
0 commit comments