databrickslabs / lsql

Lightweight SQL execution wrapper only on top of Databricks SDK
https://pypi.org/project/databricks-labs-lsql/
Other
8 stars 2 forks source link

[TECH DEBT] Consistent error logging #145

Closed JCZuurmond closed 2 months ago

JCZuurmond commented 2 months ago
logger.warning(f"Parsing {dashboard_path}: {e}")

after GoLang i'm very picky about error formatting.

_Originally posted by @nfx in https://github.com/databrickslabs/lsql/pull/144#discussion_r1635155121_