Hi. Does anyone here have experience with exportin...
# troubleshoot
w
Hi. Does anyone here have experience with exporting
piicatcher
tags from the sqlite database into Datahub. I'm struggling to get the config correct and keep seeing the message
Copy code
{datahub.entrypoints:195} - Command failed: 
        (sqlite3.OperationalError) no such table: sources
My config file is as follows:
Copy code
source:
  type: dbcat.datahub.CatalogSource
  config:
    database: main
    source_names:
      - test_cat
sink:
  type: "datahub-rest"
  config:
    server: "<http://localhost:8080>"
Command
$ datahub ingest -c ./export.yml
b
Unfortunately we do not 😕 Have you had this working before?
w
No, I havent got it working yet. I've asked the question on piicatcher github. Thanks for responding!
The answer was to add a 'path' to the sqlite file in the config.