I\'m trying to connect cygnus (1.4.0_SNAPSHOT) to cartodb. I run it locally, and I use a script to send a notification to cygnus. The script runs Ok, but cygnus says:
Finally, after offline discussion with @Javi Carnero, we found there was a bug in Cygnus code related to the way Carto differentiates among "enterprise" and "personal" accounts. First ones allow for PostgreSQL schemas per user under the enterprise organization, while second ones have "hardcoded" schemas named public
. Since the notified FIWARE service was used as the schema name, Cygnus was not properly working for "personal" accounts.
Such a bug has been fixed:
At the moment of writting this, the bug is fixed in master
branch. By the end of sprint/month Cygnus 1.7.0 will be released, including this fix.
Please observe my previous answer is perfectly valid if you have an "enterprise" account. Anyway, I'll edit it in order to explain this.