Q: Can we set notifications for changes in operation?
A: You can set these notifications at the task level to follow its execution:
Data task stopped due to an error / Data task status has changed to Stopped / Data task status has changed to Started / Table processing was suspended due to errors / Schema evolution during CDC for data task sources
Q: How to transform data directly after landing?
A: Some transformations are available in the storage task (which comes directly after the landing task): data rules and explicit transformations (row by row expressions, rename/add/remove columns, etc...)
Q: Why Does it Creates so many Tables?
A: Each task has its own schemas. The number of tables and views depends on the task configuration.
Materialization (to create only views or views + tables)
Historical data store (creates additional assets to store history of data changes)
This structure allows to use Live Views.
The live views merge data from the internal schema tables with the latest data changes collected by the landing schema.
Therefore, live views always provide up-to-date data, even if the task has not yet run. In this case, data in live views is fresher than in tables.
Q: Where can we see the Errors faced in the task?
A: The task execution logs are available in the task monitor.
You can create a Global monitoring view to check the statuses of the tasks of a same data space in a single console view.
Q: How to use that to understand more details about the error?
A: From the task monitor, click the three dots menu on the upper right corner and select View task logs.
From there, you can configure logging options to get more information by increasing the logs level (Error / Warning / Info / Trace / Verbose).
Q: Are these Data catalog options available to all types of Licenses?
A: Basic Cataloging is available in all Qlik Talend Cloud editions but advanced features such as Data Products, Data Marketplace and the Qlik Trust Score are only available in the Qlik Talend Cloud Enterprise edition.