singer-io / tap-criteo

GNU Affero General Public License v3.0
0 stars 4 forks source link

Crash in discovery mode #4

Open MobeenAshraf opened 4 years ago

MobeenAshraf commented 4 years ago

I was trying to set up the ETL pipeline. I found the following issue when I try running the tap in discovery mode.

~/.virtualenvs/tap-criteo/bin/tap-criteo --config config.json --discover > catalog.json

I receive the following error:

FileNotFoundError: [Errno 2] No such file or directory: '/home/dell/.virtualenvs/tap-criteo/lib/python3.6/site-packages/tap_criteo/metadata/AdvertiserInfo.json

For some strange reason, metadata folder isnt created I guess.

I haven't been able to run it without discovery mode either but that doesn't issue any crash. It just executes without creating any CSV file.