Refreshing external tables

I am trying to figure out what is the best way to refresh only a specific set of external tables in dbt. For context right now I have a 2-3 models in my dbt project that use external tables. When using the run-operation refresh_external_table cmd, is there a way to limit it to external tables only used by a specific model?

<@U037G20DTSR> dbt run-operation stage_external_sources --args ‘select: NAME_IN_YAML’ --vars 'ext_full_refresh: true

Note: @Gopi Kannedhara originally posted this reply in Slack. It might not have transferred perfectly.