🔗 Fivetran
Fivetran — manage connectors, destinations, sync status, and groups via REST API
Requirements
| Variable | Required | Description |
|---|
| INLINECODE0 | ✅ | API key |
| INLINECODE1 |
✅ | API secret |
Quick Start
CODEBLOCK0
All Commands
| Command | Description |
|---|
| INLINECODE2 | List connectors |
| INLINECODE3 |
Get connector |
|
connector-create | Create connector |
|
connector-update | Update connector |
|
connector-delete | Delete connector |
|
connector-sync | Trigger sync |
|
connector-schema | Get schema |
|
destinations | List destinations |
|
destination-get | Get destination |
|
groups | List groups |
|
group-get | Get group |
|
group-create | Create group |
|
users | List users |
|
metadata-connectors | List connector types |
|
webhooks | List webhooks |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
CODEBLOCK1
Script Reference
| Script | Description |
|---|
| INLINECODE18 | Main CLI — all commands in one tool |
Credits
Built by
M. Abidi |
agxntsix.ai
YouTube |
GitHub
Part of the
AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
🔗 Fivetran
Fivetran — 通过REST API管理连接器、目标、同步状态和组
要求
| 变量 | 必需 | 描述 |
|---|
| FIVETRANAPIKEY | ✅ | API密钥 |
| FIVETRANAPISECRET |
✅ | API密钥 |
快速开始
bash
列出连接器
python3 {{baseDir}}/scripts/fivetran.py connectors group_id <值>
获取连接器
python3 {{baseDir}}/scripts/fivetran.py connector-get id <值>
创建连接器
python3 {{baseDir}}/scripts/fivetran.py connector-create --service <值> --group_id <值> --config <值>
更新连接器
python3 {{baseDir}}/scripts/fivetran.py connector-update id <值> --paused <值>
删除连接器
python3 {{baseDir}}/scripts/fivetran.py connector-delete id <值>
触发同步
python3 {{baseDir}}/scripts/fivetran.py connector-sync id <值>
获取架构
python3 {{baseDir}}/scripts/fivetran.py connector-schema id <值>
列出目标
python3 {{baseDir}}/scripts/fivetran.py destinations
所有命令
| 命令 | 描述 |
|---|
| connectors | 列出连接器 |
| connector-get |
获取连接器 |
| connector-create | 创建连接器 |
| connector-update | 更新连接器 |
| connector-delete | 删除连接器 |
| connector-sync | 触发同步 |
| connector-schema | 获取架构 |
| destinations | 列出目标 |
| destination-get | 获取目标 |
| groups | 列出组 |
| group-get | 获取组 |
| group-create | 创建组 |
| users | 列出用户 |
| metadata-connectors | 列出连接器类型 |
| webhooks | 列出Webhook |
输出格式
所有命令默认输出JSON格式。添加--human参数可获取可读性强的格式化输出。
bash
python3 {{baseDir}}/scripts/fivetran.py <命令> --human
脚本参考
| 脚本 | 描述 |
|---|
| {{baseDir}}/scripts/fivetran.py | 主CLI — 所有命令集成于一个工具 |
致谢
由
M. Abidi 构建 |
agxntsix.ai
YouTube |
GitHub
属于OpenClaw代理的
AgxntSix技能套件 的一部分。
📅 需要帮助为您的企业设置OpenClaw? 预约免费咨询