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
853 stars 72 forks source link

python models to support persist_docs #892

Open mariana-s-fernandes opened 11 months ago

mariana-s-fernandes commented 11 months ago

Context I would like my models fields descriptions to be persisted to the data warehouse, as it happens for sql models using the persist_docs option. Docs: https://docs.getdbt.com/reference/resource-configs/persist_docs

Is your feature request related to a problem? Please describe. All of my models descriptions get synced to my data warehouse, expect for python files. Without this feature I need to manually set the fields descriptions in Looker instead of a reading them directly from the data warehouse.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered None

Additional context Add any other context or screenshots about the feature request here.

Is there an existing feature request for this?