(self)
| 162 | ] |
| 163 | |
| 164 | def _raw_scope_table_name(self) -> str: |
| 165 | return f"_raw_{self.name}_scopes" |
| 166 | |
| 167 | def extra_stages(self, scope_config_pairs: list[ScopeConfigPair], |
| 168 | connection: Connection) -> list[list[msg.PipelineTask]]: |
no outgoing calls
no test coverage detected