reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.3k stars 235 forks source link

SQLLineageConfig boolean value returns True for all non-empty strings #551

Closed maoxingda closed 8 months ago

maoxingda commented 8 months ago

SQLLineageConfig returns True for all non-empty strings

Expected

'true', 'on', 'ok', 'y', 'yes', '1'

For the strings in the above list, return True, otherwise return False