connor_flynn
04/27/2022, 12:04 PMtarget-redshift
(data-mill variant) loader reading the max_batch_rows
parameter defined in the meltano.yml
file.
I am trying to understand why the pipeline isn't reading this parameter and was just wondering how Meltano interprets configurations from the YAML file (of loaders in particular) when running a pipeline?
Any insight would be greatly appreciated!connor_flynn
04/27/2022, 12:35 PMpat_nadolny
04/27/2022, 1:18 PMmeltano config target-redshift list
should give you all the available settings and their associated values from the meltano.yml. Also meltano invoke --dump=config target-redshift
will give you the config.json file that is passed to the target during execution. I would run those and make sure everything looks as expected.connor_flynn
04/27/2022, 1:20 PMpat_nadolny
04/27/2022, 1:20 PMconnor_flynn
04/27/2022, 1:29 PMmeltano invoke --dump=config <loader>
I will have to see if this is an issue with the target-redshiftpat_nadolny
04/27/2022, 1:31 PMconnor_flynn
04/27/2022, 2:14 PM