Skip to content

Add model's latest variable #1323

@eakmanrq

Description

@eakmanrq

Add a variable that can be used to access a specific model's latest interval.

Ex: I have db.user model. To access latest date string I would do:

WHERE
    ds = @DB__USER__LATEST_DS

The key concept is that latest is local to each model and therefore if you want to access a table that has history of values on it and you always want "latest" then you can use this variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureAdds new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions