Skip to main content

Invalid config: Wrong type for field "queries.destination" - got "{'database': 'xxxx:xx:xxxx:xx', 'table': 'xxxx'}" of type dict instead of RawDestinationConfig, EventsDestinationConfig, AssetsDestinationConfig, TimeseriesDestinationConfig, SequenceDestinationConfig, FilesDestinationConfig

Hi @Sonali Vishal Patil,

Do you still observe this issue?

Best regards,
Dilini 


Hi Sonali,

In your destination configuration, you need to specify the type of the destination you want to ingest data.

For CDF Raw destination, it would look like this:

 

    destination:
type: raw
database: "your-raw-db"
table: "your-raw-table"


Thanks and Regards,

Rogerio Junior
Cognite Engineering


Reply