Expand description
Models module for the SDK
Defines core data structures used by the SDK for import/export operations. These models are simplified versions focused on the SDK’s needs.
Re-exports§
pub use column::Column;pub use column::ForeignKey;pub use cross_domain::CrossDomainConfig;pub use cross_domain::CrossDomainRelationshipRef;pub use cross_domain::CrossDomainTableRef;pub use data_model::DataModel;pub use relationship::ConnectionPoint;pub use relationship::ETLJobMetadata;pub use relationship::ForeignKeyDetails;pub use relationship::Relationship;pub use relationship::VisualMetadata;pub use table::ContactDetails;pub use table::Position;pub use table::SlaProperty;pub use table::Table;pub use enums::*;
Modules§
- column
- Column model for the SDK
- cross_
domain - Cross-domain reference models
- data_
model - DataModel for the SDK
- enums
- Enums for data modeling
- relationship
- Relationship model for the SDK
- table
- Table model for the SDK