Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch com.snowplowanalytics.monitoring.batch/alert/jsonschema/1-0-0 #1137

Closed
chuwy opened this issue Sep 19, 2021 · 0 comments
Closed

Patch com.snowplowanalytics.monitoring.batch/alert/jsonschema/1-0-0 #1137

chuwy opened this issue Sep 19, 2021 · 0 comments
Assignees
Milestone

Comments

@chuwy
Copy link
Contributor

chuwy commented Sep 19, 2021

Added in #1124.

Due a bug in schema-ddl, RDB Loader tries to create a table with duplicated tags column:

-- BEGINNING
    "severity"       VARCHAR(7)    ENCODE ZSTD NOT NULL,
    "tags"           VARCHAR(4096) ENCODE ZSTD NOT NULL,
    "base"           VARCHAR(1024) ENCODE ZSTD,
    "group"          VARCHAR(1024) ENCODE ZSTD,
    "tags"           VARCHAR(4096) ENCODE ZSTD,
-- THE REST

If I add properties: {} as recommended in original ticket - I get only one tags column, but it's nullable. Thus I think it's better to delete additionalProperties altogether.

It's safe to patch the schema because it was not used by any pipelines with Redshift - otherwise we'd know about loading failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant