What's Changed
- New command `dbterd run-metadata` to query the artifacts from dbt Cloud's Discovery API. Check the [docs](https://dbterd.datnguyen.de/latest/nav/guide/dbt-cloud/read-artifact-from-an-environment.html)!
- New (boolean) option `--omit-columns` to omit the columns from the output, currently only Mermaid supported
- Fix: Exact match doesn't work when model name is UPPER
Under the hood
* Feat/query artifact from metadata api by datnguye in https://github.com/datnguye/dbterd/pull/72
* Lowercase node_name in comparison to match even if it is uppercase by syou6162 in https://github.com/datnguye/dbterd/pull/74
* Add `--omit-columns` option to mermaid by syou6162 in https://github.com/datnguye/dbterd/pull/77
New Contributors
* syou6162 made their first contribution in https://github.com/datnguye/dbterd/pull/74
**Full Changelog**: https://github.com/datnguye/dbterd/compare/1.9.1...1.10.0