Imports
There are multiple ways to define entities in Single Origin:
- interactive import of one SQL query at a time
- batch import of multiple SQL queries at a time
We suggest starting with Interactive Import to build an intuition for how SQL is parsed in Single Origin. For a more technical description of SQL parsing, you can also read about our Core Concepts.
Permissions
- To create entities, a user must setup a personal connector with sufficient privilege to reference table schemas. See Connecting to Your Data.
Updated 3 months ago