简体   繁体   中英

Trouble Adding Publishing Action to append to an existing big query table?

I have a dataflow flow that appends to an existing bigquery table which has been working for the last few weeks. When i run it now it gives me the error "Cannot run job. Please reload the page and try again." and won't even start the job.

After trying a lot of things, i made a copy of the flow and when the publishing action is creating a new csv file, it works but when i try to Add a publishing action to an existing big query table,it keeps giving me another bizarre error "SyntaxError: Unexpected token C in JSON at position 0".

I have no idea what is happening since everything used to work perfectly and i made no changes whatsoever.

I am not adding anything new, but I want to give you an answer.

It seems that one of your JSON inputs may be malformed. Try logging it to see what's the problem - and also try skipping malformed JSON strings.

as mentioned in past comments, I suggest to check your logs in StackDriver to find out why are you getting the:

"Cannot run job. Please reload the page and try again."

Also if you can retrieve more information about the error from those logs, It'd be useful to assist you further.

Besides the above, maybe we can solve this issue easier by only just checking the json format, here I put an easy third party json validator and here you can check where you have the error in your json.

https://jsonformatter.curiousconcept.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM