Skip to main content

10 docs tagged with "etl"

View all tags

C# Primer

Essential C# programming concepts for automating ETL pipelines with BimlScript

Generate a Staging Load Package from a View

Reads INFORMATION_SCHEMA for a configurable source view to optionally drop and recreate the destination table, then emits an SSIS package that truncates the staging table, optionally drops and rebuilds its indexes via stored procedures, and loads it from the view via an OLE DB source-to-destination dataflow with FastLoad.

Intro to XML

XML fundamentals for data engineers learning Biml

LINQ for BimlScript

Complete LINQ reference for filtering, transforming, and querying Biml metadata

What is Biml?

Automate ETL pipeline generation with Biml - a practical guide for data engineers