Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gfh62001 opened this issue Jan 25, 2024 · 0 comments
Open

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

gfh62001 opened this issue Jan 25, 2024 · 0 comments

Comments

@gfh62001
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant