ForeverAngry opened a new issue, #354: URL: https://github.com/apache/incubator-xtable/issues/354
I seem to keep getting a `version-hint.text` error when trying to use the .jar file to sync an existing iceberg table to a delta, using AWS Glue as my catalog. Im using the `my_config.yaml` file as directed in the doc's, but i feel like im missing something. For instance: ``` sourceFormat: ICEBERG targetFormats: - DELTA datasets: - # (i have this set to the parent path that holds the (metadata, data and _delta_log directories), ive tried other configurations as well. The _delta_log directory gets created, but nothing gets created in it, as i keep getting the error indicated above) tableBasePath: s3://path tableName: my_table ``` Do i need to create a catalog.yaml and clients.yaml file as well? I noticed these but i thought they were only for implementing custom sources other than Hudi, Iceberg or Delta. Thanks in advance! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org