Skip to content

Conversation

@dtm2451
Copy link
Contributor

@dtm2451 dtm2451 commented May 29, 2025

It can be very confusing to run a polyphemus loader, and see a log that looks like it would capture some change you know would come, but then to not see your expected update in Timur.

This can happen due to running the loader with the 'commit' param set to false. This does get injected into the log, but the one-liner is easy enough to miss.

PR adds an icon and text highlighting that the loader is set to "Dry Run Mode", with tooltip explaining further and calling out 'commit'. (Tooltip: "Parsed updates will not be 'commit'ed to the database")
dry-run-note

</Grid>
{ dryRun &&
<Grid item>
<Tooltip title="Parsed updates will not be 'commit'ed to the database">
Copy link
Contributor

Choose a reason for hiding this comment

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

why 'comit'ed instead of committed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the parameter is named 'commit' so it felt like a good hint to that

@dtm2451 dtm2451 requested a review from graft June 30, 2025 15:10
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.

3 participants