(self)
| 3920 | ] |
| 3921 | |
| 3922 | def initialize(self) -> None: |
| 3923 | print("Starting local Materialize instance ...") |
| 3924 | self.composition.up("materialized") |
| 3925 | |
| 3926 | def new_connection(self) -> psycopg.Connection: |
| 3927 | return self.composition.sql_connection(user="mz_system", port=6877) |