UP10030 Entity already exists

Possible Causes

You tried to create a new entity (CONNECTION, TABLE, MATERIALIZED VIEW, or JOB)

  • An existing table or materialized view with the same name and path already exists.

  • Job names are unique in SQLake. Your new job uses a name already in use by another job.

  • Same for connections. Your new one uses a name already used by another connection.

Possible Solutions

  • Choose another name or another path for your table or materialized view.

  • Choose another name for your job or connection.

Last updated