Scanner Output File Structure
Each scan generates a set of files that can be found in a so-called debug archive. These files include metadata information about the scan as well as log outputs. As such, they can help you troubleshoot if you encounter issues when running the scanner.
Understanding the debug archive directory structure
A debug archive contains the following:
File | Description |
---|---|
|
Main folder with a unique name. The root folder of the whole execution. |
|
Each defined configuration is mapped into a job. Each job has a local subfolder containing intermediate files (as local file database for intermediate computations). This is where SQLite database files are located as well:
|
|
Exported lineage files in Ataccama Lineage format as described in Ataccama Lineage Format. |
|
Zipped lineage files. |
|
Log file of the whole scanning run. If issues occur during scanning, refer to this file for detailed logs that provide insights into the scanning processes, configurations, and potential errors. |
|
JSON definition used to execute this scan. |
|
Internal use. |
|
Internal use. |
|
Internal use. |
|
Folder containing additional log files. |
Was this page useful?