Skip to content

Add Missing CASCADE option to DropMaterializedView#204

Merged
jklukas merged 1 commit into
sqlalchemy-redshift:masterfrom
ewengillies:materialized_view
Jun 1, 2020
Merged

Add Missing CASCADE option to DropMaterializedView#204
jklukas merged 1 commit into
sqlalchemy-redshift:masterfrom
ewengillies:materialized_view

Conversation

@ewengillies

Copy link
Copy Markdown
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
Copy Markdown
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

@jklukas jklukas left a comment

Copy link
Copy Markdown
Member

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