Skip to content
Discussion options

You must be logged in to vote

Hello @koliankolin, today this is not possible. Currently, the source will transform the record to an AirbyteRecord type (JsonSchema), and then the Destination tries to decode the datatype to their closest format. I think for this situation, it is (decimal) -> (number) -> (float). This is the strategy Airbyte has to allow connections from any type of source to any destination. If instead, you need a specific mapping from MySQL to BigQuery, imagine the complexity it can create among all the sources and destinations Airbyte has in the catalog. @evantahler may have more insights about this topic.

Thanks for the question. I'll change the topic to a more generic one.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@evantahler
Comment options

Answer selected by koliankolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment