feat: add metadata.json for cloud destinations (213 files)#3775
Draft
varadarajan-tw wants to merge 2 commits into
Draft
feat: add metadata.json for cloud destinations (213 files)#3775varadarajan-tw wants to merge 2 commits into
varadarajan-tw wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3775 +/- ##
=======================================
Coverage 81.04% 81.04%
=======================================
Files 1352 1352
Lines 25472 25472
Branches 5326 5325 -1
=======================================
Hits 20643 20643
Misses 3869 3869
Partials 960 960 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fb41a88 to
127d635
Compare
Generated using generate:metadata-payload --mode=cloud. Each file contains the destination's public schema: authentication, actions, fields, presets, hooks, syncMode, and audienceConfig. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
127d635 to
dc65677
Compare
Regenerated with latest generate:metadata-payload output including syncMode, hooks, and audienceConfig enhancements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Generated
metadata.jsonfiles for all 217 cloud destinations.What
Adds co-located
metadata.jsonto each cloud destination underpackages/destination-actions/src/destinations/<name>/metadata.json. These files contain the public schema for each destination including:Why
These metadata files enable downstream tooling and services to read destination configuration without importing TypeScript modules. They serve as a stable, language-agnostic contract for the destination's public interface.
Notes
feat/metadata-payload-cli-enhancements)metadata.jsonoutput filesTest plan
yarn generate:metadata-payload --mode=cloudproduces 217 files🤖 Generated with Claude Code