Skip to content

YDB does not support WITH operator #19587

@vgvoleg

Description

@vgvoleg

We are working on DBT adapter for YDB. It is a widespread approach to use CTE WITH <name> AS (<sql>) during model definitions: example

So the only way to use such models with YDB is to rewrite them using different syntax: example

We are not able to use $<name> = <sql> because SQL from model will be wrapped with CTAS

Are there any plans to support this syntax? Users will not be able to use YDB for DBT projects as a drop-in replacement for other DBs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions