joy_yu
06/16/2021, 6:57 PM"table_config": "load/target-tables-config.json" in the target-bigquery config in my meltano.yml , but when I ran an elt, the resulting table still wasn't partitioned, any ideas?douwe_maan
06/16/2021, 8:11 PMtarget-bigquery are you using? It's possible that your pip_url in meltano.yml points at a specific tag that didn't support the table_config feature yet.joy_yu
06/16/2021, 8:13 PMgit+<https://github.com/adswerve/target-bigquery.git@hotfix/issue9>dan_ladd
06/16/2021, 8:15 PMjoy_yu
06/16/2021, 8:16 PMhotfix/issue9 to master or remove it or something?douwe_maan
06/16/2021, 8:16 PM@... , and run meltano install loader target-bigquery to reinstall the latest versiondan_ladd
06/16/2021, 8:18 PMjoy_yu
06/16/2021, 8:19 PMjoy_yu
06/16/2021, 8:19 PMdouwe_maan
06/16/2021, 8:21 PMpip_url at the development branch that has all of the hotfixes: https://github.com/adswerve/target-bigquery/commits/developmentdan_ladd
06/16/2021, 8:21 PMjoy_yu
06/16/2021, 8:22 PMdan_ladd
07/01/2021, 1:37 AMdan_ladd
07/01/2021, 1:38 AMprratek_ramchandani
07/01/2021, 3:17 AM