feat: add metadata.json for warehouse destinations#3789
Open
itsarijitray wants to merge 1 commit into
Open
Conversation
Generated via generate:metadata-payload --mode=warehouse for bigquery, databricks, redshift, and snowflake. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds generated metadata.json payloads for the four warehouse-destinations (BigQuery, Databricks, Redshift, Snowflake) so their public configuration/actions/presets metadata can be consumed in the same way as other destinations’ metadata outputs.
Changes:
- Added
metadata.jsonfor BigQuery, Databricks, Redshift, and Snowflake warehouse destinations. - Each metadata file includes destination slug/name/mode, serialized auth/settings fields, the
sendCustomEventaction schema, and specificEvent presets.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/warehouse-destinations/src/destinations/bigquery/metadata.json | Adds generated public metadata payload for the BigQuery warehouse destination. |
| packages/warehouse-destinations/src/destinations/databricks/metadata.json | Adds generated public metadata payload for the Databricks warehouse destination. |
| packages/warehouse-destinations/src/destinations/redshift/metadata.json | Adds generated public metadata payload for the Redshift warehouse destination. |
| packages/warehouse-destinations/src/destinations/snowflake/metadata.json | Adds generated public metadata payload for the Snowflake warehouse destination (including schemaOverride). |
Comment on lines
+1
to
+5
| { | ||
| "slug": "bigquery", | ||
| "name": "BigQuery", | ||
| "mode": "warehouse", | ||
| "authentication": { |
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
metadata.jsonfiles for all 4 warehouse destinations: BigQuery, Databricks, Redshift, Snowflake./bin/run generate:metadata-payload --mode=warehouse(from feat: enhance generate:metadata-payload with mode filtering, path targeting, and CI/lint-staged integration #3788)Test plan
🤖 Generated with Claude Code