doug_read
06/16/2023, 10:45 PMdocker run -v $(pwd):/projects -w /projects meltano/meltano --environment=dev run --full-refresh tap-chargebee target-bigquery
Error
raise exceptions.from_http_response(response) cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-06-16T22:42:07.080608Z [info ] google.api_core.exceptions.BadRequest: 400 POST <https://bigquery.googleapis.com/bigquery/v2/projects/nucalmv3-dev/datasets/meltano/tables?prettyPrint=false>: Invalid field name "validation_status,". Fields must contain the allowed characters, and be at most 300 characters long. For allowed characters, please refer to <https://cloud.google.com/bigquery/docs/schemas#column_names> cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
douwe_maan
06/16/2023, 11:34 PMpip_url
on tap-chargebee
to git+<https://github.com/DouweM/tap-chargebee.git@fix-validation-status>
and running meltano install
.doug_read
06/16/2023, 11:35 PMdoug_read
06/16/2023, 11:51 PM