diff --git a/spark/tutorials/Cognite Spark data source tutorial.ipynb b/spark/tutorials/Cognite Spark data source tutorial.ipynb index 847fde8..7b490ae 100644 --- a/spark/tutorials/Cognite Spark data source tutorial.ipynb +++ b/spark/tutorials/Cognite Spark data source tutorial.ipynb @@ -168,7 +168,7 @@ "outputs": [], "source": [ "events = spark.read.format(\"cognite.spark.v1\") \\\n", - " .option(\"type\", \"assets\") \\\n", + " .option(\"type\", \"events\") \\\n", " .option(\"apiKey\", dbutils.secrets.get(secret_scope, project_key)) \\\n", " .load() \\\n", " .cache()"