Skip to content

investigraph

No description available

Usage

investigraph [OPTIONS] COMMAND [ARGS]...

Arguments

No arguments available

Options

Name Description Required Default
--version / --no-version Show version [default: no-version] No -
--install-completion Install completion for the current shell. No -
--show-completion Show completion for the current shell, to copy it or customize the installation. No -
--help Show this message and exit. No -

Commands

Name Description
run Execute a dataset pipeline
seed Execute a dataset pipelines seed stage and...
extract Execute a dataset pipelines extract stage...
transform Execute a dataset pipelines transform...
load Execute a dataset pipelines load stage...
inspect Validate dataset config
settings Show current settings

Sub Commands

investigraph run

Execute a dataset pipeline

Usage

investigraph run [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
--help Show this message and exit. No -

investigraph seed

Execute a dataset pipelines seed stage and write sources to out_uri (default: stdout)

Usage

investigraph seed [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
-o TEXT [default: -] No -
--output-format [csv|json] [default: json] No -
-l INTEGER Only get this number of items No -
--help Show this message and exit. No -

investigraph extract

Execute a dataset pipelines extract stage and write records to out_uri (default: stdout)

Usage

investigraph extract [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
-s TEXT Source name (from config) No -
--from-stdin / --no-from-stdin [default: no-from-stdin] No -
-o TEXT [default: -] No -
--output-format [csv|json] [default: json] No -
-l INTEGER Only get this number of items No -
--help Show this message and exit. No -

investigraph transform

Execute a dataset pipelines transform stage with records from in_uri (default: stdin) and write proxies to out_uri (default: stdout)

Usage

investigraph transform [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
-i TEXT [default: -] No -
-o TEXT [default: -] No -
--input-format [csv|json] [default: json] No -
--help Show this message and exit. No -

investigraph load

Execute a dataset pipelines load stage with proxies from in_uri (default: stdin)

Usage

investigraph load [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
-i TEXT [default: -] No -
--help Show this message and exit. No -

investigraph inspect

Validate dataset config

Usage

investigraph inspect [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-c TEXT Any local or remote json or yaml uri No -
--help Show this message and exit. No -

investigraph settings

Show current settings

Usage

investigraph settings [OPTIONS]

Arguments

No arguments available

Options

Name Description Required Default
-o TEXT [default: -] No -
--help Show this message and exit. No -