drupalorg_migrate-1.0.x-dev/migrations/drupalorg_migrate_project_release_supported_versions.yml

migrations/drupalorg_migrate_project_release_supported_versions.yml
id: drupalorg_migrate_project_release_supported_versions
label: 'Drupal.org Project supported versions Data'
migration_group: drupalorg_migrate

source:
  plugin: table
  batch_size: 1000
  track_changes: true
  table_name: project_release_supported_versions
  id_fields:
    nid:
      type: integer
    branch:
      type: text
  fields:
    nid: nid
    branch: branch
    supported: supported
    recommended_release: recommended_release
    latest_release: latest_release
    latest_security_release: latest_security_release

destination:
  plugin: table
  # Table which is installed in hook schema.
  table_name: drupalorg_project_release_supported_versions
  id_fields:
    nid:
      type: integer
    branch:
      type: text
  fields:
    nid: nid
    branch: branch
    supported: supported
    recommended_release: recommended_release
    latest_release: latest_release
    latest_security_release: latest_security_release

process:
  nid:
    plugin: migration_lookup
    migration:
      - drupalorg_migrate_project_module
      - drupalorg_migrate_project_theme
      - drupalorg_migrate_project_distribution
      - drupalorg_migrate_project_drupalorg
      - drupalorg_migrate_project_theme_engine
      - drupalorg_migrate_project_core
      - drupalorg_migrate_project_translation
      - drupalorg_migrate_project_general
    source: nid
    no_stub: true
  branch: branch
  supported: supported
  recommended_release:
    plugin: migration_lookup
    migration:
      - drupalorg_migrate_project_release
    source: recommended_release
    no_stub: true
  latest_release:
    plugin: migration_lookup
    migration:
      - drupalorg_migrate_project_release
    source: latest_release
    no_stub: true
  latest_security_release:
    plugin: migration_lookup
    migration:
      - drupalorg_migrate_project_release
    source: latest_security_release
    no_stub: true

migration_dependencies:
  optional:
    - drupalorg_migrate_project_module
    - drupalorg_migrate_project_theme
    - drupalorg_migrate_project_distribution
    - drupalorg_migrate_project_drupalorg
    - drupalorg_migrate_project_theme_engine
    - drupalorg_migrate_project_core
    - drupalorg_migrate_project_translation
    - drupalorg_migrate_project_general
    - drupalorg_migrate_project_release

dependencies:
  enforced:
    module:
      - drupalorg_migrate

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc