Create a SQL table in POSTGRES SQL database

Options
ssuhas76
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
    Álvaro Andrés Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 6 Dataiker
    Answer ✓
    Options

    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.

Setup Info
    Tags
      Help me…