New Feature
AWS Import
You can now connect your Amazon RDS to DronaHQ using the AWS Import feature. This feature supports the creation of data sources with major DB Engines like MySQL, PostgreSQL, Microsoft SQL Server, and MariaDB. It automatically fetches connection details such as hostname, database name, port number, and username from Amazon RDS, eliminating the need for manual setup.
Read more about it here.
Enhancements
Google Sheet Endpoint
-
GetAllRowsV2: Retrieve all rows from a specific sheet in a Google Sheets document.
-
FindRowsV2: Search and retrieve rows from a specific sheet based on specified criteria.
Sanitize Keys in Data Queries
You will now see a “sanitize keys” option in data queries under advanced options. This feature addresses the issue of special characters in JSON keys causing problems during data binding. With the “sanitize keys” option, any special characters will be replaced by underscores (_), ensuring smooth data binding without issues. Read more about it here.