Mike Lyons
Mike Lyons
I've discovered the source of the issue. wal-e is relying on `AWS_SECURITY_TOKEN` instead of `AWS_SESSION_TOKEN`: https://github.com/wal-e/wal-e/blob/master/wal_e/cmd.py#L412 wal-e will work if I use `AWS_SECURITY_TOKEN`, but the new aws docs, and awscli...
+1 seeing this in pyspark
here is a work around. if you remove the `--create-change-history` param, and manually run this sql (more or less) on your snowflake, you'll be good. reference the `CHANGE_HISTORY` DDL on...