amazon-redshift-utils
amazon-redshift-utils copied to clipboard
Amazon Redshift Utils contains utilities, scripts and view which are useful in a Redshift environment
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Hi there. The v_view_dependency script: https://github.com/awslabs/amazon-redshift-utils/blob/master/src/AdminViews/v_view_dependency.sql#L1 does not work for materialized views. I had a table that would not drop without 'cascade'. I could not find a dependency via the...
***Issue*** If the S3 audit logs contain multiple queries with 16 MB (the max limit for Redshift) with multiple lines ("\n"), the query extraction takes more time to complete the...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...
Bumps [flask](https://github.com/pallets/flask) from 2.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
We make use of the AWS Labs supplied view called, v_generate_tbl_ddl. This view generates the DDL code from the objects that exist in one environment, so we can drop and...
When the secret id is selected, the code throws an expectation on the None value. Make the DbUser and DbPassword available also when selecting the password from the AWS Secrets...
*Description of changes:* * Adds description row for the missing admin views: 1. v_wlm_queue_state.sql 2. v_connection_summary.sql 3. v_find_dropuser_objs.sql 4. v_generate_cursor_query.sql 5. v_generate_external_tbl_ddl.sql 6. v_get_stored_proc_params.sql 7. v_query_type_duration_summary.sql 8. v_vacuum_summary.sql * Fixes...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...