fal-ai / dbt-fal

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
https://fal.ai/dbt-fal
Apache License 2.0
851 stars 71 forks source link

Fal read only dbt *.yml files and ignore *.yaml #684

Closed nabilm closed 1 year ago

nabilm commented 1 year ago

Describe the bug In dbt models you can have schems in either .yml or yaml extentions also see : https://www.w3schools.io/file/yaml-vs-yml/

Your environment

How to reproduce If you create schema.yaml with fal section the schema will be ignored

Expected behavior schema.yaml should be detected and parsed correctly

Actual behavior Tell us what actually happened.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.