MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / alter_pg_table

Function alter_pg_table

test/source-sink-errors/mzcompose.py:548–553  ·  view source on GitHub ↗
(c: Composition)

Source from the content-addressed store, hash-verified

546
547
548def alter_pg_table(c: Composition) -> None:
549 c.testdrive(dedent("""
550 $ postgres-execute connection=postgres://postgres:postgres@postgres
551 ALTER TABLE source1 DROP COLUMN f1;
552 INSERT INTO source1 VALUES (NULL)
553 """))
554
555
556def unsupported_pg_table(c: Composition) -> None:

Callers 1

mzcompose.pyFile · 0.85

Calls 1

testdriveMethod · 0.45

Tested by

no test coverage detected