Boomi

Monitor Boomi Runtime with AWS Cloudwatch

AWS CloudWatch can be used to monitor logs and metrics of the Boomi Integration runtimes. We explore how to configure and setup the AWS Cloudwatch Agent to monitor OS and Application level metrics.

Boomi

Dynamically Set Database Name within Snowflake Connector

The article outlines how to dynamically set the database name and schema within a Snow SQL.

Boomi - Java

Troubleshooting: NoSuchAlgorithmException Algorithm HmacPBESHA256 not available

Troubleshoot NoSuchAlgorithmException Algorithm HmacPBESHA256 not available by using an algorithm that is supported by Java 8 or 11.

Boomi - Java

Recursively Query Subdirectories with Disk v2

The article reviews how to recursively query for files in all subdirectories.

How to Execute a Python Script within Boomi

Learn how to execute a Python script within Boomi.

Inserting Data into Databricks with Azure Blob

The article is going to review how load data into Azure Blob, execute a COPY INTO command within Databricks to ingest the data within Azure Blob, and finally remove the file from Azure Blob.

Boomi

Find ZIP files embedded within ZIP files

The article reviews how to determine if a file needs to be unzipped based on the beginning characters of the file.

Boomi - Azure

How to Create a Azure Blob Shared Access Signature (SAS) Token

Azure Blobs allows for Shared Access Signature (SAS) Tokens to be created to access specific objects within the Blob. The article shows how to create one within Boomi.

Boomi

Hardcode Values within SQL Statements with the Database v2 Connector

The article reviews how to hardcode values within SQL statements with the Database v2 Connector. Using the CAST() function is the recommended way to define the data type, which is required by the connector.

Boomi - AWS

Creating an AWS S3 Presigned URL

AWS allows for the creating of pre-signed URLs for their S3 object storage. These pre-signed URLs can be given to someone and that person is allowed to access to file for a specific time period. This article covers two scripts that can create the pre-signed URL.