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

Handling no received data from WeatherSource #1145

Open
wants to merge 33 commits into
base: dev
Choose a base branch
from

Conversation

PhilippSchmelter
Copy link
Contributor

Resolves #554
Added an explicit Exception for handling no received data from WeatherSource to prevent the pipeline moving on without data.

@PhilippSchmelter PhilippSchmelter self-assigned this Aug 27, 2024
@PhilippSchmelter
Copy link
Contributor Author

Handling CSV-Source done

  • all getWeather() which returned optional
    //TODO
    REST of
    SQL
    Influx
    Couchbase

Copy link
Member

@danielfeismann danielfeismann left a comment

Choose a reason for hiding this comment

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

Thanks for tackling this issue. Just some questions from my side.

Note to self: Still need to check tests.

@PhilippSchmelter
Copy link
Contributor Author

I still need to write some tests I guess. Checked SonarQube for coverage. There are uncovered Conditions
@sebastian-peter @danielfeismann

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.

Explicitly handle not receiving any weather data from the weather source
3 participants