Skip to content

[TODO] pyspark.sql.utils.AnalysisException: DELETE is only supported with v2 tables. #123

@nfx

Description

@nfx

See more context:

def test_msql_delete_command():
msql = "DELETE FROM *.*.* WHERE [dx_email] = '[email protected]'"
actual = Msql(msql).compile_msql(table_info)
assert len(actual) == 2
assert actual[0] == SQLRow(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions