Fivetran URI format
Please note that our Fivetran cloud uri format is not ideal and might be replaced in the future by a format including the id of the account. Current format assumes your tenant have only one Fivetran cloud instance registered.
For a Fivetran cloud instance:
Identifier fragments:
- Namespace: fivetran:
- Scheme =
fivetran - Authority = no authority
- Scheme =
- Unique name:
{connectorId}
Connector URI format:
fivetran:{connectorId}
Instance URI format:
fivetran:
Parameters limitations:
- connectorId must include only lowercases letters and underscore (regex:
[a-z_]+) - connectorId in Fivetran are usually an association of two words separated by an underscore, like
supra_wildlifefor example.
Example:
fivetran:supra_wildlife
For a Fivetran self-hosted instance Cloud instance:
Identifier fragments:
- Namespace:
fivetran://{host}:{port}- Scheme =
fivetran - Authority =
{host}:{port}
- Scheme =
- Unique name:
{connectorId}
Connector URI format:
fivetran://{host}:{port}/{connectorId}
Instance URI format:
fivetran://{host}:{port}
Parameters limitations:
- host identifier must start with a lowercase letter and include only lowercase letters, numbers, dash and dot (regex:
[a-z][a-z0-9-.]+) - port number must include only numbers
- connectorId must include only lowercases letters and underscore (regex:
[a-z_]+) - connectorId in Fivetran are usually an association of two words separated by an underscore, like
ludicrous_catfor example.
Connector example:
fivetran://self-hosted-fivetran.com:47268/ludicrous_cat
Instance example:
fivetran://self-hosted-fivetran.com:47268
Updated 15 days ago
