Allow configuration of ids

Created on 17 November 2023, 10 months ago
Updated 28 May 2024, 3 months ago

Problem/Motivation

The migrate plus Url source plugin allows the user to configure ids in the source configuration. I would like to bring that functionality to the graphql source plugin.

Proposed resolution

Do what the migrate plus Url source plugin does.

API changes

Users can now use ids not called "id":

source:
  plugin: graphql
  endpoint: https://myapi.com/graphql
  data_key: items
  query:
    schools:
      fields:
        - items:
            - acronym
            - msdeReport
  ids:
    acronym:
      type: string
Feature request
Status

Fixed

Version

2.0

Component

Code

Created by

🇺🇸United States bander2

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024