Hello
I'm trying to set up an audit log sink in a BigQuery dataset.=
An issue persists, causing errors as follows: "Cloud Logging sink configuration error in orgid, sink all_auditlogs_sink_bq: dataset_org_policy_denied ()".
The inclusion filter I set for the sink is as follows: resource.type="bigquery_resource"
Do I need to pre-create tables under the dataset?
I have granted the service account used by the sink the BigQuery Data Editor role in the project where the BigQuery dataset is located. What could be the problem? Please check.