I am creating a table with different name than the default name as model name by configuring Alias = <‘table_name’> . After model execution I want to capture the actual table name from dbt_aritifacts tables so that I could go to snowflake information schema table to get row_count. And I was checking MODELS and MODEL_EXECUTIONS tables but none of them have this information. They have only model name but not the table name created by model. Any idea?