Skip to content

Use type/table values (not schema keys) for service/tile auto-generation input#10

Merged
azahnen merged 2 commits into
mainfrom
issue-28
May 20, 2026
Merged

Use type/table values (not schema keys) for service/tile auto-generation input#10
azahnen merged 2 commits into
mainfrom
issue-28

Conversation

@PZahnen
Copy link
Copy Markdown
Contributor

@PZahnen PZahnen commented May 20, 2026

Closes ldproxy/editor#28

This PR fixes inconsistent identifier generation in AutoHandler during auto generate.
For service and tile provider generation, the types input is now derived from flattened map values (types.values()) instead of map keys (types.keySet()).
This ensures service/tile collections use the same type/table identifiers as the generated provider config.

@PZahnen PZahnen requested a review from azahnen May 20, 2026 12:51
@azahnen azahnen enabled auto-merge (squash) May 20, 2026 13:17
@azahnen azahnen merged commit 5adf086 into main May 20, 2026
5 checks passed
@azahnen azahnen deleted the issue-28 branch May 20, 2026 13:17
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.

Auto-generated configs use table names in provider types but schema names in service collections

2 participants