You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: