refactor: Enable G logging rules and comprehensive ruff improvements (#35081)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-09-15 12:42:49 -07:00
committed by GitHub
parent e1a2e4843a
commit 088ecdd0bf
47 changed files with 340 additions and 184 deletions

View File

@@ -68,7 +68,7 @@ def load_random_time_series_data(
logger.debug("Done loading table!")
logger.debug("-" * 80)
logger.debug(f"Creating table [{tbl_name}] reference")
logger.debug("Creating table [%s] reference", tbl_name)
table = get_table_connector_registry()
obj = db.session.query(table).filter_by(table_name=tbl_name).first()
if not obj: