Skip to content

Athena support #2372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 13 commits into
base: v4
Choose a base branch
from
Draft

Athena support #2372

wants to merge 13 commits into from

Conversation

Niels-b
Copy link

@Niels-b Niels-b commented Aug 13, 2025

No description provided.

@Niels-b Niels-b force-pushed the obsl-593-core-add-athena-support branch from f4624bc to d5bd638 Compare August 13, 2025 14:29
@@ -5,8 +5,19 @@

def convert_datetime_to_str(dt: datetime) -> Optional[str]:
Copy link
Author

Choose a reason for hiding this comment

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

This function gave issues with other DBs as well.
Changed it so the timezone is now set accordingly (see comments)

assert str(check_result.data_timestamp) == "2025-01-04 10:00:00+00:00"
assert str(check_result.data_timestamp) in [
"2025-01-04 10:00:00+00:00",
"2025-01-04 10:00:00",
Copy link
Author

Choose a reason for hiding this comment

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

We're not checking for a timestamp here, so if it's not included it's okay. But someone might have a different opinion, so I'm mentioning/highlighting it ;)

@Niels-b Niels-b force-pushed the obsl-593-core-add-athena-support branch from 590d0ec to 2604a80 Compare August 21, 2025 13:02
Copy link

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.

2 participants