I added a new column to my table — how do I sync PromptQL?
Sorry for the delay here, @devonnguyen!
Anytime the underlying schema changes, you’ll need to re-introspect (ddn connector introspect
) and update the model (ddn model update
). Then rebuild the supergraph. We’ve an iteration guide here that should be helpful