Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

ConnMetaModel

class
class ConnMetaModel

Bases: ABC

Categories: spi

Abstract base for a connection kind (SQL, objects, storage, ...).

Methods

method
entity_fqn
def entity_fqn(entity: dict) -> str

Format the fully qualified name of an entity.

Parameters:

parameter
entitydict