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
When you are asking for the datasets available in your database, you are implying here that they are coming from a Mongo Database.
As it can see here, the RI is querying the databases in the mongo connections module.
I suggest making this process as database agnostic as possible.
Thank you,
Sergi
The text was updated successfully, but these errors were encountered:
Ah, bear in mind that you will need a function called get_list_of_datasets() inside your datasets.py file to match the one that is being called from permissions for each possible database source.
Hi,
Issue for extending the Ri to other databases:
When you are asking for the datasets available in your database, you are implying here that they are coming from a Mongo Database.
As it can see here, the RI is querying the databases in the mongo connections module.
I suggest making this process as database agnostic as possible.
Thank you,
Sergi
The text was updated successfully, but these errors were encountered: