-
Troubleshooting CreateFlow Function in AWS AppFlow for Google Analytics 4 (GA4) Integration
Hey there! I’m working on creating an AppFlow flow to move data from Google Analytics 4 to an S3 bucket using some code. But, I’m hitting a bit of a brick wall. Whenever I try to run it, I get the following error message: “An error occurred (ValidationException) when calling the CreateFlow operation: ConnectorRuntimeSettings object are not required but found.”
Here’s the code I’m currently using:
response = client.create_flow( : : )
I’ve been wracking my brain to identify the issue and it seems like the ‘tasks[]’ param could be the culprit. I’ve tried tinkering with different values for the taskType but no dice. Could you lend a hand and let me know if something pops out to you? Much appreciated!
Log in to reply.