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
This page was autogenerated from etl.md in the DataDuck project. Improvements? Let us know or open a pull request.