iglu-central icon indicating copy to clipboard operation
iglu-central copied to clipboard

Patch: com.getvero

Open misterpig opened this issue 7 years ago • 6 comments

So the bug exists in the campaign.id field. Turns out the id field of this is an integer unlike the user.id field. Removing the type field wouldn't impact the adapter as the adapter removes the type field anyway; keeping type field in the schema is redundant as it'll contain NULL for every event after enrichment. Also increased the campaign.permalink field to accomodate long URLs.

misterpig avatar Sep 18 '18 00:09 misterpig

Thanks @misterpig !

alexanderdean avatar Sep 18 '18 21:09 alexanderdean

@misterpig has signed the Software Grant and Corporate Contributor License Agreement

snowplowcla avatar Oct 01 '18 09:10 snowplowcla

@chuwy how should we proceed here? background is in #842

BenFradet avatar Feb 12 '19 14:02 BenFradet

Hey @BenFradet, @misterpig,

I still have the same opinion I left in #842:

  • If any amount of data (5/8 as far as I can understand) got to DB, we cannot accept this as a patch because we'll need to migrate the table, otherwise it will just break loading process
  • We can accept it as 2-0-0 without problems
  • Commit history needs to follow ticket:commit 1:1 convention

chuwy avatar Feb 14 '19 10:02 chuwy

And also as I mentioned before, it seems we're using type property in SCE logic, so I'm not sure we can safely remove it.

chuwy avatar Feb 14 '19 10:02 chuwy

ok thanks, leaving in the 101 milestone for now.

@misterpig if you could do the necessary changes, i.e. move to 2-0-0, we could integrate it into release 113.

BenFradet avatar Feb 14 '19 12:02 BenFradet