Add TODO
This commit is contained in:
parent
42dbea7401
commit
0d72d99b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ def dataset_backups_view(request: HttpRequest) -> HttpResponse:
|
||||||
"""
|
"""
|
||||||
# TODO(TheLovinator): Instead of only using sql we should also support other formats like parquet, csv, or json. # noqa: TD003
|
# TODO(TheLovinator): Instead of only using sql we should also support other formats like parquet, csv, or json. # noqa: TD003
|
||||||
# TODO(TheLovinator): Upload to s3 instead. # noqa: TD003
|
# TODO(TheLovinator): Upload to s3 instead. # noqa: TD003
|
||||||
|
# TODO(TheLovinator): https://developers.google.com/search/docs/appearance/structured-data/dataset#json-ld
|
||||||
datasets_root: Path = settings.DATA_DIR / "datasets"
|
datasets_root: Path = settings.DATA_DIR / "datasets"
|
||||||
search_dirs: list[Path] = [datasets_root]
|
search_dirs: list[Path] = [datasets_root]
|
||||||
seen_paths: set[str] = set()
|
seen_paths: set[str] = set()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue