Skip to content

Migration output #100

Description

@gnzjgo

First test at a complex project I got these distinct error types from the migration output:

  1. Unsupported TYPE value in strict mode
    Values seen: "copy", "sink", "ENDPOINT"
  2. Unsupported datasource directive in strict mode
    Various comments/directives used as raw text in datasource files (e.g. INDEXES >, inline notes)
  3. Unsupported pipe directive in strict mode
    Inline comments used as directives (e.g. # This pipe creates...)
  4. Unsupported TOKEN syntax in strict mode
    e.g. "ingestion (Data Source append)" APPEND
  5. Unsupported placeholder function in strict mode
    Functions: Int, int, column
  6. Unsupported parameter name in placeholder
    Pattern: {{ error('start_date and end_date are required parameters') }}
  7. Unsupported parameter default value
    description="..." used as a default value in parameter definitions
  8. Unsupported column type in strict mode
    Type: AggregateFunction(count)
  9. ENGINE directive is required
    Missing ENGINE in datasource definition
  10. FORWARD_QUERY block is empty
  11. DESCRIPTION block is empty
  12. Node has an empty SQL block
  13. Node has an empty DESCRIPTION block
  14. Copy pipe references missing/unmigrated datasource
  15. Materialized pipe references missing/unmigrated datasource

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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