Skip to content

Log Job Details#119

Merged
bh2smith merged 3 commits intomainfrom
117/job-logging
Dec 10, 2024
Merged

Log Job Details#119
bh2smith merged 3 commits intomainfrom
117/job-logging

Conversation

@bh2smith
Copy link
Copy Markdown
Owner

Closes #117

Adding some logs on the job level with details about its execution.

@bh2smith bh2smith requested a review from mooster531 December 10, 2024 13:27
Copy link
Copy Markdown
Collaborator

@mooster531 mooster531 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much more user-friendly :)

Comment thread src/interfaces.py
self.dataframe = dataframe
self.types = types

def __len__(self) -> int:
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to introduce this class so that we would have an accurate len implementation on the fetched results (regardless of their structure).

@bh2smith bh2smith merged commit 7169958 into main Dec 10, 2024
@bh2smith bh2smith deleted the 117/job-logging branch December 10, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Log job execution and completion

2 participants