enzo_garofalo
01/25/2023, 12:34 AMINFO Load t_orders_f2bb4a8fa8a3451bb7dfb3f1555d29cf by FULL_TABLE (truncate) cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-01-25T00:23:01.766684Z [info ] INFO loading t_orders_f2bb4a8fa8a3451bb7dfb3f1555d29cf to BigQuery cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-01-25T00:23:02.497689Z [info ] ERROR failed to load table t_orders_f2bb4a8fa8a3451bb7dfb3f1555d29cf from file: 400 POST <https://bigquery.googleapis.com/upload/bigquery/v2/projects/exp/jobs?uploadType=resumable>: Field subtotal_price_set is type RECORD but has no schema cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-01-25T00:23:02.498182Z [info ] CRITICAL 400 POST <https://bigquery.googleapis.com/upload/bigquery/v2/projects/exp/jobs?uploadType=resumable>: Field subtotal_price_set is type RECORD but has no schema cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
I tried using a table config json for the bigquery loader to set the data types. Also weird note, I didn't include subtotal_price_set in my yml shopify parameters or the bigquery table config, I'm confused why that's popping up.
I'm able to do tap-shopify to target-jsonl with no issues. Any help on this would be really appreciated 🙏aaron_phethean
01/25/2023, 2:52 PMenzo_garofalo
01/28/2023, 10:04 PMaaron_phethean
01/30/2023, 11:09 AMexport TAP_MSSQL__CATALOG="catalog.json"
meltano run tap-mssql target-postgres--transferwise
https://docs.meltano.com/guide/integration#extractor-catalog-generation
The catalog can deal with type (hints to the target), selection of tables and columns.