show_query¶
- pydiverse.transform.show_query(pipe: bool = False) Pipeable | None[source]¶
Prints the compiled SQL query to stdout.
- Parameters:
pipe – If set to True, the table is returned, else None is returned.
Note
During interactive development in the python shell, you usually want to keep pipe = False, else the table is printed, too. The main use for pipe = True is when you don’t want to break a long sequence of verbs in a file.