gouline / dbt-metabase

dbt + Metabase integration
https://pypi.org/project/dbt-metabase/
MIT License
442 stars 63 forks source link

Add interface kwarg docs to README.rst #85

Closed soltanianalytics closed 2 years ago

soltanianalytics commented 2 years ago

PR relating to https://github.com/gouline/dbt-metabase/issues/84

gouline commented 2 years ago

This will become outdated almost immediately. I would prefer if you created PEP 257-compliant docstrings in DbtConfig and MetabaseConfig constructors explaining what each field means (you can find meanings in help messages in the root __init__.py).

gouline commented 2 years ago

Superseded by #87