We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm quite new to DBT and DuckDB. I'm still a bit confused about setting up primary and foreign keys in the models.
I saw that this is how it is being implemented in the models:
jaffle_shop_duckdb/models/schema.yml
Lines 36 to 48 in a6ea10d
When I open the resulting .db file in DBeaver or Metabase, the constraints doesn't seem to be implemented.
.db
My question is:
.sql
PS: I also found these tools:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm quite new to DBT and DuckDB. I'm still a bit confused about setting up primary and foreign keys in the models.
I saw that this is how it is being implemented in the models:
jaffle_shop_duckdb/models/schema.yml
Lines 36 to 48 in a6ea10d
When I open the resulting
.db
file in DBeaver or Metabase, the constraints doesn't seem to be implemented.My question is:
.sql
scripts?PS:
I also found these tools:
The text was updated successfully, but these errors were encountered: