Skip to content
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

Add ClickHouse connection #57

Merged
merged 60 commits into from
Dec 30, 2024
Merged

Add ClickHouse connection #57

merged 60 commits into from
Dec 30, 2024

Conversation

lamr02n
Copy link
Collaborator

@lamr02n lamr02n commented Dec 6, 2024

All the connectors for ClickHouse as well as the insert operations were added. The database now receives information regarding timestamps, messages and more about Loglines and Batches.

# Conflicts:
#	config.yaml
#	tests/test_server.py
Copy link
Owner

@stefanDeveloper stefanDeveloper left a comment

Choose a reason for hiding this comment

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

Looks good to me :)

@stefanDeveloper
Copy link
Owner

Do you know why windows tests are still failing?

@lamr02n
Copy link
Collaborator Author

lamr02n commented Dec 13, 2024

Do you know why windows tests are still failing?

Not exactly, but it might have to do with caches. We could try to clear those.

@lamr02n
Copy link
Collaborator Author

lamr02n commented Dec 13, 2024

I will do a couple of manual integration tests before merging to ensure everything still works as it should.

@stefanDeveloper
Copy link
Owner

Do you know why windows tests are still failing?

Not exactly, but it might have to do with caches. We could try to clear those.

I fixed the problem with the mingw versions.

@stefanDeveloper stefanDeveloper added this to the First heiDGAF version milestone Dec 13, 2024
@stefanDeveloper
Copy link
Owner

I will do a couple of manual integration tests before merging to ensure everything still works as it should.

After your integration tests, please put the merge request in ready to merge. I will merge it accordingly.

@lamr02n lamr02n marked this pull request as ready for review December 13, 2024 15:22
@stefanDeveloper stefanDeveloper merged commit 23409c8 into main Dec 30, 2024
17 checks passed
@lamr02n lamr02n deleted the add-clickhouse-connection branch December 30, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement proper data classes Add timestamps between stages for traceability
2 participants