dsdt cat

Data meow

Description

Print the contents of a bundle. Shows the bundle as it would be presented to a Python process through the API or as input to a Disdat Task.

Usage

usage: dsdt cat [-h] [-t TAG] [-f FILE] [-u UUID] [bundle]

Options

positional arguments:
  bundle                The bundle name in the current context

optional arguments:
  -h, --help            show this help message and exit
  -t TAG, --tag TAG     Having a specific tag: 'dsdt ls -t committed:True -t
                        version:0.7.1'
  -f FILE, --file FILE  Save output dataframe as csv without index to
                        specified file
  -u UUID, --uuid UUID  Bundle UUID to cat

Examples

A list of files from the added bundle of the config directory:

Cat by UUID

Last updated

Was this helpful?