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

Transformation Error - Stitch integration with Zendesk Chat #39

Closed
ruchit12 opened this issue Feb 24, 2022 · 4 comments
Closed

Transformation Error - Stitch integration with Zendesk Chat #39

ruchit12 opened this issue Feb 24, 2022 · 4 comments

Comments

@ruchit12
Copy link

Hello, I have Zendesk chat integration to Snowflake Via Stitch, from past two days I am receiving an error and the data is not loaded. Can you please help me with it. The error I am receiving is: main - INFO Exit status is: Discovery succeeded. Tap failed with code 1 and error message: "Errors during transform". Target succeeded.
Error.txt

@vorpal56
Copy link

The fix is to change the webpath property in the catalog that's generated in discovery mode. This is likely due to some changes on Zendesk's part, though not entirely sure.

"webpath": {
    "type": ["null", "array"],
    "items": {
        "type": ["null", "object", "array"],
        "properties": {
            "timestamp": {
                "type": ["null", "string"],
                "format": "date-time"
            },
            "to": {
                "type": ["null", "string"]
            },
            "from": {
                "type": ["null", "string"]
            },
            "title": {
                "type": ["null", "string"]
            }
        },
        "items": {
            "type": ["null", "string", "integer"]
        },
        "additionalProperties": false
    }
}

@ruchit12
Copy link
Author

ruchit12 commented Mar 16, 2022 via email

@amyfeng-klaviyo
Copy link

We got the same error yesterday in stitch integration, any update on this?

@somethingmorerelevant
Copy link
Member

Hi guys,
This issue is fixed in the following P.R #41
and released in version 0.3.2

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

No branches or pull requests

4 participants