Antonio Orct

Results 6 issues of Antonio Orct

**Version:** Jitsu Next @ latest Source postgres table: ![image](https://github.com/jitsucom/jitsu/assets/14859262/6a6e14c4-8cd0-4f11-a3f2-5620407cb891) Destination postgres table: ![image](https://github.com/jitsucom/jitsu/assets/14859262/d155656c-613b-41ce-9fe7-c694837afc47) The source postgres table contains only one row whose `scope` and `workspaceId` fields are null (these fields...

⏳Postpone

Are there any plans to support oAuth when adding a Salesforce connection?

⏳Postpone

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...

enhancement

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...

external bug / request