We found something that works. Not sure how it scales but… Basically we open an API connection as if you were sharing the data out of the bubble DB externally then we created a script to Post the data out of the SQL DB into the bubble. You still have to generate a unique ID (key) for the data in SQL, but the bubble data structure works. For instance you can do the search for jobs that are related to a company native. The next thing we are working on is doing a differential DB load so you only update records that change so you don’t have to do a complete DB replace. Hope this helps!