Command Line Utility#

Pipedag comes with a command line utility called pipedag-manage to help with some common pipedag related management operations. These are all the available commands:

pipedag-manage#

pipedag-manage [OPTIONS] COMMAND [ARGS]...

clear-metadata#

Clears all pipedag metadata.

pipedag-manage clear-metadata [OPTIONS]

Options

--config <config_path>#

path of the pipedag config file to use

--instance <instance>#

Required name of the instance to load from the config file

--flow <flow>#

name of the flow to load from the config file

--per-user#
--yes#

Confirm the action without prompting.

delete-schemas#

Delete all schemas associated with an instance.

Only works with SQLTableStore.

pipedag-manage delete-schemas [OPTIONS]

Options

--config <config_path>#

path of the pipedag config file to use

--instance <instance>#

Required name of the instance to load from the config file

--flow <flow>#

name of the flow to load from the config file

--per-user#
--yes#

Confirm the action without prompting.