When DLI is used to insert data into an OBS temporary table, only part of data is imported.
Possible causes are as follows:
Run a query statement to check whether the amount of imported data is correct.
If OBS limits the number of files to be stored, add DISTRIBUTE BY number to the end of the insert statement. For example, if DISTRIBUTE BY 1 is added to the end of the insert statement, multiple files generated by multiple tasks can be inserted into one file.
If you used this method, you can verify that the text editor cannot read all the data.
Run the query statement to view the amount of data import into the OBS bucket. The query result indicates that all the data is imported.
This issue is caused by incorrect verification of the data volume.