Add Pydantic Logfire catalog integration#72
Merged
Conversation
Provisional OUTPUT_FIELDS until discover; Wave 7 fixed-base family PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CatalogResourceforpydantic/logfire(Wave 7).providers/pydanticmodule, gap + hermetic provision tests.OUTPUT_FIELDS(api_key) untilmise run discover pydantic/logfire.30df3de(plugin v0.25.0 fixtures). No smoke fixture.Test plan
cargo nextest run -p stackless-integrations -E 'test(pydantic)'catalog_outputs_match_output_fieldsmise run check(pre-push hook)Note
Low Risk
Follows the existing catalog-integration pattern with no auth or core infra changes; output field naming is explicitly provisional until discover is run.
Overview
Adds a Phase 1 Stripe Projects catalog integration for
pydantic/logfire, so stacks can provision Logfire and wireintegrations.*.api_keyinto service env.New
providers/pydanticmodule withPydanticLogfire: managed, global-only config (organization,project_nameoptional), resource kindintegration-pydantic, and provisionalapi_keyoutput untilmise run discover pydantic/logfire. The integration is registered inregistry.rsand included in the providercatalog_outputs_match_output_fieldsguard.Tests cover catalog schema alignment against the shared fixture, plus hermetic provision asserting
PYDANTIC_API_KEYmaps to stored outputs.Reviewed by Cursor Bugbot for commit 33790d9. Bugbot is set up for automated code reviews on this repo. Configure here.