Hi Team, I don't understand how Postgres V2 has be...
# give-feedback
o
Hi Team, I don't understand how Postgres V2 has been released as a certified connector with this issue https://github.com/airbytehq/airbyte/issues/35386 Drop cascade always worked in previous connector versions of Postgres, so I'm unsure if it's a bug or an intentional change? As you can see from the comments, I'm not the only one struggling with this; what it means for us is we can't upgrade to V2 until this issue is resolved.
u
It is dangerous to do
CASCADE
if the have some operational dashboards or things depending on this VIEWS. You can always add your use case and information in the issue to bring more discussion to the topic. Thanks for the feedback
o
Hi @[DEPRECATED] Marcos Marx, sorry I can't find my answer on this page, where exactly I should look?
t is dangerous to do
CASCADE
if the have some operational dashboards or things depending on this VIEWS.
Not sure I agree with this statement, but it also doesn't work if I don't have any views depending on the source table... I tested it today. Am I wrong?
Hi @[DEPRECATED] Marcos Marx can you point out where this is mentioned in the document, please? I can't see it. If this is intentional, what are we expected to do here? Write our own custom script to drop cascade?