Fidel Besada Juarez

Results 2 comments of Fidel Besada Juarez

Hello, I have injected the parameters in the notification constructor: ``` Notification.primary({ templateUrl: 'partials/notification.html', scope: $notifScope, delay: notification.displayTime, positionY: notification.yPosition, positionX: notification.xPosition, maxCount: notification.maxCount, onClose: function() { console.log('Close Notification'); }...

I'm running this in a notebook jupyter in AWS Glue, and at the beginning of the script, before the Spark session is created, I add this: `%%configure { "--conf": "spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions",...