Skip to content

Cacading View Support #31

Description

@wolfthom

I am currently struggling with cascading views.

Let's say I have defined base views A and B. Now C refers to A and B in its sql definition. So C is dependent from A and B and needs to be created after A and B. There is no way (that I was aware of, at least) to ensure order of creation.

As tables do not have dependencies, SQLAlchemy Table object does not detect dependencies nor support for specifying dependencies.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions