connector-config

Generate connector_config for activations using tdx connection schema fields.

21|24|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/treasure-data/td-skills --skill connector-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector-config
Source: https://github.com/treasure-data/td-skills/tree/main/tdx-skills/connector-config
Command: npx skills add https://github.com/treasure-data/td-skills --skill connector-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writes connector_config for segment/journey activations by discovering fields with tdx connection schema and applying them to activations.

Core Features & Use Cases

  • Discover fields via connection schema
  • Generate connector_config blocks for activations
  • Validate with push --dry-run before applying

Quick Start

List connections, discover schema, then write connector_config and push with dry-run first.

Frequently Asked Questions about connector-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate connector_config for activations using schema discovery?

Connector_config generation uses `tdx connection schema` to discover available fields from your connection, then maps those fields to activation configurations for platforms like Salesforce Marketing Cloud, CRM, AWS S3, BigQuery, and Treasure Data. Run schema discovery first, then write and validate the connector_config with a dry-run before applying.

What fields can I configure in connector_config for different connector types?

Supported fields vary by connector type: Salesforce Marketing Cloud uses de_name and shared_data_extension; CRM uses data_operation and create_new_de; S3 uses bucket, path, format, and compression; BigQuery uses project, dataset, table, and auto_create_table. Schema discovery reveals which fields are available for your specific connection.

Do I need to run schema discovery before writing connector_config?

Yes, running `tdx connection schema <connector_type>` is required before writing connector_config. Schema discovery identifies available fields in your connection, which you then apply to activation configurations. This step ensures your field mapping is valid for the target connector.

How do I validate connector_config before deploying it to activations?

After writing connector_config, use `push --dry-run` to validate the configuration without applying changes. This preview catches field mapping errors and configuration issues before they affect your segment or journey activations.

Can I use connector_config for both segment and journey activations?

Yes, connector_config applies to both segment and journey activations across supported connectors including Salesforce Marketing Cloud, CRM, AWS S3, BigQuery, and Treasure Data. The same schema discovery and field-mapping workflow supports both activation types.