In recent BQML models, there is a remote models like LLM.
The creating procedure like
'''
CREATE OR REPLACE MODEL models.llm_model2
REMOTE WITH CONNECTION connection_id
OPTIONS(ENDPOINT = 'remote endpoint')
'''
We don't have to rebuild it and train to these kind of models.
So is there any way to manage the remote model and reference by downstream dbt tables?
In recent BQML models, there is a remote models like LLM. The creating procedure like ''' CREATE OR REPLACE MODEL models.llm_model2 REMOTE WITH CONNECTION
connection_id
OPTIONS(ENDPOINT = 'remote endpoint') ''' We don't have to rebuild it and train to these kind of models.So is there any way to manage the remote model and reference by downstream dbt tables?