Get started
Using Nekt
- Sources
- Catalog
- Explorer
- Transformations
- Destinations
- Visualizations
- Runs
Understand
Use cases
- Overview
- Examples
Common questions
Frequently asked questions.
You probably haven’t had any successfully completed runs yet. When a source is created, the tables are already identified and created in the Catalog, but the data only becomes available once a successful run has occurred. Make sure you’ve triggered a manual run or wait for the scheduled automatic trigger. Once the run is complete, your data should be visible in the Catalog.
Access to sources, destinations, and transformations is determined by table and layer access permissions. For a member user to have a certain level X of access to a source, destination, or transformation, they must have the same level X (or higher) access to each of the tables involved. You can read more about permissions in Permissions.
No! We extract data exactly as it is sent from the APIs. So the way you see the data in Nekt is the same as you would if you used any tool to hit the endpoint and view the result. The only modifications you might notice are: column names are always standardized to snake_case, and a new column called nekt_sync_at is added for internal processing.
A Full Sync ignores previously extracted data and makes a copy of all data from the source, exactly as it exists at the time of extraction. Incremental Sync is more efficient and only fetches the data that has changed since the last extraction. Read more in Sync Types.
The use of Incremental Sync depends on the existence of a field that identifies when each record was last modified. Typically, it’s a column called “last_updated_at” or something similar. If the API doesn’t return this field, or if you didn’t specify it correctly when creating the source, Incremental Sync won’t be possible.
Although we can make some predictions based on information you provide, the best way to estimate your costs is to evaluate the cost of the first runs and extrapolate that to your expected future usage. Read more about how to monitor this in Cloud, and feel free to reach out if you have any questions!