Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Data Preview related to tasks executed in remote servers #7

Open
vascoalramos opened this issue Jul 24, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@vascoalramos
Copy link
Contributor

When executing a task, in the history section, we have the possibility to check for that execution Logs, Metrics e Data Previews. However, previewing data is only available when performing a local execution (when performing remote server execution it's not available).

Expected Behaviour

Data previews should be accessible, despite the type of execution.

Current Behaviour

Data previews are only available when performing local executions of tasks,

Possible Solution

As in the case of local execution, it's necessary to implement a mechanism of processing and store the data results of each remote executed task.

Possible Implementation

See implementation of local execution in file TransExecutor.java methods: capturePreviewData and writeDataRow.

@vascoalramos vascoalramos added the enhancement New feature or request label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant