| Sagar Kapare Sean Zhou How’s this: CDAP-17720: When you run a Replication job, if a source table has a column name that does not conform to BigQuery conventions, the job fails with an error similar to the following: com.google.cloud.bigquery.BigQueryException: Invalid field name "SYS_NC00012$". Fields must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 128 characters long. Note: In BigQuery, column names must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 128 characters long. Workaround: Remove columns from the Replication job that do not conform to the BigQuery naming conventions. |