Skip to content

Allow Bulk Insert (not upsert) of platform events via the CLI. #2254

@jjulicher

Description

@jjulicher

Is your feature request related to a problem? Please describe.

Occasionally we need to bulk insert platform events. However, using the bulk upsert command results in an error: InvalidJob : No create/update access for object:LeaseChargesBillings__e (even though the file contains only records without any external Id).

resulting in us to having to manually do a bulk insert via workbench.

What are you trying to do

The ability to bulk insert Platform Events via the CLI.

Describe the solution you'd like

Having either a "data bulk insert" command or having the "data bulk upsert" command recognise platform events by the sobject type extension ('__e') and route the to Bulk API Insert api.

Describe alternatives you've considered

running a curl command to send the file via bulk api.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIssue or pull request for a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions