Antonio Orct
Antonio Orct
**Version:** Jitsu Next @ latest Source postgres table:  Destination postgres table:  The source postgres table contains only one row whose `scope` and `workspaceId` fields are null (these fields...
Are there any plans to support oAuth when adding a Salesforce connection?
There is a PR (#1794) that I need to use right now that's in the `master` branch but not released yet on npm. I've tried to add the dependency directly...
Password example: `start#end` Error: ``` Connection test failed error creating bulker: parse "http://default:start": invalid port ":start" after host```
I've got an enum in a PG database like this: ```sql CREATE TYPE public."company_sizes" AS ENUM ( '1-10', '11-50', '51-100', '101-500', '501-1000', '1001-5000', '5000+'); ``` The library generates an enum:...
**Describe the bug** I'm trying to get source maps in highlight with Nextjs when errors occur, after following the setup I get the source maps in console in the browser...