Skip to content

Commit

Permalink
Bug fix for date job
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Feb 3, 2024
1 parent 8fd90bd commit a645e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aligned/local/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ class FileDateJob(RetrivalJob):
def request_result(self) -> RequestResult:
return self.request.request_result

@property
def retrival_requests(self) -> list[RetrivalRequest]:
return [self.request]

def file_transformations(self, df: pd.DataFrame) -> pd.DataFrame:
from aligned.data_source.batch_data_source import ColumnFeatureMappable

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aligned"
version = "0.0.68"
version = "0.0.69"
description = "A data managment and lineage tool for ML applications."
authors = ["Mats E. Mollestad <mats@mollestad.no>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a645e64

Please sign in to comment.