How can I run metrics and store results on data platform using dbt core?

How can I run metrics and store results on data platform using dbt core?

You can materialize your dbt_metrics query as a model, like any other macro. Keep in mind that it will not be dynamic though, so you will effectively be making a single slice of an OLAP cube