entity
==========

Description
-----------
Data entity details. A representation of data with a set of attributes, normally representing a single business entity. Synonymous with 'table' or 'view' in a database, or a single logical file structure that one or many files may match.

Available Commands
------------------
* :doc:`create </cmdref/data-catalog/entity/create>`
* :doc:`delete </cmdref/data-catalog/entity/delete>`
* :doc:`fetch-entity-lineage </cmdref/data-catalog/entity/fetch-entity-lineage>`
* :doc:`get </cmdref/data-catalog/entity/get>`
* :doc:`list </cmdref/data-catalog/entity/list>`
* :doc:`list-aggregated-physical </cmdref/data-catalog/entity/list-aggregated-physical>`
* :doc:`update </cmdref/data-catalog/entity/update>`

.. toctree::
    :hidden:

    /cmdref/data-catalog/entity/create
    /cmdref/data-catalog/entity/delete
    /cmdref/data-catalog/entity/fetch-entity-lineage
    /cmdref/data-catalog/entity/get
    /cmdref/data-catalog/entity/list
    /cmdref/data-catalog/entity/list-aggregated-physical
    /cmdref/data-catalog/entity/update
