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.
