merge-data-table

Merge data from an external CSV into the canonical CSVs in OEPS.

ARGUMENTS:

TABLE_SOURCE: name of table_source to merge this CSV into. Table source
must already exist in the registry.

Usage

Usage: merge-data-table [OPTIONS]

Arguments

Options

  • source:

    • Type: STRING
    • Default: None
    • Usage: --source -s

    Path to CSV that will be merged into the data registry.

  • table_source:

    • Type: STRING
    • Default: None
    • Usage: --table-source -t

    Name of the table source this input will be joined to.

  • dry_run:

    • Type: BOOL
    • Default: False
    • Usage: --dry-run

    Stage and prepare the import but alter no registry or data files.

  • registry_path:

    • Type:
    • Default: oeps/registry
    • Usage: --registry-path

    Optional override for the registry directory.

  • help:

    • Type: BOOL
    • Default: False
    • Usage: --help

    Show this message and exit.

CLI Help

Usage: merge-data-table [OPTIONS]

  Merge data from an external CSV into the canonical CSVs in OEPS.

  ARGUMENTS:

  TABLE_SOURCE: name of table_source to merge this CSV into. Table source must
  already exist in the registry.

Options:
  -s, --source TEXT        Path to CSV that will be merged into the data
                           registry.
  -t, --table-source TEXT  Name of the table source this input will be joined
                           to.
  --dry-run                Stage and prepare the import but alter no registry
                           or data files.
  --registry-path PATH     Optional override for the registry directory.
  --help                   Show this message and exit.

Note

This documentation is automatically generated. Do not edit this file directly.