Skip to content

Support Python models #86

@davidwitk

Description

@davidwitk

Context: Currently, adding a Python models blocks the entire dry run.

Questions:

  • What's needed to support Python models?
  • Alternative: Can we imagine a way to skip Python models in model validation?

Exception is thrown here:

if node.language is not None and node.language != "sql":
failing_nodes.append(
(
"NODE_NOT_SQL : Only SQL language models are supported",
node.unique_id,
)
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions