Skipping functions in Airbyte sync for MySQL to BigQuery connector

Summary

How to exclude functions/stored procedures from Airbyte sync in MySQL to BigQuery connector


Question

I have setup a mysql to bigquery airbyte sync
and I recently created a function which ideally should not be caught in the sync as I believe airbyte should only look for DML statements or DDL of tables
not for functions/stored procedure

is there any way to get this skipped ?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["mysql-to-bigquery", "airbyte-sync", "functions", "stored-procedures", "exclude"]

Caused by: io.debezium.text.ParsingException: DDL statement couldn’t be parsed. Please open a Jira issue with the statement 'CREATE DEFINER=admin@% FUNCTION