Skip to content

Conversation

@genematx
Copy link
Contributor

@genematx genematx commented Nov 4, 2025

When writing to Tiled, a consolidator has an option to validate the data structure before putting the data_source (typically, this is faster than post-factum updates). However, this validation requires access to the files on the client-side. To avoid running into permission errors when the client may not have reading permissions on the server filesystem, this PR makes validation optional globally (as a parameter passed to TiledWriter) instead of relying on in-band parameters.

@genematx genematx requested a review from danielballan November 4, 2025 14:35
Copy link
Member

@danielballan danielballan left a comment

Choose a reason for hiding this comment

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

This is much cleaner than injecting a _validate parameter into sres_parameters. 👍

@danielballan
Copy link
Member

Moved to bluesky/bluesky-tiled-plugins#2

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