Pavlo Kashko

Results 4 comments of Pavlo Kashko

I have the same issue with `Bulk API 2.0`. This API seems to be completely bugged at the moment in dataloader. Try a simple Account insert operation to reproduce. Salesforce...

Hi @ashitsalesforce here it is: - Log file: [sdl.log](https://github.com/user-attachments/files/19618833/sdl.log) - Sample CSV to **insert** using Bulk API 2.0: [Account.csv](https://github.com/user-attachments/files/19618834/Account.csv) - Config file: [config.properties.txt](https://github.com/user-attachments/files/19618836/config.properties.txt)

In case anybody's looking for this: To test the command's non-interactive output locally, set the environment variable `CI` to `true` **Example**: ``` CI=true sf project deploy start ``` **Source**: https://github.com/oclif/multi-stage-output/blob/c6b6c8ed94c4288a47b36d134a31e8c8fead558b/src/multi-stage-output.tsx#L34-L44

@vignaesh01 please review and merge