Create new data connector

Choose Tab Resource

In the Feedloop AI platform, navigate to the "Resource" tab to manage various resources, including data connectors.

Click Create Resource

Within the "Resource" tab, locate and click on the "Create Resource" button to initiate the creation of a new resource.

Click on the "Create Data Connector" button:

Once in the resource creation interface, find and click on the "Create Data Connector" button to begin the setup process for a new data connector.

Choose Connector Type

A selection menu will appear, prompting you to choose the type of data connector. Currently, the available options are:

  • BigQuery

  • Postgres

  • Qorebase

  • IRIS

  • SQL Server

Choose the appropriate connector type based on your external data source.

Input Data Connector Information

Provide information about the data connector.

Input Data Connector

Input Credentials:

If you choose BigQuery as the connector type, you'll need to input the following credentials:

vbnetCopy code-----BEGIN PRIVATE KEY-----Your_Private_Key_Content_Here-----END PRIVATE KEY-----
  • Project ID

  • Connection ID

    • Example : projects/yourprojectname-283510/locations/us-central1/connections/dbtechsales

Data Connection Settings

Click Next

After entering the necessary information and credentials, click on the "Next" button to proceed to the next stage of the data connector setup.

Choose Dataset

You will be presented with a list of datasets available in your BigQuery project. Choose the dataset that you want to connect to with the data connector.

Choose Dataset

Click Save Settings:

Once you have selected the dataset, click on the "Save Settings" button to save the configuration for the data connector.

Save Settings

Congratulations! You have successfully initiated the creation of a new data connector. The system will now proceed with the chosen settings and configurations to establish the connection with the selected dataset in BigQuery.

Last updated