SqlModel
Attributes
Field | Type | Default | Description |
---|---|---|---|
path | string | None | A unique path to this object |
name | string | None | The unique name of the object across the entire project. |
sql | string | None | The sql used to generate your base data |
source | Any of: MysqlSource, PostgresqlSource, SnowflakeSource, SqliteSource | None | A source object defined inline or a ref() to a chart. Override the defaults.source_name |