Skip to content
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

Support of creating DDL for redshift objects #47

Open
archenroot opened this issue Jul 14, 2021 · 0 comments
Open

Support of creating DDL for redshift objects #47

archenroot opened this issue Jul 14, 2021 · 0 comments

Comments

@archenroot
Copy link

So in times of data warehouses running on-premise there were dbas vs devs. when you work with databases you have only 2 groups of language:

  • Install database servers and provide DDL, tuning, etc. - DBAs
  • DML - DEVSs

Redshift is no different, its a Postgres clusterized version. In these days DBA's tasks are done via InfraOps/CloudOps/DevOps teams via terraform. So it creates cluster, etc. so it should also cover DDL (CREATE statements).

I would like to see at least Table and View management first.

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

No branches or pull requests

1 participant