dpc-sdp/tide_event_atdw

Provides event importer from Australian Tourism Data Warehouse for Tide Drupal 8 distribution

Installs: 32 518

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 14

Forks: 0

Open Issues: 0

Type:drupal-module

4.0.0 2024-02-29 00:58 UTC

This package is auto-updated.

Last update: 2024-04-29 01:24:14 UTC


README

Import Events from Australian Tourism Data Warehouse.

CircleCI

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Usage

INTRODUCTION

The Tide Event ATDW module provides the functionality to import events from Australian Tourism Data Warehouse.

REQUIREMENTS

USAGE

  • Configure the Migration default settings: /admin/structure/types/manage/event
  • Run migration via Drush command:
drush migrate-import tide_event_atdw --execute-dependencies
  • Force update all previously imported events:
drush migrate-import tide_event_atdw --execute-dependencies --update
  • Reset the status of all migrations:
drush migrate-reset-status tide_event_atdw
drush migrate-reset-status tide_event_atdw_details
drush migrate-reset-status tide_event_atdw_image
drush migrate-reset-status tide_event_atdw_image_file
  • When running from Migrate Tools UI, the migrations must be executed in the following order:

    1. tide_event_atdw_image_file
    2. tide_event_atdw_image
    3. tide_event_atdw_details
    4. tide_event_atdw
  • If running via Migrate Cron (not recommended), only tide_event_atdw should be executed with the option Execute dependencies enabled.