dylanwan
Employee
Employee
since ‎02-28-2022
‎03-06-2025

User Statistics

  • 110 Posts
  • 23 Solutions
  • 57 Kudos given
  • 89 Kudos received

User Activity

Problem You need to ingest data from S3 to Incorta. The data is in CSV format and requires transformations. While Incorta's Data Lake connector can read data from S3, it loads the data in raw format before transformations can be applied. Transformin...
SymptomsDiagnosisSolution1. Read Data into Spark2. Create JSON Schema3. Parse JSON and Create a Temporary Column4. Explode Nested JSON Array5. Save the Final DataFrame Download   Symptoms JSON data are provided by the source system for sharing with ...
OverviewWhat is Chidori?Incorta and Sparkflows IntegrationConfigure the ConnectionsCreate Project and workflow in SparkflowsML Model RegistryCreate an Incorta MV using the PySpark generated by Sparkflows Overview Sparkflows provides a no code or low...
Introduction Incorta MV Notebooks offer an alternative way to edit Spark code used to generate materialized views (MVs).  This article provides a couple of tips that allows you to save your work while doing development. What you need to know before r...
Scenario You need to access AWS services, such as S3, Kafka, or Kinesis, from an Incorta Materialized View (MV) for extracting data. Issues You prefer not to list the credentials in the MV script. Solution You can set up AWS to use temporary secur...