Create a SQL table in POSTGRES SQL database
ssuhas76
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 31 ✭
Hello Everyone,
Can i get help on how to create a table in a exisitng SQL database in Dataiku?
Tagged:
Best Answer
-
Álvaro Andrés Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 7 Dataiker
Hello,
You can create SQL-managed datasets from SQL "query" recipes and DSS automatically creates the underlying database table; if you use an SQL "script" recipe, you should handle table creation/drop within your SQL statement.
In case you don't want to create DSS datasets, you can also run an SQL notebook and interact directly with your Database using SQL statements.