I am following this to create a dataflow pipeline https://codelabs.developers.google.com/codelabs/modern-data-pipeline-firestore-bigquery-dataflow-templates/index.html#9 but my data flow failed due to my quota.
i got this error message: "Workflow failed. Causes: Project XXXX has insufficient quota(s) to execute this workflow with 1 instances in region us-central1. Quota summary (required/available): 1/7 instances, 4/4 CPUs, 1230/818 disk GB, 0/250 SSD disk GB, 1/99 instance groups, 1/49 managed instance groups, 1/99 instance templates, 1/3 in-use IP addresses. Please see https://cloud.google.com/compute/docs/resource-quotas about requesting more quota."
I was denied for quota increase by gcs, so I guess I'll have to optimize my pipeline by specifying the parameters. How should I do that?