diff --git a/python-sdk/src/astro/sql/operators/raw_sql.py b/python-sdk/src/astro/sql/operators/raw_sql.py index 328cde77f..d864b4640 100644 --- a/python-sdk/src/astro/sql/operators/raw_sql.py +++ b/python-sdk/src/astro/sql/operators/raw_sql.py @@ -69,7 +69,7 @@ def run_raw_sql( .. code-block:: python - @transform + @run_raw_sql def my_sql_statement(table1: Table) -> Table: return "DROP TABLE {{table1}}"