Murilo Nigris
01/20/2021, 11:41 AMinstall_requires=["airbyte-protocol", "tap-appsflyer==0.0.12", "requests", "attrs==19.1.0"]
Is this solution ok? Otherwise I would have to submit a PR for singer and it usually takes some time, and I would rather not do it for now.
2.
When I run the cmd below in the source-appsflyer-singer directory with venv activated, I get the error in the print, event though the appsflyer request succeeds.
python main_dev.py discover --config secrets/config.json
I've commited my changes in this branchuser
01/20/2021, 3:52 PMuser
01/20/2021, 3:55 PMuser
01/20/2021, 3:55 PMuser
01/20/2021, 3:56 PMuser
01/20/2021, 5:34 PMuser
01/26/2021, 3:11 AMuser
01/26/2021, 3:19 AMThe current integration doesn't have the 'discover' method,as in the singer version doesn't have a discover method? good to know!
user
01/26/2021, 3:20 AM