Incorta Integration with Sparkflows using Chidori
Integrate with Sparkflows using Chidori.
Integrate with Sparkflows using Chidori.
Question How do I parse a JSON string from column to flattened structure in Incorta? Answer Assuming a Incorta table has a column with JSON string then here is a sample pyspark code which you can use to create a Materialized view in Incorta - from...
Learn how to access AWS services from an Incorta Materialized View.
Learn tips and tricks for getting the most out of Load Plans!
Symptoms After an upgrade, there is a possibility that incortaMetaData schema would fail with the following error: com.incorta.api.exceptions.DataException: INC_03070000: Failed retrieving sample data from [_IncortaMetadata] with properties [[increm...
Quickly save Pandas DataFrames as materialized views without manually defining each column's data type and function. These simple functions allow the switch between Spark and Pandas more efficiently.
Delta Sharing is a simple REST protocol that securely shares access to part of a cloud dataset. Learn more here!
Introduction It is a best practice to test configuration in the development/test environment(s) before moving it to production. In some cases, production data is loaded into the Dev/Test environments for validation purposes as well. This article di...
Applies to: Any Incorta version On-Prem/Cloud Question: How to configure an ODBC connection?Unable to connect to Incorta using ODBC Overview: Any program that uses Open Database Connectivity (ODBC) to connect to a remote database needs a way to iden...
Struggling to wrangle data from multiple sources? Learn about how and when to combine similar data points from disparate sources with three different approaches using the Incorta Platform.
Read this article to review variable types in Incorta, when you use them, and best practices around using variables.
Learn how the Data Agent allows you to connect data sources behind your firewall to the Incorta Cloud
A simple guide to getting connected to Oracle Cloud (Autonomous) Database
This article shows how to use a classification Machine Learning (ML) algorithm on the Iris Flower data set. It first creates a model based on a training data set and then scores the the test data set and gives the prediction of the flower based on th...
A slowly changing dimensions (SCD) is a dimension that stores and manages both current and historical data over time.