Hi,
I am working on a use case, where I have Airflow2 DAG and I am triggering it on Bigquery table insert.
But, the problem is, it is triggering 2 times for every insert.
And also, it is triggering on querying the table also.
Event I am listening to is - google.cloud.bigquery.v2.TableService.InsertTable.
Both the events are similar, hence I cannot filter it out.
Can anyone suggest something or help.
Thank You.