Function getDataSetProfiles

  • Get profile for the given dataset and connection Id pair, if the profile already exists in the system. Profile returned can be either latest or Stale one based on when it was computed.

    Parameters

    • dataSetId: string
    • query: {
          dataConnectionIds?: string[];
          limit?: number;
          page?: number;
          projections?: string[];
          sort?: string[];
      }

      an object with query parameters

      • OptionaldataConnectionIds?: string[]

        Comma-separated data connection IDs.

      • Optionallimit?: number

        Page size limit.

      • Optionalpage?: number
      • Optionalprojections?: string[]

        Comma-separated fields to return in the response.

      • Optionalsort?: string[]
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetDataSetProfilesHttpResponse>

    GetDataSetProfilesHttpError