Skip to content

Delta Table already exists with write_deltalake(..., mode='overwrite', overwrite_schema=True) #2197

@rspears74

Description

@rspears74

Environment

Delta-rs version: 0.15.1

Binding: Python

Environment:

  • Cloud provider: AWS
  • OS: MacOS
  • Other: Github Action

Bug

What happened:
Calling write_deltalake(path, data, mode='overwrite', overwrite_schema=True, storage_options=...) fails with Delta Table already exists at that location.

What you expected to happen:
The existing Delta table to be overwritten.

How to reproduce it:
Call the above function to write to a path with an existing Delta table.

More details:

Metadata

Metadata

Assignees

No one assigned

    Labels

    binding/pythonIssues for the Python packagebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions