singer-io / tap-pipedrive

A Singer.io tap for extracting data from the Pipedrive API
GNU Affero General Public License v3.0
13 stars 34 forks source link

WARNING Removed email.0.label during transforms #2

Closed Edke closed 7 years ago

Edke commented 7 years ago

When I run against the test pipedrive account today, I see this warning:

WARNING Removed 2 paths during transforms:
    email.0.label
    phone.0.label
Edke commented 7 years ago

@cmerrick This means that this structure exists in payload but is not included in schema, therefore was removed.

These warnings generally mean schema and payload are not synced. To solve this properly, we need:

which endpoint / stream complete payload According to this we can then update schema for that stream and re-test.

cmerrick commented 7 years ago

This came from the test account that you have access to, you can reproduce by running tap-pipedrive without any initial state.

Edke commented 7 years ago

Yes, I can see that now, but what changed ? As last time I was working with that data (Friday I guess) it worked without any Warnings.

So new / changed data or API changed ?

Edke commented 7 years ago

Fixed all schema issues against current test account. To work, also PR https://github.com/singer-io/tap-pipedrive/pull/6 needs to be merged.

cmerrick commented 7 years ago

I think there was new or changed data