joshtemple / harlequin-bigquery

A BigQuery adapter for Harlequin, a SQL IDE for the terminal.
MIT License
8 stars 2 forks source link

Raises InvalidValue if project provided through config #1

Closed tconbeer closed 9 months ago

tconbeer commented 9 months ago

The project validator receives a NoneType for the project value if the project is only set in a config file, instead of at the command-line. This causes re.match to raise. Instead, the validator should just return True.

(I'll open a PR against this and one other issue shortly)