pir_pipeline.utils.sql_alchemy_view.view_doesnt_exist¶
- pir_pipeline.utils.sql_alchemy_view.view_doesnt_exist(ddl, target, connection, **kw)¶
Return true if a view does not exist
- Args:
ddl: Statement defining/identifying the view target: Table connection: Database connection
- Returns:
bool: Boolean indicating whether the view does not exist