We are currently using `target-bigquery` from adsw...
# plugins-general
a
We are currently using
target-bigquery
from adswerve. It accepts a command-line argument
--tables
which can specify a table-specific configuration file. How does one incorporate using this command-line option into the
meltano.yaml
file or anywhere else in the framework?
d
Good question! This came up just last week: https://meltano.slack.com/archives/CFG3C3C66/p1616601593113900
a
Oh thanks for the heads up. I guess my timing was spot-on. We’ll track the progress of that commit. BTW, we also forked that repo such that we could override the global default type from
FLOAT
to
NUMERIC
. But now that I realized there’s a table-specific config, it might be better to have more granular control over these field mappings. https://github.com/qwil/target-bigquery (I believe there’s another change that’s going into the mainline that does the equivalent)