gffield
Results
1
issues of
gffield
I am executing the following command using PySpark ``` df.write.format('com.databricks.spark.redshift') \ .options(url='%s?rewriteBatchedStatements=true' % config.red_url, dbtable=config.sfeed_table_stage, user=config.red_user, password=config.red_passwd, tempdir=config.s3_tempdir, batchsize=50000).mode('append').save() ``` When I do this, it gives me the error message...