kristeligt-dagblad / dbt_ml

Package for dbt that allows users to train, audit and use BigQuery ML models.
Apache License 2.0
64 stars 26 forks source link

how to deal with BQML model that is "remote models"? #52

Closed gfh62001 closed 3 months ago

gfh62001 commented 10 months ago

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?