Open thenaturalist opened 7 years ago
Hi there,
So if you're running this on heroku, you're not running this in a docker container, which is the easiest way to get this running.
Airflow hasn't really been tested a whole lot against python3 too, are you running python3 by any chance?
I'd try specifying the client encoding in the airflow.cfg explicitly and from there evaluate if there are better ways to deal with this, for example setting the client encoding in the postgresql.conf file (which I think is a client config file).
It does seem as if it's defaulting to ascii. Unfortunately there's not a lot I can do from this end to figure this out.
I updated the project today to improve fact processing. It was using subselects, but now uses joins, which are 100 times more performant.
Can you let me know your progress with this issue?
Hi,
I'm failing to get your Operator to work due to what seems to be a mismatch of SQLalchemy and Psycopg2/Postgres. See this Stackoverflow Thread as well. Case is transfer between two PostgresDBs on Heroku.
Log excerpt from testing the Operator with a task:
Did you come across this during development? Any tips how to make the operator work?