When I introspect my BigQuery source, no models are found. Why?
Hiya, @jmarks — thanks for this and sorry for the delay as well.
I think there may be a bit of a misunderstanding as to how you get entities from your datasource » PromptQL as models. Notably, introspection
won’t create models. Rather, this is updating your connector’s configuration.json
file. From there, you can run the ddn models add <connector-name> "*"
and you should see the relevant *.HML
files generated. If not, after introspecting, run the ddn connector show-resources <connector-name>
command to see what’s returned.
If there’s still nothing present, bear in mind the unique considerations for the BigQuery connector wherein you’ll need to ensure the service account has permissions and the correct dataset is selected in the JDBC URL.