wooden-plastic-57815
03/03/2021, 7:21 PMRealData/target-bigquery
which hardcodes all number
to FLOAT
instead of NUMERIC
(which is critical for applications relying on accurate values). I don't see a way to override the target configuration in order to fix things, so I'm wondering what the best practices are and where the responsibility for changes / fixes lies in cases like this - should we use a different target (which invariably would end up with us forking the target repo and having to maintain it separately)? should meltano be responsible for managing config changes like this instead? is there something else I'm missing?ripe-musician-59933
03/03/2021, 9:04 PMRealSelf/target-bigquery
to either change the type for number
or make it configurable. There's not much Meltano can do to affect what happens -inside the target: https://github.com/RealSelf/target-bigquery/blob/a30ec3198081b97d820b33d10d8743e63b00ddea/target_bigquery.py#L93
Note though that the https://github.com/adswerve/target-bigquery fork is much more actively maintained than RealSelf's original, so I'd suggest using and contributing to thatwooden-plastic-57815
03/03/2021, 9:30 PMripe-musician-59933
03/03/2021, 9:34 PMwooden-plastic-57815
03/03/2021, 9:36 PMripe-musician-59933
03/03/2021, 9:38 PMwooden-plastic-57815
03/03/2021, 9:40 PMripe-musician-59933
03/03/2021, 9:40 PMwooden-plastic-57815
03/03/2021, 9:40 PM