Source Identifiers
Connected sources are addressed as:
<provider-id>://<local-name>The provider ID is the integration type. The local name is the sourceKey value you choose during setup.
Examples
Section titled “Examples”| Identifier | Meaning |
|---|---|
postgres://warehouse | PostgreSQL connection warehouse. |
snowflake://analytics_prod | Snowflake connection analytics_prod. |
github://github_main | GitHub connection github_main. |
sentry://sentry_prod | Sentry connection sentry_prod. |
cloudflare_workers_observability://cloudflare_workers | Cloudflare Workers Observability connection cloudflare_workers. |
Naming
Section titled “Naming”Choose stable names. Use environment-specific names like warehouse_prod or sentry_checkout_prod when ambiguity would be risky.
onequery query exec --source postgres://warehouse --sql "select 1"onequery api --source github://github_main /repos/acme/web/pulls --jsonSome providers support SQL queries; others expose provider API calls. See integrations for provider families.