Data Connector CAST AI

On the main Data Connectors screen, when clicking the “Add” button, the system will display the screen to connect a new data source to the platform.

For each Data Connector option available on the platform, the system will present some additional fields to be filled in.

When selecting the Cast AI option, you will be asked to fill in the following fields:

  • Data Connector Identifier Name: Enter the name that will identify the data source that will be connected

  • Select the secret for this data connector: Select the secret you want to use from the registered options. We will use this secret to connect to the service.

  • Endpoints:

    • Endpoint: Enter the endpoint we should query.

  • Request Headers:

    • Key: Enter the header key

    • Value: Enter the header value

    You can add programmed values, possible values are

    • $token (Token generated from the registered secret)

    Usage example: "Bearer $token"

  • Request Query Params:

    • Name: Enter the name of the parameter

    • Value: Enter the value of the parameter

    You can add programmed values, possible values ​​are:

    • $current_day (Current day's date (YYYY-MM-DD))

    • $start_of_month (Start of month (YYYY-MM-DD))

    • $end_of_month (End of month (YYYY-MM-DD))

    • $d-1 (Current Day - 1 Day (YYYY-MM-DD))

    • $d-2 (Current Day - 2 Days (YYYY-MM-DD))

    • $d-3 (Current Day - 3 Days (YYYY-MM-DD))

Last updated