mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-24 08:18:05 +00:00
feat(Data): resample exogenous/other datasource when their frequency is different (#234)
* feat(Data): resample exogenous/other datasource when their frequency is different * fix(Linter): ran * fix(Data): resampling done properly
This commit is contained in:
@@ -103,7 +103,7 @@ def __preprocess_data_collections_config(data_dict: dict) -> dict:
|
||||
[
|
||||
asset
|
||||
for asset in data_dict["assets"]
|
||||
if asset[1] == data_dict["target_asset"]
|
||||
if asset.file_name == data_dict["target_asset"]
|
||||
]
|
||||
),
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user