SQL-based processing
Transformations use a SQL dialect that can query CDF resources as tables. You select from assets, time series, events, Raw tables, and other sources. Write results to Raw tables, time series, or other destinations. The query defines the transformation logic.Execution
Transformations can be run on demand or on a schedule. Each execution creates a transformation job that tracks status, row counts, and errors. Use schedules for recurring loads and jobs for ad-hoc runs.Transformations support reading from and writing to most CDF resource types. Check the transformation documentation for supported sources and destinations.
Key capabilities
- Define SQL queries for data processing
- Read from CDF resources as tables
- Write to destinations in CDF
- Run on demand or schedule