Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error: Output Data (4): Error SQLColAttribute(Numeric): ODBC_DuckDB

simonaubert_bd
13 - Pulsar

Hello All,

I try to write some records in a duckdb database.

here my configuration :

simonaubert_bd_0-1657177156960.png

At the beginning the database does not exist :

simonaubert_bd_1-1657177205914.png

 

The error I get :

simonaubert_bd_2-1657177332597.png

 


Input :

simonaubert_bd_0-1657177910301.png

 

 

The database is created but not useable

simonaubert_bd_4-1657177438499.png

 

simonaubert_bd_5-1657177575358.png

 

Any idea ?

Best regards,

Simon

 

 

2 REPLIES 2
mceleavey
17 - Castor
17 - Castor

Hi @simonaubert_bd ,

 

have you mapped all tables in the Output tool? Of all the tables that are mapped (you must ensure they are all present even if they are not being used) they must all be the corresponding type. For example, ensure that all numeric fields in the DB are a numeric data type in the workflow etc.

In the output you are creating the schema in a pre-SQL statement, this will determine the data types I presume? If you are creating the schema here, then ensure you are creating the types for each column in an Alteryx supported format, such as numeric fields being a double etc.

 

M.



Bulien

simonaubert_bd
13 - Pulsar

Hello @mceleavey 

It's a new table and a new schema so I'm not sure to understand of which mapping you refer to?

Best regards,

Simon

Labels