You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current ElasticDL version, one way to support clickhouse or MySQL is using custom_data_reader_params.
Shard is defined as (shard_name, start_index, num_record).
Task is defined as (shard_name, start_index, end_index)
Thus, need to put all required info to access clickhouse or MySQL in shard_name, which is a string.
Also need to implement data reading in read_records using (shard_name, start_index, end_index).
How to support clickhouse or mysql?
The text was updated successfully, but these errors were encountered: