Property | Description |
|---|---|
Fivetran Input Mode | The connection mode to connect and collect Fivetran Platform metadata.
Note: For automatic connection assignments, the Repository+API mode is recommended. |
Fivetran Repository Connection | Select the connection created in Administrator that points to a source that contains Fivetran Platform metadata. You can select one of the following connections:
|
Fivetran Base64-encoded API key | Enter the Base64- encoded API key to securely authenticate and authorize Fivetran Platform API access. You can find the key is in the API Key tab in your Fivetran Platform profile. |
Property | Description |
|---|---|
JDBC URL | The JDBC URL to connect to the Amazon Redshift cluster. You can get the JDBC URL from your Amazon AWS Redshift cluster configuration page. Enter the JDBC URL in the following format: jdbc:redshift://<cluster_endpoint>:<port_number>/<database_name>, where the endpoint includes the Redshift cluster name and region. For example, jdbc:redshift://infa-rs-cluster.abc.us-west-2.redshift.amazonaws.com:5439/rsdb In the example,
|
Property | Description |
|---|---|
Database | The name of the schema in Databricks. The name can contain only alphanumeric characters and hyphen (-). This property is optional for SQL warehouse, all-purpose cluster, and job cluster. If you do not specify a value, all databases available in the workspace are listed. The value you specify overrides the schema specified in the SQL Warehouse JDBC URL connection property. By default, all databases available in the workspace are listed. |
Property | Description |
|---|---|
Project ID | The project_id value from the Google service account key JSON file. If you have created multiple projects with the same service account, enter the ID of the project that contains the dataset that you want to connect to. |
Dataset Name for Custom Query | When you define a custom query, specify a Google BigQuery dataset. |
Property | Description |
|---|---|
Database Name | The PostgreSQL database name. |
Schema Name | The schema name. If you don't specify the schema name, all the schemas available in the database are listed when you import the source object in the data loader task. |
Property | Description |
|---|---|
Additional JDBC URL Parameters | The additional JDBC connection parameters. You can specify multiple JDBC connection parameters, separated by ampersand (&), in the following format: <param1>=<value>&<param2>=<value>&<param3>=<value>.... For example, you can pass the following database and schema values when you connect to Snowflake: db=mydb&schema=public When you add parameters, ensure that there is no space before and after the equal sign (=). |
Property | Description |
|---|---|
Database Name | Database name for the Microsoft SQL Server target connection. Database name is case-sensitive if the database is case-sensitive. Maximum length is 100 characters. Database names can include alphanumeric and underscore characters. |
Schema | The schema name to select tables during object selection in a mapping. When you select objects in a mapping, all schemas you have access to are displayed, and you can select tables from the available schemas. |