Add WooCommerce, Shopify, and WordPress to data-warehouse-source skill - #280
Add WooCommerce, Shopify, and WordPress to data-warehouse-source skill#280Ref34t wants to merge 2 commits into
Conversation
Both are live, full-availability PostHog data warehouse sources already (confirmed against posthog.com/docs/cdp/sources/), just not referenced from this skill's docs_urls — the skill only knew about Postgres, MySQL, Snowflake, BigQuery, and Stripe. Verified: npm test (137/137), npm run build (manifest still emits cleanly).
PostHog ships a WordPress connector that syncs posts, pages, comments, media, categories, tags, and users over the WP REST API, documented at /docs/cdp/sources/wordpress. The skill did not list it, so an agent connecting a source had no way to know it exists. Build emits references/wordpress.md into data-warehouse-source-setup.zip alongside the other sources.
|
Added WordPress in a second commit, same shape as the first.
Retitled the PR to match. |
|
Hey! This one's been waiting a week, so just pinging to keep it on the radar. Same fix as #282, one level over – WooCommerce, Shopify, WordPress are all live sources but the skill had no idea they existed. Tests pass, all good. Happy to change whatever, just let me know! |
Both are live, full-availability PostHog data warehouse sources already (confirmed against posthog.com/docs/cdp/sources/), just not referenced from this skill's docs_urls — the skill only knew about Postgres, MySQL, Snowflake, BigQuery, and Stripe.
Verified: npm test (137/137), npm run build (manifest still emits cleanly).