pragunbhutani / dbt-llm-tools

RAG based LLM chatbot for dbt projects
Other
48 stars 12 forks source link

incorrect parsing of sql files #30

Closed codeblech closed 2 weeks ago

codeblech commented 2 weeks ago

in /dbt_llms_tools/dbt_project.py, for class DbtProject, the method __parse_sql_file() incorrectly parses the sql file for example: for source('product', 'order_items'), it sets:

correct parsing should be: