Skip to content

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.

IdentifierMeaning
postgres://warehousePostgreSQL connection warehouse.
snowflake://analytics_prodSnowflake connection analytics_prod.
github://github_mainGitHub connection github_main.
sentry://sentry_prodSentry connection sentry_prod.
cloudflare_workers_observability://cloudflare_workersCloudflare Workers Observability connection cloudflare_workers.

Choose stable names. Use environment-specific names like warehouse_prod or sentry_checkout_prod when ambiguity would be risky.

Terminal window
onequery query exec --source postgres://warehouse --sql "select 1"
onequery api --source github://github_main /repos/acme/web/pulls --json

Some providers support SQL queries; others expose provider API calls. See integrations for provider families.