I am looking for a way to define a Teradata Data Transfer custom schema that implements a month based date partition. The documentation only provides a method to do this at a timestamp
or date
level.
https://cloud.google.com/bigquery-transfer/docs/teradata-migration-options#custom_schema_file
Is there an undocumented approach to defining a custom schema file that handles this? Or is the alternative to migrate at the day level, then once in BigQuery insert into a table that is defined with the month partition?
As mentioned in the Answer :
As mentioned in the Documentation, you can refer to the Explanation:
For more information, you can refer to the documentation.