dd_scenario.Table

class dd_scenario.Table(json=None, container=None, **kwargs)

The class for container tables.

json

The json fragment used to build this Table.

name

The name of the table.

container

The container this table is attached to.

guid

The table name.

createdAt

The creation date.

creator

The creator of the table.

__init__(json=None, container=None, **kwargs)

Creates a Table.

Parameters:
  • name (string) – The name of the asset.
  • json (dict) – The dict describing the asset.
  • **kwargs (optional) – kwargs to override container attributes. Attributes specified here will override those of json.