Tailer Documentation
  • What is Tailer Platform?
  • Getting Started
    • Prepare your local environment for Tailer
    • Install Tailer SDK
    • Set up Google Cloud Platform
    • Encrypt your credentials
  • [Tutorial] Create a first data pipeline
    • Introduction
    • Prepare the demonstration environment
    • Copy files from one bucket to another
    • Load files into BigQuery tables
    • Prepare data
    • Build predictions
    • Export data
    • Congratulations!
    • [Video] Automatic Script
      • SQL script file
      • DDL script file
      • Tables to Tables script file
      • Launch configuration and furthermore
  • Data Pipeline Operations
    • Overview
    • Set constants with Context
      • Context configuration file
    • Move files with Storage to Storage
      • Storage to Storage configuration file
    • Load data with Storage to Tables
      • Storage to Tables configuration file
      • Storage to Tables DDL files
    • Stream incoming data with API To Storage
      • API To Storage configuration file
      • API To Storage usage examples
    • Transform data with Tables to Tables
      • Tables to Tables configuration file
      • Table to Table SQL and DDL files
    • Export data with Tables to Storage
      • [V3] Table to Storage configuration file
      • Table to Storage SQL file
      • [V1-V2: deprecated] Table to Storage configuration file
    • Orchestrate processings with Workflow
      • [V2] Workflow configuration file
      • [V1: deprecated] Workflow configuration file
    • Convert XML to CSV
      • Convert XML to CSV configuration file
    • Use advanced features with VM Launcher
      • Process code with VM Launcher
        • VM Launcher configuration file for code processing
      • Encrypt/Decrypt data with VM Launcher
        • VM Launcher configuration file for data encryption
        • VM Launcher configuration file for data decryption
    • Monitoring and Alerting
      • Monitoring and alerting parameters
    • Asserting Data quality with Expectations
      • List of Expectations
    • Modify files with File Utilities
      • Encrypt/Decrypt data with File Utilities
        • Configuration file for data encryption
        • Configuration file for data decryption
    • Transfer data with GBQ to Firestore
      • Table to Storage: configuration file
      • Table to Storage: SQL file
      • VM Launcher: configuration file
      • File-to-firestore python file
  • Tailer Studio
    • Overview
    • Check data operations' details
    • Monitor data operations' status
    • Execute data operations
    • Reset Workflow data operations
    • Archive data operations
    • Add notes to data operations and runs
    • View your data catalog
    • Time your data with freshness
  • Tailer API
    • Overview
    • Getting started
    • API features
  • Release Notes
    • Tailer SDK Stable Releases
    • Tailer Beta Releases
      • Beta features
      • Beta configuration
      • Tailer SDK API
    • Tailer Status
Powered by GitBook
On this page
  • Available information
  • About data operations
  • About data operations' executions
  • View a data operation's details

Was this helpful?

Edit on GitHub
  1. Tailer Studio

Check data operations' details

Learn what information you can get about your data operations in Tailer Studio and where to find it.

PreviousOverviewNextMonitor data operations' status

Last updated 3 years ago

Was this helpful?

Available information

Tailer Studio allows you to display a number of information about the data operations you have deployed using Tailer Platform, and each of their executions.

About data operations

The following information is available about each data operation:

  • Configuration: Parameters of the data operation JSON configuration file, presented in a user-friendly way.

  • Tasks (Tables to Tables only): Information about the tasks that compose the data operation workflow: corresponding parameters in the JSON file of the data operation, contents of the SQL or DDL file, and contents of the associated Markdown file (Long description). Note: The grayed parameters correspond to the task parameters that were inherited from the data operation global parameters, and not overwritten at task level.

  • Notes: Comments and answers can be added by users about the data operation in the form of conversations.

  • Version history: Click the execution date in the upper right corner to display the list of all the data operation versions. Every time the data operation is deployed, a new version is created. You can display each version to see who deployed it and what has changed.

About data operations' executions

A data operation's execution corresponds to an instance of the data operation. Every time a file or a table matching the data operations conditions is found at the specified location, a new execution takes place and displays in Tailer Studio.

By default, only executions from the last two days are displayed. Modify the filters to see more.

The following information is available about each execution of the data operations:

  • Run details: General information about the execution and the corresponding data operation.

  • Configuration: Parameters of the corresponding data operation JSON configuration file, presented in a user-friendly way.

  • Tasks (Tables to Tables only): Information about the tasks that compose the data operation workflow: corresponding parameters in the JSON file of the data operation, contents of the SQL or DDL file, contents of the associated Markdown file (Long description), and logs. Note: The grayed parameters correspond to the task parameters that were inherited from the data operation global parameters, and not overwritten at task level.

  • Full JSON: Whole JSON configuration file of the data operation.

  • Other runs: Other executions associated to the same data operation.

  • Notes: Comments and answers can be added by users about the data operation in the form of conversations.

To view information about a data operation:

  1. If necessary, select an account in the drop-down menu at the top of the screen.

  2. In the right panel, access:

    • the Configurations tab for data operations,

    • the Runs tab for data operations' executions,

    • or the Status tab to see the data operations triggered by Workflow data operations.

  3. Click the Configuration id link corresponding to the data operation or execution of your choice

  4. Browse the different tabs to display the information that you want.

Full JSON: Whole JSON configuration file, provided when deploying the data operation. For Storage to Tables data operations, you can view the details of the tables created (DDL file contents, corresponding parameters in the JSON file of the data operation, and Markdown file contents). For Tables to Tables data operations, you can see a graph illustrating the data operation task sequence, as set in the parameter.

View a data operation's details

Log in to .

In the left navigation panel, in the Data workflows section, select the , (for example, Storage to Storage).

👀
Tailer Studio
📚
type of your data operation
task_dependencies