Skip to content

Add Missing CASCADE option to DropMaterializedView #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

ewengillies
Copy link
Contributor

I followed the aws docs to the letter in terms of options for DROP MATERIALIZED VIEW. Unfortunately, they omitted the common CASCADE argument from this documentation.

I've added a boolean flag to support this option.

Todos

  • MIT compatible
  • Tests
  • Documentation
  • Updated CHANGES.rst

@ewengillies
Copy link
Contributor Author

I've play around with a few more DROP MATERIALIZED VIEW arguments, this the only missing one i can find.

@jklukas jklukas force-pushed the materialized_view branch from a3353ab to f0d73cb Compare June 1, 2020 12:47
Copy link
Member

@jklukas jklukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I rebased and squashed to a single commit. Waiting for integration tests to run before merging.

@jklukas jklukas merged commit e2a0c06 into sqlalchemy-redshift:master Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants