4 Commits

Author SHA1 Message Date
Prakash
fbaea85950 Reapply "Merge pull request #778 from pocketpaw/feat/close-critical-gaps"
This reverts commit 2b76f2acc6.
2026-04-10 17:42:15 +05:30
Prakash
2b76f2acc6 Revert "Merge pull request #778 from pocketpaw/feat/close-critical-gaps"
This reverts commit 5d16110ac3, reversing
changes made to 52ac737e1e.
2026-04-10 17:36:02 +05:30
Rohit Kushwaha
fe00e3786c feat: update API URLs and add placeholders for connectors in YAML files 2026-04-01 20:37:40 +05:30
Rohit Kushwaha
6663b82946 feat: add 24 enterprise data connectors with native DB adapters
- 21 YAML/REST connectors: Salesforce, HubSpot, Jira, Linear, Notion,
  Confluence, GitHub, GitLab, Zendesk, Intercom, Freshdesk, Shopify,
  QuickBooks, Airtable, SharePoint, Slack (data), MS Teams (data),
  ServiceNow, PagerDuty, Datadog, Snowflake, BigQuery
- Generic DatabaseAdapter (SQLAlchemy async) for PostgreSQL, MySQL,
  SQLite, MSSQL — one adapter for all SQL databases
- Native MongoDBAdapter via motor for document DB operations
- Improved existing connectors: Stripe (3→14 actions), REST Generic
  (2→5 actions), CSV/File Import (2→7 actions)
- Registry auto-routes database connectors to native adapters,
  everything else uses YAML/REST engine
- New optional deps: databases, postgresql, mysql, mongodb

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 02:24:43 +05:30