Example of a SQL Training Data Importer?

Does anyone have a functional example of a Training Data Importer from any type of SQL DB?

I’m on a project that would like to bulk import potentially thousands of intent questions, because we want to organize and manage them in a database, with daily updates.

I’ve read the docs page many times (so please don’t just post this link as a response: Training Data Importers), and am just not able to connect the dots on how to create one, specific to SQL importing.

It feels like this should be a common enough need to be a standard feature, but all I find is the docs page, which isn’t quite detailed enough.

Thanks!!

isn’t quite detailed enough

One of the best things about Rasa is that it’s open source so you can get the full details on how it works from the source code. Source code for the importers is here.

so please don’t just post this link as a response

But the docs give you example source code, what could be better(?) and the code is clearly importing files in the documented yaml format.

It feels like this should be a common enough need to be a standard feature

You should open a github issue make a proposal and add this.