You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TOOL-696 Add fields for notification integration name for pipe and ta…
…sk. (#126)
Also updated the template to include changes needed for CSV file format and error_integration for pipe and task
Co-authored-by: Anish <[email protected]>
STREAM-132 Update documentation and changelog for 5.9.0 (#124)
Also includes a minor update in the snowflake ssp template to handle special character in the snowsql command.
STREAM-127 Remove log4j vulnerable dependency (#121)
* Removed the CVE-2021-44228 vulnerable unused dependency. This dependency is not used in the application.
STREAM-117 Fixed the bug to provide environment variable in ingest-co…
…nfig. (#116)
Things were already in place for schema command but it was not working for script command.
After analysing, found that there were two different methods to read YAML. In one method we missed to add the deserializing logic that will read the environment variable, hence removed it.
Now we have a common logic to read YAML file along with environment variable across the application.
STREAM-116 Connect streamliner with redshift (#115)
* added dependency for redshift jar
* updated type-mapping.yml file to support redshift data types.
* added changelog for streamliner 5.6.0