0

I already read this question, but it didn't solve my problem.

I read from a PubSub topic in my Dataflow topology, but I am always getting the error of "resource setup failure":

stack trace

Even if I have already enabled all of the Google Cloud APIs for the project.

Do you have any ideas? Could it be some issue with credentials?
Where can I get a more meaningful error message?

Community
  • 1
  • 1
affo
  • 453
  • 3
  • 15

1 Answers1

1

I needed to create the topics by hand.

Dataflow automatically creates the subscriptions, not topics.

affo
  • 453
  • 3
  • 15
  • Glad you figured it out! But that error message can definitely be better -- I've filed a bug. Thanks! – Frances Jul 14 '16 at 18:59
  • Thank you Frances! It was a bug indeed? I thought I misunderstood the documentation. It clearly states: "When you provide a topic name, Dataflow automatically creates a subscription to that topic for you". – affo Jul 15 '16 at 15:08
  • Aaaaaa ok, you filed a bug for the poor error message. – affo Jul 15 '16 at 15:17