szeevs

Results 2 issues of szeevs

The function is not robust. To cover all cases you need to comply with: https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-template-redshift.html For example, what if you get int(8) from MySQL?

enhancement

Accessing keys and values of the json schema is incorrect. Change the code to: ``` def create_if_not_exists(self, schema, pg_hook, temp=False): output = '' for item in schema: k = "{quote}{key}{quote}".format(quote='"',...