The show
command
The show
command shows you the database tables that DataDuck is planning to ETL.
Usage to show all table names:
$ dataduck show
Usage to show info for just one table:
$ dataduck show users
Table users
Sources from users on source1
created_at
updated_at
id
username
Outputs
created_at datetime
updated_at datetime
id integer
username string
This page was autogenerated from show.md in the DataDuck project. Improvements? Let us know or open a pull request.