We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72475d3 commit e89727fCopy full SHA for e89727f
databento/historical/api/metadata.py
@@ -86,7 +86,7 @@ def list_dataset_conditions(
86
dataset: Union[Dataset, str],
87
start_date: Union[date, str],
88
end_date: Union[date, str],
89
- ) -> List[str]:
+ ) -> Dict[str, Any]:
90
"""
91
Request the dataset conditions per date from Databento.
92
@@ -105,7 +105,7 @@ def list_dataset_conditions(
105
106
Returns
107
-------
108
- List[str]
+ Dict[str, Any]
109
110
111
params: List[Tuple[str, Optional[str]]] = [
0 commit comments