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

Add support for .yaml files in fal dbt parser #685

Closed nabilm closed 1 year ago

nabilm commented 1 year ago

Description

Since in dbt project people can use a variety of .yaml, and .yml files, I added the support for scanning .yaml files

GitHub: resolves #684

chamini2 commented 1 year ago

Hello, @nabilm. Thanks for this!

Could you pleas rebase from main? I just merged https://github.com/fal-ai/fal/pull/686 which fixes test setup for GitHub so we can see if this changes anything unexpectedly.

Also, could you change some of the integration tests to have yaml instead of yml files? So we can see it behaves the same.

Let me know if you have any questions through here, Discord or dbt Slack.