Skip to content

feat: add metadata.json for warehouse destinations#3789

Open
itsarijitray wants to merge 1 commit into
mainfrom
feat/warehouse-metadata-json
Open

feat: add metadata.json for warehouse destinations#3789
itsarijitray wants to merge 1 commit into
mainfrom
feat/warehouse-metadata-json

Conversation

@itsarijitray
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Verify each metadata.json contains correct slug, name, mode, settings, actions, and presets
  • Confirm files match the public schema output format

🤖 Generated with Claude Code

Generated via generate:metadata-payload --mode=warehouse for bigquery,
databricks, redshift, and snowflake.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Copilot AI review requested due to automatic review settings May 13, 2026 06:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.json for BigQuery, Databricks, Redshift, and Snowflake warehouse destinations.
  • Each metadata file includes destination slug/name/mode, serialized auth/settings fields, the sendCustomEvent action 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": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants