Solved

unable to run db extractor

  • 17 November 2023
  • 2 replies
  • 38 views

Userlevel 2
Badge

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

icon

Best answer by Rogerio Júnior 23 November 2023, 14:00

View original

2 replies

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

Userlevel 4
Badge +2

Hi @Sonali Vishal Patil,

Do you still observe this issue?

Best regards,
Dilini 

Reply