Open brunopistone opened 4 years ago
@bp91 Not sure if you unblocked yourself on this one already. I was able to get messages using a similar script as yours from my Pub/Sub subscription. The NOT_FOUND
error sounds more like an error in your Pub/Sub setup. Were you trying to access the subscription in the same project as the service account key stored in GOOGLE_APPLICATION_CREDENTIALS
?
Hi, I'm trying to use your library for creating a pyspark streaming pipeline using pub/sub. I've followed your guide and wrote this code:
But I receive this error:
Can you help me? Thank you