You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that every time I change the name of the database and schema in secrets.toml and files in doc folder, it does not get updated in the subsequent generated queries - the queries continue to use the old database and schema. I tried clearing up the cache but it did not work. Any suggestions on how to work around this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @ewosl , changing the database setting in secrets will only say the model to execute the queries in that database.
You will need to modify the docs/ folder to make sure the model knows your correct DDL
Hello,
I noticed that every time I change the name of the database and schema in secrets.toml and files in doc folder, it does not get updated in the subsequent generated queries - the queries continue to use the old database and schema. I tried clearing up the cache but it did not work. Any suggestions on how to work around this issue?
Thanks.
The text was updated successfully, but these errors were encountered: