Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

etl.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

The etl command

The etl command is the main command for running an ETL process. You can use it to ETL all the tables, or just one table at a time.

To ETL all tables, use:

$ dataduck etl all

To ETL just one table, use:

$ dataduck etl my_table_name