Incremental logic implementation in dbt core from databricks

While we are trying to use incremental materialization in dbt with databricks local which is required for the creation of incremental models and custom scd logic.

Internally dbt is trying to read metadata for incremental model from system table
It is able to run for the 1st time (Initial load) but gives permission error on further runs (Incremental / Delta load)

Error log:

Insufficient permissions:
[INSUFFICIENT_PERMISSIONS] User does not have SELECT privileges on table system.information_schema.table_tags.